Home
last modified time | relevance | path

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

/aosp_15_r20/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)
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_httplib.py30 CERT_selfsigned_pythontestdotnet = os.path.join(here, 'selfsigned_pythontestdotnet.pem') variable
1890 context.load_verify_locations(CERT_selfsigned_pythontestdotnet)