OpenSSL 1.0.2d

This commit is contained in:
Felix Schulze 2015-07-09 15:15:04 +02:00
parent ee1533db6d
commit a7973c4c4a
2 changed files with 3 additions and 2 deletions

View File

@ -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).
* <http://www.x2on.de/2010/07/13/tutorial-iphone-app-with-compiled-openssl-1-0-0a-library/>
## 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

View File

@ -21,7 +21,7 @@
###########################################################################
# Change values here #
#
VERSION="1.0.2c" #
VERSION="1.0.2d" #
SDKVERSION=`xcrun -sdk iphoneos --show-sdk-version` #
# #
###########################################################################