summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-11-28 14:12:15 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-11-28 14:12:15 (GMT)
commit470fba1f9f3e3296df675fdd7d37102065cfb6ae (patch)
tree38e363b6d7abcf337d681bad2f38f4cac0b76715 /Modules
parentdec813f118f7abffa24a9a0431dea125a6096518 (diff)
downloadcpython-470fba1f9f3e3296df675fdd7d37102065cfb6ae.zip
cpython-470fba1f9f3e3296df675fdd7d37102065cfb6ae.tar.gz
cpython-470fba1f9f3e3296df675fdd7d37102065cfb6ae.tar.bz2
SNI was added in OpenSSL 0.9.8f [11 Oct 2007], too
Diffstat (limited to 'Modules')
-rw-r--r--Modules/_ssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_ssl.c b/Modules/_ssl.c
index c255376..08627b6 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