Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_ssl.py125 SIGNING_CA = data_file("capath", "ceff1710.0") variable
318 client_context.load_verify_locations(SIGNING_CA)
322 server_context.load_verify_locations(SIGNING_CA)
1632 with open(SIGNING_CA) as f:
1634 ctx = ssl.create_default_context(cafile=SIGNING_CA, capath=CAPATH,
1943 ca_certs=SIGNING_CA) as s:
1962 ca_certs=SIGNING_CA)
1972 ca_certs=SIGNING_CA,
2005 ctx.load_verify_locations(SIGNING_CA)
2046 with open(SIGNING_CA) as f:
[all …]
/external/python/cpython2/Lib/test/
Dtest_ssl.py62 SIGNING_CA = data_file("pycacert.pem") variable
1169 with open(SIGNING_CA) as f:
1171 ctx = ssl.create_default_context(cafile=SIGNING_CA, capath=CAPATH,
2137 context.load_verify_locations(SIGNING_CA)
2179 context.load_verify_locations(SIGNING_CA)
2217 cacerts=SIGNING_CA, chatty=False,
3038 client_context.load_verify_locations(SIGNING_CA)
3177 SIGNED_CERTFILE, SIGNED_CERTFILE2, SIGNING_CA,
/external/python/cpython3/Lib/test/test_asyncio/
Dutils.py53 SIGNING_CA = data_file('pycacert.pem') variable
Dtest_events.py1036 cafile=test_utils.SIGNING_CA)
1066 sslcontext_client.load_verify_locations(cafile=test_utils.SIGNING_CA)
1092 sslcontext_client.load_verify_locations(cafile=test_utils.SIGNING_CA)