]>
Commit | Line | Data |
---|---|---|
d8f41ccd | 1 | Update June 17, 2014 |
563f4f96 | 2 | |
d8f41ccd | 3 | Here lie the iOS and OS X versions of Security, including securityd and SecurityTool for OS X. |
563f4f96 | 4 | |
d8f41ccd | 5 | ----------- |
563f4f96 | 6 | |
563f4f96 | 7 | |
d8f41ccd A |
8 | Projects in Security |
9 | Last update Dec 1 2005 | |
563f4f96 | 10 | |
563f4f96 | 11 | |
d8f41ccd A |
12 | Standalone crypto libs |
13 | ---------------------- | |
563f4f96 | 14 | |
d8f41ccd A |
15 | libCert/ |
16 | Library to parse and verify X509 certificates. Uses libgRSA, | |
17 | libDER, libMD5, and libSHA1. | |
563f4f96 | 18 | |
d8f41ccd A |
19 | libDER/ |
20 | DER decoding library, ROM_capable, no malloc. | |
563f4f96 | 21 | |
d8f41ccd A |
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. | |
563f4f96 | 30 | |
d8f41ccd A |
31 | libScripts/ |
32 | Scripts to build and test all of these libraries. | |
33 | ||
34 | ==== | |
35 | ||
36 | To regenerate strings file run: | |
fa7225c8 A |
37 | genstrings -u -o resources/English.lproj -s SecString OSX/sec/Security/SecFrameworkStrings.h |
38 | ||
d8f41ccd | 39 | in the top level dir. |