Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(260)

Side by Side Diff: third_party/apple_apsl/README.chromium

Issue 1753553002: Suppress the clang warning "-Wdeprecated-declarations" for CSSM API calls. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@temp5_gtm2
Patch Set: nits Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « net/ssl/ssl_platform_key_mac.cc ('k') | third_party/apple_apsl/cssmapplePriv.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: Darwin 1 Name: Darwin
2 URL: http://www.opensource.apple.com/ 2 URL: http://www.opensource.apple.com/
3 Version: unknown 3 Version: unknown
4 Security Critical: yes 4 Security Critical: yes
5 License: Apple Public Source License 2.0 5 License: Apple Public Source License 2.0
6 6
7 Four files are excerpted here: 7 Four files are excerpted here:
8 8
9 malloc.h from: 9 malloc.h from:
10 http://www.opensource.apple.com/source/Libc/Libc-763.11/include/malloc/malloc.h 10 http://www.opensource.apple.com/source/Libc/Libc-763.11/include/malloc/malloc.h
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 guarantee for API stability. However, the use of this header is the only way 42 guarantee for API stability. However, the use of this header is the only way
43 to implement OCSP checking per Apple's public documentation on the usage of 43 to implement OCSP checking per Apple's public documentation on the usage of
44 their Trust Policy Module. Further, the use of this private header is the 44 their Trust Policy Module. Further, the use of this private header is the
45 recommended approach from Apple for modifying OCSP policies. 45 recommended approach from Apple for modifying OCSP policies.
46 46
47 See: http://developer.apple.com/documentation/Security/Reference/SecAppleTrustPo licyModuleSpec/Apple_Trust_Policy_Module_Functional_Specification.pdf 47 See: http://developer.apple.com/documentation/Security/Reference/SecAppleTrustPo licyModuleSpec/Apple_Trust_Policy_Module_Functional_Specification.pdf
48 and http://lists.apple.com/archives/apple-cdsa/2008/Aug/msg00008.html 48 and http://lists.apple.com/archives/apple-cdsa/2008/Aug/msg00008.html
49 49
50 Modifications: 50 Modifications:
51 - Removed unneeded definitions for internal Apple CSP DL enums and structs 51 - Removed unneeded definitions for internal Apple CSP DL enums and structs
52 - Added a suppression for the warning "-Wdeprecated-declarations" since CSSM
53 APIs are deprecated since OSX 10.7.
52 54
53 dnsinfo.h from: 55 dnsinfo.h from:
54 http://www.opensource.apple.com/source/configd/configd-453.19/dnsinfo/dnsinfo.h 56 http://www.opensource.apple.com/source/configd/configd-453.19/dnsinfo/dnsinfo.h
55 57
56 Provides dns_config_t which is used by /net/dns/dns_config_service_posix.cc to 58 Provides dns_config_t which is used by /net/dns/dns_config_service_posix.cc to
57 obtain system DNS configuration on Mac OS X. This private header is also used by 59 obtain system DNS configuration on Mac OS X. This private header is also used by
58 Apple's open source mDNSResponder. 60 Apple's open source mDNSResponder.
59 61
60 Modifications: 62 Modifications:
61 - Removed Availability.h and the corresponding macros. 63 - Removed Availability.h and the corresponding macros.
OLDNEW
« no previous file with comments | « net/ssl/ssl_platform_key_mac.cc ('k') | third_party/apple_apsl/cssmapplePriv.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698