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 | 5 |
6 Four files are excerpted here: | 6 Four files are excerpted here: |
7 | 7 |
8 malloc.h from: | 8 malloc.h from: |
9 http://www.opensource.apple.com/source/Libc/Libc-763.11/include/malloc/malloc.h | 9 http://www.opensource.apple.com/source/Libc/Libc-763.11/include/malloc/malloc.h |
10 | 10 |
(...skipping 14 matching lines...) Expand all Loading... |
25 http://www.opensource.apple.com/source/CF/CF-550/CFBase.c | 25 http://www.opensource.apple.com/source/CF/CF-550/CFBase.c |
26 http://www.opensource.apple.com/source/CF/CF-635/CFBase.c | 26 http://www.opensource.apple.com/source/CF/CF-635/CFBase.c |
27 | 27 |
28 Modifications: | 28 Modifications: |
29 - Renamed the file to CFBase.h. | 29 - Renamed the file to CFBase.h. |
30 - Added #ifdef guards. | 30 - Added #ifdef guards. |
31 - Added an #include of the CFRuntime.h file. | 31 - Added an #include of the CFRuntime.h file. |
32 - Removed everything but the definition of __CFAllocator. | 32 - Removed everything but the definition of __CFAllocator. |
33 - Modified the reference of CFRuntimeBase to ChromeCFRuntimeBase. | 33 - Modified the reference of CFRuntimeBase to ChromeCFRuntimeBase. |
34 - Renamed __CFAllocator to ChromeCFAllocatorLeopards (from CF-550) and to | 34 - Renamed __CFAllocator to ChromeCFAllocatorLeopards (from CF-550) and to |
35 ChromeCFAllocatorLion (from CF-635) to avoid possible name conflicts. | 35 ChromeCFAllocatorLions (from CF-635) to avoid possible name conflicts. |
36 | 36 |
37 cssmapplePriv.h from: | 37 cssmapplePriv.h from: |
38 http://www.opensource.apple.com/source/libsecurity_cssm/libsecurity_cssm-31536/l
ib/cssmapplePriv.h | 38 http://www.opensource.apple.com/source/libsecurity_cssm/libsecurity_cssm-31536/l
ib/cssmapplePriv.h |
39 | 39 |
40 Warning: Technically, this is a private Apple header, and as such provides no | 40 Warning: Technically, this is a private Apple header, and as such provides no |
41 guarantee for API stability. However, the use of this header is the only way | 41 guarantee for API stability. However, the use of this header is the only way |
42 to implement OCSP checking per Apple's public documentation on the usage of | 42 to implement OCSP checking per Apple's public documentation on the usage of |
43 their Trust Policy Module. Further, the use of this private header is the | 43 their Trust Policy Module. Further, the use of this private header is the |
44 recommended approach from Apple for modifying OCSP policies. | 44 recommended approach from Apple for modifying OCSP policies. |
45 | 45 |
46 See: http://developer.apple.com/documentation/Security/Reference/SecAppleTrustPo
licyModuleSpec/Apple_Trust_Policy_Module_Functional_Specification.pdf | 46 See: http://developer.apple.com/documentation/Security/Reference/SecAppleTrustPo
licyModuleSpec/Apple_Trust_Policy_Module_Functional_Specification.pdf |
47 and http://lists.apple.com/archives/apple-cdsa/2008/Aug/msg00008.html | 47 and http://lists.apple.com/archives/apple-cdsa/2008/Aug/msg00008.html |
48 | 48 |
49 Modifications: | 49 Modifications: |
50 - Removed unneeded definitions for internal Apple CSP DL enums and structs | 50 - Removed unneeded definitions for internal Apple CSP DL enums and structs |
OLD | NEW |