Start the SSL/TLS handshake.
(self)
| 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.""" |
no outgoing calls