MCPcopy Index your code
hub / github.com/python/cpython / do_handshake

Method do_handshake

Lib/ssl.py:961–963  ·  view source on GitHub ↗

Start the SSL/TLS handshake.

(self)

Source from the content-addressed store, hash-verified

959 return self._sslobj.pending()
960
961 def do_handshake(self):
962 """Start the SSL/TLS handshake."""
963 self._sslobj.do_handshake()
964
965 def unwrap(self):
966 """Start the SSL shutdown handshake."""

Callers 15

do_handshakeMethod · 0.45
_do_handshakeMethod · 0.45
do_ssl_object_handshakeFunction · 0.45
test_subclassMethod · 0.45
test_unwrapMethod · 0.45
_do_ssl_handshakeMethod · 0.45
test_getpeercertMethod · 0.45
_do_ssl_handshakeMethod · 0.45

Calls

no outgoing calls

Tested by 13

do_ssl_object_handshakeFunction · 0.36
test_subclassMethod · 0.36
test_unwrapMethod · 0.36
_do_ssl_handshakeMethod · 0.36
test_getpeercertMethod · 0.36
_do_ssl_handshakeMethod · 0.36
_do_tls_handshakeMethod · 0.36
serverMethod · 0.36