]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
SNI was added in OpenSSL 0.9.8f [11 Oct 2007], too
authorChristian Heimes <christian@cheimes.de>
Thu, 28 Nov 2013 14:12:15 +0000 (15:12 +0100)
committerChristian Heimes <christian@cheimes.de>
Thu, 28 Nov 2013 14:12:15 +0000 (15:12 +0100)
Modules/_ssl.c

index c2553768ca07abd2785c94698d10606e944c4598..08627b64b4794dfa77322b3a4bb0819031f7b088 100644 (file)
@@ -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