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