Home
last modified time | relevance | path

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

/third_party/node/deps/npm/test/tap/
Dconfig-certfile.js11 npmconf.load({cafile: cafile}, function (er, conf) { property
/third_party/curl/tests/libtest/
Dlib678.c64 static int test_cert_blob(const char *url, const char *cafile) in test_cert_blob()
/third_party/node/deps/npm/node_modules/node-gyp/test/
Dtest-download.js75 opts: { cafile: cafile }, property
191 opts: { cafile: 'no.such.file' } property
/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dnode-gyp.js62 cafile: String, // 'install' property
/third_party/node/deps/npm/lib/config/
Ddefaults.js121 cafile: null, property
272 cafile: path, 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/libsoup/tests/
Dtest-utils.c248 char *cafile; in soup_test_session_new() local
/third_party/node/deps/npm/docs/content/using-npm/
Dconfig.md259 #### cafile subsubsection
/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/
Dnss.c1658 const char *cafile = SSL_CONN_CONFIG(CAfile); in nss_load_ca_certificates() local
Dsectransp.c2390 static CURLcode verify_cert(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()