mirror of
https://github.com/python/cpython.git
synced 2025-11-03 19:34:08 +00:00
#7592: remove duplicate description.
This commit is contained in:
parent
5251cce8d2
commit
01f748a832
1 changed files with 0 additions and 8 deletions
|
|
@ -274,14 +274,6 @@ SSLSocket Objects
|
||||||
else:
|
else:
|
||||||
raise
|
raise
|
||||||
|
|
||||||
.. method:: SSLSocket.unwrap()
|
|
||||||
|
|
||||||
Performs the SSL shutdown handshake, which removes the TLS layer from the
|
|
||||||
underlying socket, and returns the underlying socket object. This can be
|
|
||||||
used to go from encrypted operation over a connection to unencrypted. The
|
|
||||||
returned socket should always be used for further communication with the
|
|
||||||
other side of the connection, rather than the original socket
|
|
||||||
|
|
||||||
.. method:: SSLSocket.getpeercert(binary_form=False)
|
.. method:: SSLSocket.getpeercert(binary_form=False)
|
||||||
|
|
||||||
If there is no certificate for the peer on the other end of the connection,
|
If there is no certificate for the peer on the other end of the connection,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue