From a7973c4c4add528b007a064fc873f2f6077be027 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Thu, 9 Jul 2015 15:15:04 +0200 Subject: [PATCH] OpenSSL 1.0.2d --- README.md | 3 ++- build-libssl.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4410e6f..a815819 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ You must build the OpenSSL-Libraries before running the sample with: This repository contains a iOS 8.0 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 4.3 - iOS 8.3 (i386, x86_64, armv7, armv7s, armv64) is currently supported.** +**iOS 4.3 - iOS 8.4 (i386, x86_64, armv7, armv7s, armv64) is currently supported.** For iOS < 4.3 you must use iOS SDK < 6.0 and an older version of the build script. @@ -23,6 +23,7 @@ If you have problems building for arm64 please uninstall MacPorts (see #28). * ## Changelog +* 2015-07-09: OpenSSL 1.0.2d, iOS 8.4 * 2015-06-15: OpenSSL 1.0.2c, iOS 8.3 * 2015-06-11: OpenSSL 1.0.2b * 2015-03-19: OpenSSL 1.0.2a diff --git a/build-libssl.sh b/build-libssl.sh index c861d4e..1c320b1 100755 --- a/build-libssl.sh +++ b/build-libssl.sh @@ -21,7 +21,7 @@ ########################################################################### # Change values here # # -VERSION="1.0.2c" # +VERSION="1.0.2d" # SDKVERSION=`xcrun -sdk iphoneos --show-sdk-version` # # # ###########################################################################