Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ do_handshake
Method
do_handshake
tools/python-3.11.9-amd64/Lib/ssl.py:977–979 ·
view source on GitHub ↗
Start the SSL/TLS handshake.
(self)
Source
from the content-addressed store, hash-verified
975
return
self._sslobj.pending()
976
977
def
do_handshake(self):
978
""
"Start the SSL/TLS handshake."
""
979
self._sslobj.do_handshake()
980
981
def
unwrap(self):
982
""
"Start the SSL shutdown handshake."
""
Callers
1
do_handshake
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected