summaryrefslogtreecommitdiffstats
path: root/Doc/library/ssl.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/ssl.rst')
-rw-r--r--Doc/library/ssl.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
index 4d43fa0..afa3d87 100644
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -1358,6 +1358,10 @@ SSL sockets also have the following additional methods and attributes:
.. versionadded:: 3.3
+ .. deprecated:: 3.10
+
+ NPN has been superseded by ALPN
+
.. method:: SSLSocket.unwrap()
Performs the SSL shutdown handshake, which removes the TLS layer from the
@@ -1714,6 +1718,10 @@ to speed up repeated connections from the same clients.
.. versionadded:: 3.3
+ .. deprecated:: 3.10
+
+ NPN has been superseded by ALPN
+
.. attribute:: SSLContext.sni_callback
Register a callback function that will be called after the TLS Client Hello