On 2016-07-01 5:22 PM, Yann Ylavic wrote:
http://home.apache.org/~ylavic/patches/httpd-2.4.x-ab_sni.patch.
This line worries me:
+#if !defined(OPENSSL_NO_TLSEXT) && defined(SSL_set_tlsext_host_name)That assumes that SSL_set_tlsext_host_name will always be implemented as a macro by OpenSSL, which is not a safe assumption.
Is SSL_CTRL_SET_TLSEXT_HOSTNAME not a more appropriate macro to check?