]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: cleanup old openssl API call
authorEmmanuel Hocdet <manu@gandi.net>
Mon, 1 Oct 2018 16:41:36 +0000 (18:41 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 8 Oct 2018 07:42:28 +0000 (09:42 +0200)
commita9b84028e6e941e0c3b25cc01697d57df1cba13f
tree08bc191342635861a8cfa6331a1871eb7dce5973
parentd3ff20f0ae0df329c9c463f013942a73907a2472
MINOR: ssl: cleanup old openssl API call

For generate-certificates, X509V3_EXT_conf is used but it's an old API
call: X509V3_EXT_nconf must be preferred. Openssl compatibility is ok
because it's inside #ifdef SSL_CTRL_SET_TLSEXT_HOSTNAME, introduce 5
years after X509V3_EXT_nconf.
src/ssl_sock.c