mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-73580: Docs for tunnelling TLS through TLS (GH-22539)
This commit is contained in:
parent
dbe44f150c
commit
91c3c64237
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue