Searched defs:cafile (Results 1 – 8 of 8) sorted by relevance
/third_party/curl/tests/libtest/ |
D | lib678.c | 66 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/ |
D | node-gyp.js | 33 cafile: String, // 'install' 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/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 | sectransp.c | 2366 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()
|