Apple's Security framework
Go to file
2016-02-23 21:19:11 +01:00
asl Security-57337.20.44 2016-02-23 21:19:11 +01:00
certificates/CertificateTool/CertificateTool.xcodeproj Security-57337.20.44 2016-02-23 21:19:11 +01:00
CircleJoinRequested Security-57337.20.44 2016-02-23 21:19:11 +01:00
ckcdiagnose Security-57337.20.44 2016-02-23 21:19:11 +01:00
CloudKeychainProxy Security-57337.20.44 2016-02-23 21:19:11 +01:00
codesign_wrapper Security-57337.20.44 2016-02-23 21:19:11 +01:00
Forwarding Headers Security-57337.20.44 2016-02-23 21:19:11 +01:00
iCloudStat Security-57337.20.44 2016-02-23 21:19:11 +01:00
IDSKeychainSyncingProxy Security-57337.20.44 2016-02-23 21:19:11 +01:00
ISACLProtectedItems Security-57337.20.44 2016-02-23 21:19:11 +01:00
Keychain Security-57337.20.44 2016-02-23 21:19:11 +01:00
KeychainSyncAccountNotification Security-57337.20.44 2016-02-23 21:19:11 +01:00
libsecurity_smime Security-57337.20.44 2016-02-23 21:19:11 +01:00
ntlm Security-57337.20.44 2016-02-23 21:19:11 +01:00
OSX Security-57337.20.44 2016-02-23 21:19:11 +01:00
OTAPKIAssetTool Security-57337.20.44 2016-02-23 21:19:11 +01:00
resources Security-57337.20.44 2016-02-23 21:19:11 +01:00
secacltests Security-57337.20.44 2016-02-23 21:19:11 +01:00
secdtests Security-57337.20.44 2016-02-23 21:19:11 +01:00
sectask Security-57337.20.44 2016-02-23 21:19:11 +01:00
Security/sec/securityd Security-57337.20.44 2016-02-23 21:19:11 +01:00
Security.xcodeproj Security-57337.20.44 2016-02-23 21:19:11 +01:00
securityd Security-57337.20.44 2016-02-23 21:19:11 +01:00
SecurityTests Security-57337.20.44 2016-02-23 21:19:11 +01:00
SecurityTool Security-57337.20.44 2016-02-23 21:19:11 +01:00
SharedWebCredentialViewService Security-57337.20.44 2016-02-23 21:19:11 +01:00
SOSCCAuthPlugin Security-57337.20.44 2016-02-23 21:19:11 +01:00
sslViewer Security-57337.20.44 2016-02-23 21:19:11 +01:00
SyncTest Security-57337.20.44 2016-02-23 21:19:11 +01:00
Default-568h@2x.png Security-57337.20.44 2016-02-23 21:19:11 +01:00
Keychain_57x57.png Security-57337.20.44 2016-02-23 21:19:11 +01:00
Keychain_72x72.png Security-57337.20.44 2016-02-23 21:19:11 +01:00
Keychain_114x114.png Security-57337.20.44 2016-02-23 21:19:11 +01:00
Keychain_144x144.png Security-57337.20.44 2016-02-23 21:19:11 +01:00
README Security-57337.20.44 2016-02-23 21:19:11 +01:00
README.keychain Security-57337.20.44 2016-02-23 21:19:11 +01:00
sbr Security-57337.20.44 2016-02-23 21:19:11 +01:00
SecureObjectSync-Info.plist Security-57337.20.44 2016-02-23 21:19:11 +01:00
SecureObjectSync.exp Security-57337.20.44 2016-02-23 21:19:11 +01:00
Security-Info.plist Security-57337.20.44 2016-02-23 21:19:11 +01:00
Security.exp-in Security-57337.20.44 2016-02-23 21:19:11 +01:00
spiralsink57.png Security-57337.20.44 2016-02-23 21:19:11 +01:00
spiralsink114.png Security-57337.20.44 2016-02-23 21:19:11 +01:00
TODO Security-57337.20.44 2016-02-23 21:19:11 +01:00
WHITEPAPER Security-57337.20.44 2016-02-23 21:19:11 +01:00

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 2005


Standalone 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 -o resources/English.lproj -s SecString sec/Security/SecFrameworkStrings.h
in the top level dir.