]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: add extra chain compatibility
authorEmmanuel Hocdet <manu@gandi.net>
Mon, 3 Dec 2018 17:07:44 +0000 (18:07 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 30 Jul 2019 13:53:54 +0000 (15:53 +0200)
commit1c65fdd50e95e3a0737e274c3bd8184f3fe4e656
treea2c271ecaf5aeeb6651549f5eebdb0c59a30542c
parent9246f8bc835e2fc49a4b4442197cb13df3e0b35c
MINOR: ssl: add extra chain compatibility

cert_key_and_chain handling is now outside openssl 1.0.2 #if: the
code must be libssl compatible. SSL_CTX_add1_chain_cert and
SSL_CTX_set1_chain requires openssl >= 1.0.2, replace it by legacy
SSL_CTX_add_extra_chain_cert when SSL_CTX_set1_chain is not provided.
src/ssl_sock.c