Start the SSL/TLS handshake.
(self)
| 947 | return self._sslobj.pending() |
| 948 | |
| 949 | def do_handshake(self): |
| 950 | """Start the SSL/TLS handshake.""" |
| 951 | self._sslobj.do_handshake() |
| 952 | |
| 953 | def unwrap(self): |
| 954 | """Start the SSL shutdown handshake.""" |
no outgoing calls