Kaydet (Commit) 5318c7aa authored tarafından Benjamin Peterson's avatar Benjamin Peterson

explain None can be returned

üst 4cb17812
......@@ -573,7 +573,9 @@ class SSLObject:
return self._sslobj.cipher()
def shared_ciphers(self):
"""Return the ciphers shared by the client during the handshake."""
"""Return the a list of ciphers shared by the client during the
handshake or None if this is not a valid server connection.
"""
return self._sslobj.shared_ciphers()
def compression(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment