[BREAKGLASS] Append-only mirror of github.com/signalapp/GRKOpenSSLFramework
Go to file
2014-08-07 11:12:17 +02:00
include-ios/openssl Update for openssl 1.0.1i 2014-08-07 11:12:17 +02:00
include-osx/openssl Update for openssl 1.0.1i 2014-08-07 11:12:17 +02:00
lib-ios Update for openssl 1.0.1i 2014-08-07 11:12:17 +02:00
lib-osx Update for openssl 1.0.1i 2014-08-07 11:12:17 +02:00
.gitignore Update build.sh to build iOS and OSX versions 2013-10-21 01:15:27 +02:00
build.sh Update for openssl 1.0.1i 2014-08-07 11:12:17 +02:00
LICENSE.txt Added OpenSSL 1.0.1c (compiled) and podspec 2012-11-19 17:46:37 +11:00
openssl-1.0.1i.tar.gz Update for openssl 1.0.1i 2014-08-07 11:12:17 +02:00
OpenSSL-Universal.podspec Update for openssl 1.0.1i 2014-08-07 11:12:17 +02:00
OpenSSL.podspec Update for openssl 1.0.1i 2014-08-07 11:12:17 +02:00
README.md Fix typo 2014-06-11 11:57:19 +02:00

OpenSSL-Universal

OpenSSL CocoaPod for iOS and OSX. Complete solution to OpenSSL on iOS and OSX. Package came with precompiled libraries, and include script to build newer version if necessary.

Current version contains binaries build with SDK iOS 7.0 (target 5.1.1), and SDK OSX 10.9 (target 10.8) for all supported architectures.

Architectures

  • iOS with architectures: armv7, armv7s, arm64 + simulator (i386, x86_64)
  • OSX with architectures: i386, x86_64

Why?

Apple says: "Although OpenSSL is commonly used in the open source community, OpenSSL does not provide a stable API from version to version. For this reason, although OS X provides OpenSSL libraries, the OpenSSL libraries in OS X are deprecated, and OpenSSL has never been provided as part of iOS."

Installation

pod 'OpenSSL-Universal'

Or always latest version

pod 'OpenSSL-Universal', :git => 'https://github.com/krzak/OpenSSL.git', :branch => :master

Authors

Marcin Krzyżanowski