Kaydet (Commit) ce852cb8 authored tarafından Antoine Pitrou's avatar Antoine Pitrou

Fix comment about the OpenSSL version in which SNI version was introduced.

üst edbc18e9
...@@ -95,7 +95,7 @@ struct py_ssl_library_code { ...@@ -95,7 +95,7 @@ struct py_ssl_library_code {
# define HAVE_TLSv1_2 0 # define HAVE_TLSv1_2 0
#endif #endif
/* SNI support (client- and server-side) appeared in OpenSSL 0.9.8n. /* SNI support (client- and server-side) appeared in OpenSSL 1.0.0.
* This includes the SSL_set_SSL_CTX() function. * This includes the SSL_set_SSL_CTX() function.
*/ */
#ifdef SSL_CTRL_SET_TLSEXT_HOSTNAME #ifdef SSL_CTRL_SET_TLSEXT_HOSTNAME
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment