OLD | NEW |
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 Loading... |
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. |
OLD | NEW |