Skip to content

Commit

Permalink
[3.12] gh-73580: Docs for tunnelling TLS through TLS (GH-22539) (GH-1…
Browse files Browse the repository at this point in the history
…16149)

(cherry picked from commit 91c3c64)

Co-authored-by: Carl Bordum Hansen <carl@bordum.dk>
  • Loading branch information
miss-islington and carlbordum committed Feb 29, 2024
1 parent 240e5f6 commit 811f4bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Doc/library/ssl.rst
Expand Up @@ -1765,6 +1765,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 811f4bd

Please sign in to comment.