mirror of https://github.com/python/cpython
gh-73580: Docs for tunnelling TLS through TLS (GH-22539)
This commit is contained in:
parent
dbe44f150c
commit
91c3c64237
|
@ -1790,6 +1790,9 @@ to speed up repeated connections from the same clients.
|
|||
|
||||
*session*, see :attr:`~SSLSocket.session`.
|
||||
|
||||
To wrap an :class:`SSLSocket` in another :class:`SSLSocket`, use
|
||||
:meth:`SSLContext.wrap_bio`.
|
||||
|
||||
.. versionchanged:: 3.5
|
||||
Always allow a server_hostname to be passed, even if OpenSSL does not
|
||||
have SNI.
|
||||
|
|
Loading…
Reference in New Issue