Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Apple-FOSS-Mirror/Security
https://github.com/Apple-FOSS-Mirror/Security
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/Apple-FOSS-Mirror/Security
- Owner: Apple-FOSS-Mirror
- Created: 2012-11-06T19:05:24.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2019-12-17T18:14:19.000Z (almost 5 years ago)
- Last Synced: 2024-03-26T19:33:22.482Z (9 months ago)
- Language: C
- Size: 35.3 MB
- Stars: 34
- Watchers: 9
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Security: Security-Info.plist
Awesome Lists containing this project
- awesome - Security - The iOS and OS X versions of Security, including securityd and SecurityTool for OS X. (MacOS / Projects-Demo)
README
Update Dec 1, 2016
This project wont build without internal headers that are not public.
Update June 17, 2014
Here lie the iOS and OS X versions of Security, including securityd and SecurityTool for OS X.
-----------
Projects in Security
Last update Dec 1 2005Standalone crypto libs
----------------------libCert/
Library to parse and verify X509 certificates. Uses libgRSA,
libDER, libMD5, and libSHA1.libDER/
DER decoding library, ROM_capable, no malloc.libGiants/
General purpose ROM-capable giantIntegers package. No malloc.
Performs unsigned arithmetic ONLY as of Nov. 28 2005.
libgRSA/
Full ROM-capable RSA package based on libGiants.
Provided to Mike Smith and Chris Aycock 8/23/05.
Converted to unsigned libGiants circa 11/30/05.libScripts/
Scripts to build and test all of these libraries.====
To regenerate strings file run:
genstrings -u -o resources/English.lproj -s SecString OSX/sec/Security/SecFrameworkStrings.hin the top level dir.