Currently this is using OpenSSL 1.0.0l, which has been unsupported for more than 9 years.
It's also using a secondary mirror for the OpenSSL code, with manual commits of updated releases: https://github.com/mkrautz/openssl-mirror
I'm assuming the main reason was to simplify the build by not having to run a configure step through XCode?
Either:
- make newer OpenSSL versions work (and possibly deal with integrating their build system into the XCode project)
- Explore replacing OpenSSL with platform APIs (as this framework is mainly intended for iOS, and maybe macOS)
Currently this is using OpenSSL 1.0.0l, which has been unsupported for more than 9 years.
It's also using a secondary mirror for the OpenSSL code, with manual commits of updated releases: https://github.com/mkrautz/openssl-mirror
I'm assuming the main reason was to simplify the build by not having to run a configure step through XCode?
Either: