Searched defs:cafile (Results 1 – 10 of 10) 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/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/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/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()
|