]> gitweb.factorcode.org Git - factor.git/commit
openssl.*,io.sockets.*: support for openssl 1.1
authorBjörn Lindqvist <bjourne@gmail.com>
Sat, 1 Jul 2017 11:41:22 +0000 (13:41 +0200)
committerBjörn Lindqvist <bjourne@gmail.com>
Sat, 1 Jul 2017 11:41:22 +0000 (13:41 +0200)
commit2a5f5ca6b9a70e512c0e75ea5d7a99dc75d7196f
tree11a4e1b626583129fd05b66299cde57f46fe745e
parent8b6ae235ab4f526433fa731b96b618adb5b2d215
openssl.*,io.sockets.*: support for openssl 1.1

In the new version, a lot of c function names have changed. So a new
global ssl-new-api? is needed to know if the new or old names should be
used.
basis/io/sockets/secure/openssl/openssl.factor
basis/io/sockets/secure/secure-tests.factor
basis/openssl/libssl/libssl-tests.factor
basis/openssl/openssl.factor