| Index: third_party/apple_apsl/README.chromium
|
| diff --git a/third_party/apple_apsl/README.chromium b/third_party/apple_apsl/README.chromium
|
| index b2d1ca914765f07dde02c66edc4858fb14f33f66..f18376860fe2048abbb7b4cfbfe585a660000031 100644
|
| --- a/third_party/apple_apsl/README.chromium
|
| +++ b/third_party/apple_apsl/README.chromium
|
| @@ -38,6 +38,14 @@ Modifications:
|
| cssmapplePriv.h from:
|
| http://www.opensource.apple.com/source/libsecurity_cssm/libsecurity_cssm-31536/lib/cssmapplePriv.h
|
|
|
| +Warning: Technically, this is a private Apple header, and as such provides no
|
| +guarantee for API stability. However, the use of this header is the only way
|
| +to implement OCSP checking per Apple's public documentation on the usage of
|
| +their Trust Policy Module. Further, the use of this private header is the
|
| +recommended approach from Apple for modifying OCSP policies.
|
| +
|
| +See: http://developer.apple.com/documentation/Security/Reference/SecAppleTrustPolicyModuleSpec/Apple_Trust_Policy_Module_Functional_Specification.pdf
|
| +and http://lists.apple.com/archives/apple-cdsa/2008/Aug/msg00008.html
|
| +
|
| Modifications:
|
| - Removed unneeded definitions for internal Apple CSP DL enums and structs
|
| -- Added a comment explaining its usage
|
|
|