]> git.saurik.com Git - apple/security.git/blame - README
Security-58286.1.32.tar.gz
[apple/security.git] / README
CommitLineData
866f8763
A
1Update Dec 1, 2016
2
3This project wont build without internal headers that are not public.
4
d8f41ccd 5Update June 17, 2014
563f4f96 6
d8f41ccd 7Here lie the iOS and OS X versions of Security, including securityd and SecurityTool for OS X.
563f4f96 8
d8f41ccd 9-----------
563f4f96 10
563f4f96 11
d8f41ccd
A
12 Projects in Security
13 Last update Dec 1 2005
563f4f96 14
563f4f96 15
d8f41ccd
A
16Standalone crypto libs
17----------------------
563f4f96 18
d8f41ccd
A
19libCert/
20 Library to parse and verify X509 certificates. Uses libgRSA,
21 libDER, libMD5, and libSHA1.
563f4f96 22
d8f41ccd
A
23libDER/
24 DER decoding library, ROM_capable, no malloc.
563f4f96 25
d8f41ccd
A
26libGiants/
27 General purpose ROM-capable giantIntegers package. No malloc.
28 Performs unsigned arithmetic ONLY as of Nov. 28 2005.
29
30libgRSA/
31 Full ROM-capable RSA package based on libGiants.
32 Provided to Mike Smith and Chris Aycock 8/23/05.
33 Converted to unsigned libGiants circa 11/30/05.
563f4f96 34
d8f41ccd
A
35libScripts/
36 Scripts to build and test all of these libraries.
37
38====
39
40To regenerate strings file run:
fa7225c8
A
41genstrings -u -o resources/English.lproj -s SecString OSX/sec/Security/SecFrameworkStrings.h
42
d8f41ccd 43in the top level dir.