Home
last modified time | relevance | path

Searched refs:do_handshake_on_connect (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/
Dssl.py507 do_handshake_on_connect=True, argument
515 do_handshake_on_connect=do_handshake_on_connect,
1014 def _create(cls, sock, server_side=False, do_handshake_on_connect=True, argument
1044 self.do_handshake_on_connect = do_handshake_on_connect
1065 if do_handshake_on_connect:
1364 if self.do_handshake_on_connect:
1388 do_handshake_on_connect=self.do_handshake_on_connect,
1420 do_handshake_on_connect=True, argument
1443 do_handshake_on_connect=do_handshake_on_connect,
/third_party/python/Lib/test/test_asyncio/
Dfunctional.py139 do_handshake_on_connect=False)
/third_party/python/Lib/test/
Dtest_poplib.py167 do_handshake_on_connect=False,
Dtest_ssl.py901 with test_wrap_socket(c, do_handshake_on_connect=False) as ss:
1861 with ctx.wrap_socket(c, False, do_handshake_on_connect=False) as c:
2045 do_handshake_on_connect=False)
2167 do_handshake_on_connect=False)
2359 do_handshake_on_connect=False)
2693 do_handshake_on_connect=False)
2980 do_handshake_on_connect=False,
Dtest_ftplib.py338 do_handshake_on_connect=False)
/third_party/python/Doc/library/
Dssl.rst522 ca_certs=None, do_handshake_on_connect=True, \
537 The arguments *server_side*, *do_handshake_on_connect*, and
1823 do_handshake_on_connect=True, suppress_ragged_eofs=True, \
1849 The parameter ``do_handshake_on_connect`` specifies whether to do the SSL
2532 - There is no *do_handshake_on_connect* machinery. You must always manually