Searched defs:cafile (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython2/Lib/ |
D | ssl.py | 410 def create_default_context(purpose=Purpose.SERVER_AUTH, cafile=None, argument 461 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 | 482 def create_default_context(purpose=Purpose.SERVER_AUTH, *, cafile=None, argument 517 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 | 518 PyObject *cafile = NULL; in _ssl__SSLContext_load_verify_locations() local
|
/external/curl/lib/vtls/ |
D | darwinssl.c | 2040 static int verify_cert(const char *cafile, struct Curl_easy *data,
|
D | nss.c | 1546 const char *cafile = SSL_CONN_CONFIG(CAfile); in nss_load_ca_certificates() local
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_events.py | 677 cafile=None, capath=None, argument
|
/external/python/cpython3/Lib/urllib/ |
D | request.py | 141 *, cafile=None, capath=None, cadefault=False, context=None): argument
|
/external/python/cpython2/Modules/ |
D | _ssl.c | 2835 PyObject *cadata = NULL, *cafile = NULL, *capath = NULL; in load_verify_locations() local
|
/external/python/cpython3/Modules/ |
D | _ssl.c | 3430 PyObject *cafile, in _ssl__SSLContext_load_verify_locations_impl()
|