From: Christian Heimes Date: Thu, 28 Nov 2013 14:12:15 +0000 (+0100) Subject: SNI was added in OpenSSL 0.9.8f [11 Oct 2007], too X-Git-Tag: v3.4.0b2~445 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=470fba1f9f3e3296df675fdd7d37102065cfb6ae;p=thirdparty%2FPython%2Fcpython.git SNI was added in OpenSSL 0.9.8f [11 Oct 2007], too --- diff --git a/Modules/_ssl.c b/Modules/_ssl.c index c2553768ca07..08627b64b479 100644 --- a/Modules/_ssl.c +++ b/Modules/_ssl.c @@ -97,7 +97,7 @@ struct py_ssl_library_code { # define HAVE_TLSv1_2 0 #endif -/* SNI support (client- and server-side) appeared in OpenSSL 1.0.0. +/* SNI support (client- and server-side) appeared in OpenSSL 1.0.0 and 0.9.8f * This includes the SSL_set_SSL_CTX() function. */ #ifdef SSL_CTRL_SET_TLSEXT_HOSTNAME