• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..27-May-2015216

APPLE_LICENSEH A D25-Apr-201319.6 KiB

asl/H03-Sep-20143

authd/H03-Sep-201445

cloud_keychain_diagnose/H03-Sep-20143

CloudKeychainProxy/H03-Sep-20146

codesign_tests/H03-Sep-20144

config/H03-Sep-201410

doc/H03-Sep-201417

iCloudStats/H03-Sep-20145

include/H03-Sep-201418

Keychain/H03-Sep-201415

Keychain Circle Notification/H03-Sep-201421

lib/H03-Sep-201413

libsecurity_apple_csp/H03-Sep-201411

libsecurity_apple_cspdl/H03-Sep-20146

libsecurity_apple_file_dl/H03-Sep-20148

libsecurity_apple_x509_cl/H03-Sep-20148

libsecurity_apple_x509_tp/H03-Sep-20146

libsecurity_asn1/H03-Sep-201414

libsecurity_authorization/H03-Sep-20146

libsecurity_cdsa_client/H03-Sep-20145

libsecurity_cdsa_plugin/H03-Sep-20145

libsecurity_cdsa_utilities/H03-Sep-20146

libsecurity_cdsa_utils/H03-Sep-20145

libsecurity_checkpw/H03-Sep-20148

libsecurity_cms/H03-Sep-20146

libsecurity_codesigning/H03-Sep-201412

libsecurity_comcryption/H03-Sep-20145

libsecurity_cryptkit/H03-Sep-20146

libsecurity_cssm/H03-Sep-20147

libsecurity_filedb/H03-Sep-20145

libsecurity_keychain/H03-Sep-201412

libsecurity_manifest/H03-Sep-20146

libsecurity_mds/H03-Sep-20146

libsecurity_ocspd/H03-Sep-20147

libsecurity_pkcs12/H03-Sep-20146

libsecurity_sd_cspdl/H03-Sep-20147

libsecurity_smime/H03-Sep-20148

libsecurity_ssl/H03-Sep-201412

libsecurity_transform/H03-Sep-201413

libsecurity_utilities/H03-Sep-20146

libsecurityd/H03-Sep-20148

READMEH A D15-Nov-20121.3 KiB

regressions/H03-Sep-20147

sec/H03-Sep-201410

secdtests/H03-Sep-20144

sectests/H03-Sep-20146

Security.xcodeproj/H03-Sep-20146

security2/H03-Sep-20145

tlsnke/H03-Sep-20146

utilities/H03-Sep-20147

README

1This code contains a Darwin version of CDSA along with many other security libraries.
2
3Information about CDSA may be obtained from the OpenGroup web site at:
4
5	http://www.opengroup.org/pubs/catalog/c914.htm
6
7Further information regarding the security of the MacOSX product is available at:
8
9	http://www.apple.com/support/security/
10
11Developers wishing to know more about developing their products in a manner consistent with MacOS security should view:
12
13	http://developer.apple.com/macos/security.html
14
15
16To build this project in a Darwin environment (as opposed to building in-house
17at Apple), use the Darwin buildstyle. If you're building with Xcode, select
18"Darwin" from the "Active Build Style" popup. If you're building from the command
19line, specify the build style like so:
20
21% xcodebuild -buildstyle Darwin install
22
23This build style is necessitated by the fact that the CSP built at (and 
24shipped by) Apple includes some algorithms which are proprietary to Apple;
25the source code for these algorithms is not open source. Selecting the 
26Darwin build style allows the Security project (and also the CSP, in 
27the libsecurity_apple_csp project, which also must be built with the 
28Darwin build style) to be built from the Darwin open source tree without 
29requiring the source for these algorithms. 
30