]>
Commit | Line | Data |
---|---|---|
866f8763 A |
1 | Update Dec 1, 2016 |
2 | ||
3 | This project wont build without internal headers that are not public. | |
4 | ||
d8f41ccd | 5 | Update June 17, 2014 |
563f4f96 | 6 | |
d8f41ccd | 7 | Here 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 |
16 | Standalone crypto libs |
17 | ---------------------- | |
563f4f96 | 18 | |
d8f41ccd A |
19 | libCert/ |
20 | Library to parse and verify X509 certificates. Uses libgRSA, | |
21 | libDER, libMD5, and libSHA1. | |
563f4f96 | 22 | |
d8f41ccd A |
23 | libDER/ |
24 | DER decoding library, ROM_capable, no malloc. | |
563f4f96 | 25 | |
d8f41ccd A |
26 | libGiants/ |
27 | General purpose ROM-capable giantIntegers package. No malloc. | |
28 | Performs unsigned arithmetic ONLY as of Nov. 28 2005. | |
29 | ||
30 | libgRSA/ | |
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 |
35 | libScripts/ |
36 | Scripts to build and test all of these libraries. | |
37 | ||
38 | ==== | |
39 | ||
40 | To regenerate strings file run: | |
fa7225c8 A |
41 | genstrings -u -o resources/English.lproj -s SecString OSX/sec/Security/SecFrameworkStrings.h |
42 | ||
d8f41ccd | 43 | in the top level dir. |