Searched refs:CAFILE (Results 1 - 5 of 5) sorted by relevance

/external/libmicrohttpd/src/examples/
H A Dhttps_fileserver_example.c45 #define CAFILE "ca.pem" macro
/external/python/cpython3/Lib/test/
H A Dtest_poplib.py26 CAFILE = os.path.join(os.path.dirname(__file__) or os.curdir, "pycacert.pem") variable
354 ctx.load_verify_locations(CAFILE)
H A Dtest_imaplib.py26 CAFILE = os.path.join(os.path.dirname(__file__) or os.curdir, "pycacert.pem") variable
487 ssl_context.load_verify_locations(CAFILE)
500 ssl_context.load_verify_locations(CAFILE)
870 ssl_context.load_verify_locations(CAFILE)
H A Dtest_ftplib.py305 CAFILE = os.path.join(os.path.dirname(__file__), "pycacert.pem") variable
934 ctx.load_verify_locations(CAFILE)
/external/python/cpython2/Lib/test/
H A Dtest_ftplib.py266 CAFILE = os.path.join(os.path.dirname(__file__), "pycacert.pem") variable
736 ctx.load_verify_locations(CAFILE)

Completed in 247 milliseconds