CommonCrypto

From GNUstepWiki
Revision as of 13:45, 13 March 2012 by Thebeing (talk | contribs)
Jump to navigation Jump to search

CommonCrypto is Apple's library of crytographic primitives.

Current Version:

  • Released:
  • Licensed: 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.

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