OpenSSL and HTTPS Support for iOS Devices
December 29, 2014
Author: Brian Alexakis
For the iOS Device target platform, which does not support dynamic libraries, you need a static version of these library files (libcrypto.a and libssl.a). To obtain these library files, do either of the following:
Download the pre-compiled libraries from Github.
Build these libraries from sources. Download the sources from Github and follow the steps described in Tutorial…