mirror of
https://github.com/python/cpython.git
synced 2024-11-23 18:04:37 +08:00
SNI was added in OpenSSL 0.9.8f [11 Oct 2007], too
This commit is contained in:
parent
dec813f118
commit
470fba1f9f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user