Skip to content

Commit 2277fde

Browse files
authored
Merge pull request #119 from x2on/openssl-1.0.2i
OpenSSL 1.0.2i
2 parents cfedc3a + 74f5df8 commit 2277fde

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OpenSSL-for-iOS [![Build Status](https://travis-ci.org/x2on/OpenSSL-for-iPhone.svg)](https://travis-ci.org/x2on/OpenSSL-for-iPhone) [![license](https://img.shields.io/github/license/x2on/OpenSSL-for-iPhone.svg)](https://github.com/x2on/OpenSSL-for-iPhone/blob/master/LICENSE) [![OpenSSL version](https://img.shields.io/badge/OpenSSL-1.0.2h-lightgrey.svg)]() [![iOS support](https://img.shields.io/badge/iOS-7.0%20--%2010.0-lightgrey.svg)]() [![tvOS support](https://img.shields.io/badge/tvOS-9.2--%2010.0-lightgrey.svg)]()
1+
# OpenSSL-for-iOS [![Build Status](https://travis-ci.org/x2on/OpenSSL-for-iPhone.svg)](https://travis-ci.org/x2on/OpenSSL-for-iPhone) [![license](https://img.shields.io/github/license/x2on/OpenSSL-for-iPhone.svg)](https://github.com/x2on/OpenSSL-for-iPhone/blob/master/LICENSE) [![OpenSSL version](https://img.shields.io/badge/OpenSSL-1.0.2i-lightgrey.svg)]() [![iOS support](https://img.shields.io/badge/iOS-7.0%20--%2010.0-lightgrey.svg)]() [![tvOS support](https://img.shields.io/badge/tvOS-9.2--%2010.0-lightgrey.svg)]()
22

33
This is a script for using self-compiled builds of the OpenSSL-library on the iPhone. You can build apps with Xcode and the official SDK from Apple with this. I also made a small example-app for using the libraries with Xcode and the iPhone/iPhone-Simulator.
44

@@ -28,6 +28,7 @@ If you have problems building for arm64 please uninstall MacPorts (see [#28](htt
2828
* <http://www.x2on.de/2010/07/13/tutorial-iphone-app-with-compiled-openssl-1-0-0a-library/>
2929

3030
## Changelog
31+
* 2016-09-22: OpenSSL 1.0.2i
3132
* 2016-09-18: Xcode 8 support, iOS 10.0, Add command line options, Optimize build
3233
* 2016-08-09: Xcode 7.3 support, iOS 9.3
3334
* 2016-05-04: OpenSSL 1.0.2h

build-libssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# -u Attempt to use undefined variable outputs error message, and forces an exit
2323
set -u
2424

25-
DEFAULTVERSION="1.0.2h" # Default version in case no version is specified
25+
DEFAULTVERSION="1.0.2i" # Default version in case no version is specified
2626
IOS_MIN_SDK_VERSION="7.0" # Minimum iOS SDK version to build for
2727
TVOS_MIN_SDK_VERSION="9.0" # Minimum tvOS SDK version to build for
2828

0 commit comments

Comments
 (0)