Build openssl for iOS development, include armv7 armv7s arm64 i386 and x86_64 support.
Find a file
2014-09-27 00:32:55 -07:00
build_openssl_dist.sh iOS8.0 SDK 2014-09-27 00:32:55 -07:00
patch-conf.patch iOS8.0 SDK 2014-09-27 00:32:55 -07:00
patch-include.patch First version of build script for iOS SDK7.1 2014-03-28 22:14:47 -07:00
README.md Update README.md 2014-04-10 14:36:03 -07:00

build-openssl-ios

Build openssl for iOS development Includes armv7 armv7s arm64 i386 and x86_64 support.

Script only, please download openssl from here: http://www.openssl.org/source/ Tested iOS SDK 7.1 and MacOSX 10.9 Tested openssl 1.0.1g (which includes fix for Heartbleed bug)

Usage

Copy the following lines to your Terminal.app

curl -O http://www.openssl.org/source/openssl-1.0.1g.tar.gz
tar xf openssl-1.0.1g.tar.gz
cd openssl-1.0.1g
curl https://raw.githubusercontent.com/sinofool/build-openssl-ios/master/build_openssl_dist.sh |bash

Find the result folder openssl-ios-dist on your desktop.