]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: ssl: Be sure that SSLv3 connection methods exist for openssl < 1.1.0
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 8 Jun 2017 20:18:52 +0000 (22:18 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 14 Jun 2017 14:40:38 +0000 (16:40 +0200)
commit1e59fcc5885da5cab7ba779eee5f312b3c1d5d72
tree4a529385d348a6d07c9da33a639c7bd74c23cf1a
parent54ceb041d6372a70afdbdd76f4f2bac46a088d18
BUG/MINOR: ssl: Be sure that SSLv3 connection methods exist for openssl < 1.1.0

For openssl 1.0.2, SSLv3_server_method and SSLv3_client_method are undefined if
OPENSSL_NO_SSL3_METHOD is set. So we must add a check on this macro before using
these functions.
src/ssl_sock.c