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.py495 do_handshake_on_connect=True, argument
503 do_handshake_on_connect=do_handshake_on_connect,
984 def _create(cls, sock, server_side=False, do_handshake_on_connect=True, argument
1014 self.do_handshake_on_connect = do_handshake_on_connect
1035 if do_handshake_on_connect:
1332 if self.do_handshake_on_connect:
1356 do_handshake_on_connect=self.do_handshake_on_connect,
1388 do_handshake_on_connect=True, argument
1407 do_handshake_on_connect=do_handshake_on_connect,
/third_party/python/Lib/test/test_asyncio/
Dfunctional.py144 do_handshake_on_connect=False)
/third_party/python/Lib/test/
Dtest_poplib.py161 do_handshake_on_connect=False,
Dtest_ssl.py865 with test_wrap_socket(c, do_handshake_on_connect=False) as ss:
1791 with ctx.wrap_socket(c, False, do_handshake_on_connect=False) as c:
1973 do_handshake_on_connect=False)
2091 do_handshake_on_connect=False)
2252 do_handshake_on_connect=False)
2579 do_handshake_on_connect=False)
2866 do_handshake_on_connect=False,
Dtest_ftplib.py330 do_handshake_on_connect=False)
/third_party/python/Doc/library/
Dssl.rst516 ca_certs=None, do_handshake_on_connect=True, \
531 The arguments *server_side*, *do_handshake_on_connect*, and
1781 do_handshake_on_connect=True, suppress_ragged_eofs=True, \
1807 The parameter ``do_handshake_on_connect`` specifies whether to do the SSL
2507 - There is no *do_handshake_on_connect* machinery. You must always manually