Home
last modified time | relevance | path

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

/third_party/node/deps/npm/test/tap/
Dconfig-certfile.js11 npmconf.load({cafile: cafile}, function (er, conf) { property
/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/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/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()