Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_urllibnet.py17 CERT_selfsigned_pythontestdotnet = os.path.join(here, 'selfsigned_pythontestdotnet.pem') variable
211 context = ssl.create_default_context(cafile=CERT_selfsigned_pythontestdotnet)
Dtest_httplib.py21 CERT_selfsigned_pythontestdotnet = os.path.join(here, 'selfsigned_pythontestdotnet.pem') variable
865 context.load_verify_locations(CERT_selfsigned_pythontestdotnet)
/external/python/cpython3/Lib/test/
Dtest_httplib.py28 CERT_selfsigned_pythontestdotnet = os.path.join(here, 'selfsigned_pythontestdotnet.pem') variable
1744 context.load_verify_locations(CERT_selfsigned_pythontestdotnet)