CommonCrypto
From GNUstepWiki
(Difference between revisions)
| Revision as of 13:45, 13 March 2012 Thebeing (Talk | contribs) ← Previous diff |
Current revision Thebeing (Talk | contribs) |
||
| 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. The GNUstep port requires clang and libdispatch to build. | | + | 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 Repository] | | + | relatedlinks = *[https://chiselapp.com/user/thebeing/repository/GS-CommonCrypto/index Fossil repository] | |
| category = [[Category:Security_Frameworks]] | category = [[Category:Security_Frameworks]] | ||
| }} | }} | ||
Current revision
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.
