Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_ssl.py53 CAFILE_CACERT = data_file("capath", "5ed36f99.0") variable
274 with open(CAFILE_CACERT, 'r') as f:
847 ctx.load_cert_chain(CAFILE_CACERT, ONLYKEY)
927 with open(CAFILE_CACERT) as f:
1068 ctx.load_verify_locations(CAFILE_CACERT)
1079 ctx.load_verify_locations(CAFILE_CACERT)
1095 with open(CAFILE_CACERT) as f: