http://hg.python.org/cpython/rev/87858e0b757d changeset: 87623:87858e0b757d user: Christian Heimes <christian@cheimes.de> date: Thu Nov 28 15:12:15 2013 +0100 summary: SNI was added in OpenSSL 0.9.8f [11 Oct 2007], too files: Modules/_ssl.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Modules/_ssl.c b/Modules/_ssl.c --- a/Modules/_ssl.c +++ b/Modules/_ssl.c @@ -97,7 +97,7 @@ # 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 -- Repository URL: http://hg.python.org/cpython