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.py119 SIGNING_CA = data_file("capath", "ceff1710.0") variable
247 client_context.load_verify_locations(SIGNING_CA)
251 server_context.load_verify_locations(SIGNING_CA)
1550 with open(SIGNING_CA) as f:
1552 ctx = ssl.create_default_context(cafile=SIGNING_CA, capath=CAPATH,
1845 ca_certs=SIGNING_CA) as s:
1864 ca_certs=SIGNING_CA)
1874 ca_certs=SIGNING_CA,
1907 ctx.load_verify_locations(SIGNING_CA)
1948 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.py52 SIGNING_CA = data_file('pycacert.pem') variable
Dtest_events.py1165 cafile=test_utils.SIGNING_CA)
1195 sslcontext_client.load_verify_locations(cafile=test_utils.SIGNING_CA)
1220 sslcontext_client.load_verify_locations(cafile=test_utils.SIGNING_CA)