Skip to content

Commit

Permalink
OpenSSL 1.0.2d
Browse files Browse the repository at this point in the history
  • Loading branch information
x2on committed Jul 9, 2015
1 parent ee1533d commit a7973c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -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.

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build-libssl.sh
Expand Up @@ -21,7 +21,7 @@
###########################################################################
# Change values here #
#
VERSION="1.0.2c" #
VERSION="1.0.2d" #
SDKVERSION=`xcrun -sdk iphoneos --show-sdk-version` #
# #
###########################################################################
Expand Down

0 comments on commit a7973c4

Please sign in to comment.