Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_ssl.py53 CAFILE_CACERT = data_file("capath", "5ed36f99.0") variable
281 with open(CAFILE_CACERT, 'r') as f:
855 ctx.load_cert_chain(CAFILE_CACERT, ONLYKEY)
935 with open(CAFILE_CACERT) as f:
1087 ctx.load_verify_locations(CAFILE_CACERT)
1098 ctx.load_verify_locations(CAFILE_CACERT)
1114 with open(CAFILE_CACERT) as f:
/external/python/cpython3/Lib/test/
Dtest_ssl.py76 CAFILE_CACERT = data_file("capath", "5ed36f99.0") variable
524 with open(CAFILE_CACERT, 'r') as f:
1319 ctx.load_cert_chain(CAFILE_CACERT, ONLYKEY)
1396 with open(CAFILE_CACERT) as f:
1537 ctx.load_verify_locations(CAFILE_CACERT)
1548 ctx.load_verify_locations(CAFILE_CACERT)
1564 with open(CAFILE_CACERT) as f: