Home
last modified time | relevance | path

Searched refs:verify_client_post_handshake (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Lib/
Dssl.py961 def verify_client_post_handshake(self): member in SSLObject
962 return self._sslobj.verify_client_post_handshake()
1292 def verify_client_post_handshake(self): member in SSLSocket
1294 return self._sslobj.verify_client_post_handshake()
/external/python/cpython3/Doc/library/
Dssl.rst1329 .. method:: SSLSocket.verify_client_post_handshake()
2010 :meth:`SSLSocket.verify_client_post_handshake` is called and some I/O is
2496 - :meth:`~SSLSocket.verify_client_post_handshake`
/external/python/cpython3/Lib/test/
Dtest_ssl.py2436 self.sslconn.verify_client_post_handshake()
4508 s.verify_client_post_handshake()
/external/python/cpython3/Doc/whatsnew/
D3.8.rst1181 :meth:`~ssl.SSLSocket.verify_client_post_handshake` to initiate TLS 1.3
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a1.rst3102 SSLSocket.verify_client_post_handshake for TLS 1.3's post handshake