Searched defs:cafile (Results 1 – 12 of 12) sorted by relevance
| /external/curl/tests/libtest/ |
| D | lib678.c | 66 static int test_cert_blob(const char *url, const char *cafile) in test_cert_blob()
|
| /external/python/cpython2/Lib/ |
| D | ssl.py | 416 def create_default_context(purpose=Purpose.SERVER_AUTH, cafile=None, argument 467 cafile=None, capath=None, cadata=None): argument
|
| D | urllib2.py | 132 cafile=None, capath=None, cadefault=False, context=None): argument
|
| /external/python/cpython3/Lib/ |
| D | ssl.py | 740 def create_default_context(purpose=Purpose.SERVER_AUTH, *, cafile=None, argument 781 cafile=None, capath=None, cadata=None): argument
|
| /external/scapy/scapy/layers/tls/ |
| D | cert.py | 908 def verifyChainFromCAFile(self, cafile, untrusted_file=None): argument
|
| /external/python/cpython3/Modules/clinic/ |
| D | _ssl.c.h | 585 PyObject *cafile = Py_None; in _ssl__SSLContext_load_verify_locations() local
|
| /external/curl/lib/vtls/ |
| D | sectransp.c | 2362 struct Curl_easy *data, const char *cafile,
|
| D | nss.c | 1633 const char *cafile = conn_config->CAfile; in nss_load_ca_certificates() local
|
| /external/python/cpython3/Lib/test/test_asyncio/ |
| D | test_events.py | 607 cafile=None, capath=None, argument
|
| /external/python/cpython3/Lib/urllib/ |
| D | request.py | 140 *, cafile=None, capath=None, cadefault=False, context=None): argument
|
| /external/python/cpython2/Modules/ |
| D | _ssl.c | 2917 PyObject *cadata = NULL, *cafile = NULL, *capath = NULL; in load_verify_locations() local
|
| /external/python/cpython3/Modules/ |
| D | _ssl.c | 4025 PyObject *cafile, in _ssl__SSLContext_load_verify_locations_impl()
|