commit | a9b84028e6e941e0c3b25cc01697d57df1cba13f | [log] [tgz] |
---|---|---|
author | Emmanuel Hocdet <manu@gandi.net> | Mon Oct 01 18:41:36 2018 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Oct 08 09:42:28 2018 +0200 |
tree | 08bc191342635861a8cfa6331a1871eb7dce5973 | |
parent | d3ff20f0ae0df329c9c463f013942a73907a2472 [diff] |
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.