1Update June 17, 2014
2
3Here 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
12Standalone crypto libs
13----------------------
14
15libCert/
16	Library to parse and verify X509 certificates. Uses libgRSA,
17	libDER, libMD5, and libSHA1. 
18
19libDER/
20	DER decoding library, ROM_capable, no malloc. 
21
22libGiants/
23	General purpose ROM-capable giantIntegers package. No malloc. 
24	Performs unsigned arithmetic ONLY as of Nov. 28 2005. 
25		
26libgRSA/
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
31libScripts/
32	Scripts to build and test all of these libraries. 
33
34====
35
36To regenerate strings file run:
37genstrings -o resources/English.lproj -s SecString sec/Security/SecFrameworkStrings.h
38in the top level dir.
39