]> git.saurik.com Git - apple/security.git/blob - README
Security-58286.240.4.tar.gz
[apple/security.git] / README
1 Update Dec 1, 2016
2
3 This project wont build without internal headers that are not public.
4
5 Update June 17, 2014
6
7 Here lie the iOS and OS X versions of Security, including securityd and SecurityTool for OS X.
8
9 -----------
10
11
12 Projects in Security
13 Last update Dec 1 2005
14
15
16 Standalone crypto libs
17 ----------------------
18
19 libCert/
20 Library to parse and verify X509 certificates. Uses libgRSA,
21 libDER, libMD5, and libSHA1.
22
23 libDER/
24 DER decoding library, ROM_capable, no malloc.
25
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.
34
35 libScripts/
36 Scripts to build and test all of these libraries.
37
38 ====
39
40 To regenerate strings file run:
41 genstrings -u -o resources/English.lproj -s SecString OSX/sec/Security/SecFrameworkStrings.h
42
43 in the top level dir.