We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SSLSocket.shared_ciphers()
1 parent 569887a commit 8cbe13eCopy full SHA for 8cbe13e
Doc/library/ssl.rst
@@ -1222,8 +1222,8 @@ SSL sockets also have the following additional methods and attributes:
1222
entry of the returned list is a three-value tuple containing the name of the
1223
cipher, the version of the SSL protocol that defines its use, and the number
1224
of secret bits the cipher uses. :meth:`~SSLSocket.shared_ciphers` returns
1225
- ``None`` if no connection has been established or the socket is a client
1226
- socket.
+ ``None`` if no connection has been established, the socket is a client
+ socket, or the session has been reused.
1227
1228
.. versionadded:: 3.5
1229
0 commit comments