Skip to content

Commit

Permalink
pythongh-73580: Docs for tunnelling TLS through TLS (pythonGH-22539)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbordum authored Feb 29, 2024
1 parent dbe44f1 commit 91c3c64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Doc/library/ssl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 91c3c64

Please sign in to comment.