Searched defs:cafile (Results 1 – 14 of 14) sorted by relevance
/third_party/node/deps/npm/test/tap/ |
D | config-certfile.js | 11 npmconf.load({cafile: cafile}, function (er, conf) { property
|
/third_party/curl/tests/libtest/ |
D | lib678.c | 64 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/ |
D | test-download.js | 75 opts: { cafile: cafile }, property 191 opts: { cafile: 'no.such.file' } property
|
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
D | node-gyp.js | 62 cafile: String, // 'install' property
|
/third_party/node/deps/npm/lib/config/ |
D | defaults.js | 121 cafile: null, property 272 cafile: path, property
|
/third_party/python/Lib/ |
D | ssl.py | 740 def create_default_context(purpose=Purpose.SERVER_AUTH, *, cafile=None, argument 781 cafile=None, capath=None, cadata=None): argument
|
/third_party/libsoup/tests/ |
D | test-utils.c | 248 char *cafile; in soup_test_session_new() local
|
/third_party/node/deps/npm/docs/content/using-npm/ |
D | config.md | 259 #### cafile subsubsection
|
/third_party/python/Modules/clinic/ |
D | _ssl.c.h | 585 PyObject *cafile = Py_None; in _ssl__SSLContext_load_verify_locations() local
|
/third_party/curl/lib/vtls/ |
D | nss.c | 1658 const char *cafile = SSL_CONN_CONFIG(CAfile); in nss_load_ca_certificates() local
|
D | sectransp.c | 2390 static CURLcode verify_cert(struct Curl_easy *data, const char *cafile,
|
/third_party/python/Lib/test/test_asyncio/ |
D | test_events.py | 607 cafile=None, capath=None, argument
|
/third_party/python/Lib/urllib/ |
D | request.py | 140 *, cafile=None, capath=None, cadefault=False, context=None): argument
|
/third_party/python/Modules/ |
D | _ssl.c | 4013 PyObject *cafile, in _ssl__SSLContext_load_verify_locations_impl()
|