Update README.md

This commit is contained in:
Felix Schulze 2014-09-18 13:48:33 +02:00
parent 58f6bde9a4
commit 1d4b1ff58f
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@ You must build the OpenSSL-Libraries before running the sample with:
This repository contains a iOS 7.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 4.3 - iOS 7.1 (i386, x86_64, armv7, armv7s, armv64) is currently supported.**
**iOS 4.3 - iOS 8.0 (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
* 2014-09-18: iOS 8.0 support
* 2014-08-08: OpenSSL 1.0.1i
* 2014-06-05: OpenSSL 1.0.1h
* 2014-04-07: OpenSSL 1.0.1g