From 470fba1f9f3e3296df675fdd7d37102065cfb6ae Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Thu, 28 Nov 2013 15:12:15 +0100 Subject: [PATCH] SNI was added in OpenSSL 0.9.8f [11 Oct 2007], too --- Modules/_ssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3