Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_ssl.py287 def test_wrap_socket(sock, ssl_version=ssl.PROTOCOL_TLS, *, function
571 ss = test_wrap_socket(s)
581 with test_wrap_socket(s) as ss:
601 with test_wrap_socket(s) as ss:
640 test_wrap_socket(sock,
865 with test_wrap_socket(c, do_handshake_on_connect=False) as ss:
875 with test_wrap_socket(s) as ss:
879 with test_wrap_socket(s, server_side=True, certfile=CERTFILE) as ss:
883 ss = test_wrap_socket(socket.socket(socket.AF_INET))
1002 test_wrap_socket(s, cert_reqs=ssl.CERT_NONE)
[all …]