Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_ssl.py51 BYTES_CAPATH = CAPATH.encode(sys.getfilesystemencoding()) variable
928 ctx.load_verify_locations(CERTFILE, capath=BYTES_CAPATH)
1493 ctx.load_verify_locations(capath=BYTES_CAPATH)
/external/python/cpython3/Lib/test/
Dtest_ssl.py74 BYTES_CAPATH = os.fsencode(CAPATH) variable
1389 ctx.load_verify_locations(CERTFILE, capath=BYTES_CAPATH)
2039 ctx.load_verify_locations(capath=BYTES_CAPATH)