You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a script for using self-compiled builds of the OpenSSL-library on the iPhone. You can build apps with Xcode and the official SDK from Apple with this. I also made a small example-app for using the libraries with Xcode and the iPhone/iPhone-Simulator.
6
6
7
7
**Enjoy OpenSSL on the iPhone!**
8
8
9
-
You must build the OpenSSL-Libraries (1.1.1u) before running the sample with:
9
+
You must build the OpenSSL-Libraries (1.1.1v) before running the sample with:
10
10
11
11
```bash
12
12
./build-libssl.sh
@@ -22,10 +22,10 @@ For all options see the help
22
22
./build-libssl.sh --help
23
23
```
24
24
25
-
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.
25
+
This repository contains an iOS 16.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.
26
26
27
27
## System support
28
-
**iOS 12.0 - iOS 16.2 (x86_64 , arm64, arm64e bitcode), tvOS 12.0 - tvOS 16.2 (x86_64, arm64, bitcode), WatchOS 8 and MacCatalyst 15.6 (MacOSX_x86_64) are currently supported.**
28
+
**iOS 12.0 - iOS 16.6 (x86_64 , arm64, arm64e bitcode), tvOS 12.0 - tvOS 16.6 (x86_64, arm64, bitcode), WatchOS 8 and MacCatalyst 15.6 (MacOSX_x86_64) are currently supported.**
29
29
30
30
For iOS < 7.0 you must use Xcode < 7 and an older version of the build script.
31
31
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
0 commit comments