commit | 1c65fdd50e95e3a0737e274c3bd8184f3fe4e656 | [log] [tgz] |
---|---|---|
author | Emmanuel Hocdet <manu@gandi.net> | Mon Dec 03 18:07:44 2018 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Tue Jul 30 15:53:54 2019 +0200 |
tree | a2c271ecaf5aeeb6651549f5eebdb0c59a30542c | |
parent | 9246f8bc835e2fc49a4b4442197cb13df3e0b35c [diff] |
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.