From e50a25b5dd99674cc5bc8317fe9d57dc90a4aed5 Mon Sep 17 00:00:00 2001 From: Stephen Hinton Date: Wed, 4 May 2016 12:11:59 -0500 Subject: [PATCH 1/2] OpenSSL 1.0.2h --- README.md | 1 + build-libssl.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fa78b1..bb274f5 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ If you have problems building for arm64 please uninstall MacPorts (see [#28](htt * ## Changelog +* 2015-05-04: OpenSSL 1.0.2h * 2015-12-11: Xcode 7.2 support, iOS 9.2 * 2015-12-03: OpenSSL 1.0.2e * 2015-11-17: tvOS example app, Migrate to Swift for example app diff --git a/build-libssl.sh b/build-libssl.sh index b9303de..79268c7 100755 --- a/build-libssl.sh +++ b/build-libssl.sh @@ -21,7 +21,7 @@ ########################################################################### # Change values here # # # -VERSION="1.0.2g" # +VERSION="1.0.2h" # IOS_SDKVERSION=`xcrun -sdk iphoneos --show-sdk-version` # TVOS_SDKVERSION=`xcrun -sdk appletvos --show-sdk-version` # CONFIG_OPTIONS="" # From d96ec6da276f37621adc228525e1051a870ff50d Mon Sep 17 00:00:00 2001 From: Stephen Hinton Date: Wed, 4 May 2016 12:18:06 -0500 Subject: [PATCH 2/2] XCode -> Xcode --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb274f5..6a32c03 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # OpenSSL-for-iOS [![Build Status](https://travis-ci.org/x2on/OpenSSL-for-iPhone.png)](https://travis-ci.org/x2on/OpenSSL-for-iPhone) -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. +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. **Enjoy OpenSSL on the iPhone!** @@ -9,7 +9,7 @@ You must build the OpenSSL-Libraries before running the sample with: ./build-libssl.sh ``` -This repository contains a iOS 9.1 XCode Project with usese the OpenSSL Libaries. The examples uses the MD5 or SHA256-algorithm to calculate an md5 or sha256 hash from an UITextfield. +This repository contains a iOS 9.1 Xcode Project with usese the OpenSSL Libaries. The examples uses the MD5 or SHA256-algorithm to calculate an md5 or sha256 hash from an UITextfield. ## System support **iOS 7.0 - iOS 9.2 (i386, x86_64, armv7, armv7s, armv64, bitcode) and tvOS are currently supported.**