|
|
|
The Security framework is Apple's implementation of the CDSA architecture. Icontains an expandable set of cryptographic algorithms to perform code signing and encryption operations while maintaining the security of the cryptographic keys. It also contains libraries which allow the interpretation of X.509 certificates. The CDSA code is used by MacOSX features such as Keychain and URL Access for protection of login data. Many cryptographic algorithms are available in the Apple CSP (Cryptographic Service Provider) module. The Security framework components are available under the Apple Public Source License. The following Security framework components are available as open source:
Related LinksBug ReportingReport bugs or make enhancement requests for the components listed above. Darwin Source CodeSources for the components listed above are available here. The Open GroupCommon Security: CDSA and CSSM, Version 2 (with corrigenda) |