Home
last modified time | relevance | path

Searched defs:cafile (Results 1 – 8 of 8) sorted by relevance

/third_party/curl/tests/libtest/
Dlib678.c66 static int test_cert_blob(const char *url, const char *cafile) in test_cert_blob()
/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dnode-gyp.js33 cafile: String, // 'install' property
/third_party/python/Lib/
Dssl.py740 def create_default_context(purpose=Purpose.SERVER_AUTH, *, cafile=None, argument
781 cafile=None, capath=None, cadata=None): argument
/third_party/python/Modules/clinic/
D_ssl.c.h585 PyObject *cafile = Py_None; in _ssl__SSLContext_load_verify_locations() local
/third_party/curl/lib/vtls/
Dsectransp.c2366 struct Curl_easy *data, const char *cafile,
/third_party/python/Lib/test/test_asyncio/
Dtest_events.py607 cafile=None, capath=None, argument
/third_party/python/Lib/urllib/
Drequest.py140 *, cafile=None, capath=None, cadefault=False, context=None): argument
/third_party/python/Modules/
D_ssl.c4013 PyObject *cafile, in _ssl__SSLContext_load_verify_locations_impl()