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.py780 def verify_client_post_handshake(self): member in SSLObject
781 return self._sslobj.verify_client_post_handshake()
1100 def verify_client_post_handshake(self): member in SSLSocket
1102 return self._sslobj.verify_client_post_handshake()
/external/python/cpython3/Misc/NEWS.d/
D3.7.1rc1.rst336 SSLSocket.verify_client_post_handshake for TLS 1.3's post handshake
/external/python/cpython3/Lib/test/
Dtest_ssl.py2335 self.sslconn.verify_client_post_handshake()
4384 s.verify_client_post_handshake()
/external/python/cpython3/Doc/library/
Dssl.rst1317 .. method:: SSLSocket.verify_client_post_handshake()
1969 :meth:`SSLSocket.verify_client_post_handshake` is called and some I/O is
/external/python/cpython3/Doc/whatsnew/
D3.7.rst1363 :meth:`ssl.SSLSocket.verify_client_post_handshake` to initiate TLS 1.3