passepartoutvpn / openssl-apple

A script for compiling OpenSSL for Apple Devices.
Apache License 2.0
143 stars 68 forks source link

Upgrade to OpenSSL 1.1.1 #13

Closed keeshux closed 4 years ago

keeshux commented 4 years ago

OpenSSL 1.1.0 was deprecated in favor of 1.1.1. However, 1.0.2 is still supported and should be unaffected by this PR.

PR breaks support for 1.1.0 due to a minimal change in configuration file, as seen here: https://github.com/x2on/OpenSSL-for-iPhone/pull/170

keeshux commented 4 years ago

This test code must be skipped for watchOS/tvOS:

test/drbgtest.c:692:11: error: 'fork' is unavailable: not available on tvOS

It's the only file where I found references to fork().

jeroenleenarts commented 4 years ago

Checked out this branch. I am currently seeing one error. Exactly the one you mention.