Home
last modified time | relevance | path

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

/third_party/openssl/demos/bio/
H A Dsconnect.c26 #define CAFILE "root.pem" macro
31 const char *CAfile = CAFILE; in main()
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dhttps_fileserver_example.c45 #define CAFILE "ca.pem" macro
/third_party/python/Lib/test/
H A Dtest_imaplib.py30 CAFILE = os.path.join(os.path.dirname(__file__) or os.curdir, "pycacert.pem") variable
559 ssl_context.load_verify_locations(CAFILE)
571 ssl_context.load_verify_locations(CAFILE)
964 ssl_context.load_verify_locations(CAFILE)
H A Dtest_poplib.py36 CAFILE = os.path.join(os.path.dirname(__file__) or os.curdir, "pycacert.pem") variable
385 ctx.load_verify_locations(CAFILE)
H A Dtest_ftplib.py331 CAFILE = os.path.join(os.path.dirname(__file__), "pycacert.pem") variable
1019 ctx.load_verify_locations(CAFILE)

Completed in 5 milliseconds