Difference between revisions of "CommonCrypto"
Jump to navigation
Jump to search
m |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
releasedate = | | releasedate = | | ||
license = APSL 2 | | license = APSL 2 | | ||
− | overview = CommonCrypto is C library that ships with Mac OS X and iOS. Though not per-se useful for Objective-C code, it makes porting existing code (esp. from iOS) to GNUstep a bit easier. | | + | overview = CommonCrypto is a C library that ships with Mac OS X and iOS. Though not per-se useful for Objective-C code, it makes porting existing code (esp. from iOS) to GNUstep a bit easier. The GNUstep port requires clang and libdispatch to build. | |
features = All features from CommonCrypto as shipped with Mac OS X 10.7.3 | | features = All features from CommonCrypto as shipped with Mac OS X 10.7.3 | | ||
maintainer = CommonCrypto is developed by Apple. The port to non-Darwin platforms is maintained by Niels Grewe. | | maintainer = CommonCrypto is developed by Apple. The port to non-Darwin platforms is maintained by Niels Grewe. | | ||
− | relatedlinks = *[https://chiselapp.com/user/thebeing/repository/GS-CommonCrypto/index | + | relatedlinks = *[https://chiselapp.com/user/thebeing/repository/GS-CommonCrypto/index Fossil repository] | |
category = [[Category:Security_Frameworks]] | category = [[Category:Security_Frameworks]] | ||
}} | }} |
Latest revision as of 10:28, 17 March 2012
CommonCrypto is Apple's library of crytographic primitives.
Current Version:
- Released:
- Licensed: APSL 2
Overview
CommonCrypto is a C library that ships with Mac OS X and iOS. Though not per-se useful for Objective-C code, it makes porting existing code (esp. from iOS) to GNUstep a bit easier. The GNUstep port requires clang and libdispatch to build.
Features
All features from CommonCrypto as shipped with Mac OS X 10.7.3
Maintainer
CommonCrypto is developed by Apple. The port to non-Darwin platforms is maintained by Niels Grewe.
Related Links