diff --git a/README.md b/README.md index 273cb56b..76e4a1c6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# OpenSSL-for-iOS [![Build Status](https://app.travis-ci.com/x2on/OpenSSL-for-iPhone.svg?branch=master)](https://app.travis-ci.com/x2on/OpenSSL-for-iPhone) [![license](https://img.shields.io/github/license/x2on/OpenSSL-for-iPhone.svg)](https://github.com/x2on/OpenSSL-for-iPhone/blob/master/LICENSE) [![OpenSSL version](https://img.shields.io/badge/OpenSSL-1.1.1q-lightgrey.svg)]() [![iOS support](https://img.shields.io/badge/iOS-12.0%20--%2016.0-lightgrey.svg)]() [![tvOS support](https://img.shields.io/badge/tvOS-12.0%20--%2016.0-lightgrey.svg)]() [![MacCatalyst support](https://img.shields.io/badge/MacCatalyst-10.15-lightgrey.svg)]() +# OpenSSL-for-iOS [![Build Status](https://app.travis-ci.com/x2on/OpenSSL-for-iPhone.svg?branch=master)](https://app.travis-ci.com/x2on/OpenSSL-for-iPhone) [![license](https://img.shields.io/github/license/x2on/OpenSSL-for-iPhone.svg)](https://github.com/x2on/OpenSSL-for-iPhone/blob/master/LICENSE) [![OpenSSL version](https://img.shields.io/badge/OpenSSL-1.1.1s-lightgrey.svg)]() [![iOS support](https://img.shields.io/badge/iOS-12.0%20--%2016.1-lightgrey.svg)]() [![tvOS support](https://img.shields.io/badge/tvOS-12.0%20--%2016.1-lightgrey.svg)]() [![MacCatalyst support](https://img.shields.io/badge/MacCatalyst-15.6-lightgrey.svg)]() @@ -6,7 +6,7 @@ This is a script for using self-compiled builds of the OpenSSL-library on the iP **Enjoy OpenSSL on the iPhone!** -You must build the OpenSSL-Libraries (1.1.1q) before running the sample with: +You must build the OpenSSL-Libraries (1.1.1s) before running the sample with: ```bash ./build-libssl.sh @@ -25,7 +25,7 @@ For all options see the help This repository contains an iOS 15.0 Xcode Project which uses the OpenSSL Libraries. The examples uses the MD5 or SHA256-algorithm to calculate an md5 or sha256 hash from an UITextfield. ## System support -**iOS 12.0 - iOS 16.0 (x86_64 , arm64, arm64e bitcode), tvOS 12.0 - tvOS 16.0 (x86_64, arm64, bitcode), WatchOS 8 and MacCatalyst 15.6 (MacOSX_x86_64) are currently supported.** +**iOS 12.0 - iOS 16.1 (x86_64 , arm64, arm64e bitcode), tvOS 12.0 - tvOS 16.1 (x86_64, arm64, bitcode), WatchOS 8 and MacCatalyst 15.6 (MacOSX_x86_64) are currently supported.** For iOS < 7.0 you must use Xcode < 7 and an older version of the build script. For iOS < 12.0 you must use Xcode < 11 and an older version of the build script. @@ -37,6 +37,7 @@ If you have problems building for arm64 please uninstall MacPorts (see [#28](htt * ## Changelog +* 2022-11-16: Xcode 14.1 support, iOS 16.1 support, OpenSSL 1.1.1s * 2022-09-15: Xcode 14 support, iOS 16 support * 2022-07-20: OpenSSL 1.1.1q, Fix Travix Build, Xcode 13,4, iOS 15 Support, Add support for Simulator and Catalyst on M1 (arm64), and Apple Watch, Support for XCFramework * 2019-11-27: OpenSSL 1.1.1d, Add Support for arm64e @@ -87,4 +88,4 @@ If you have problems building for arm64 please uninstall MacPorts (see [#28](htt * 2010-06-30: OpenSSL 1.0.0a, iOS 4.0 as base SDK * 2010-06-10: OpenSSL 0.9.8o, iPad Version * 2010-03-31: OpenSSL 0.9.8n -* 2010-02-26: OpenSSL 0.9.8m \ No newline at end of file +* 2010-02-26: OpenSSL 0.9.8m