Home
last modified time | relevance | path

Searched defs:load_verify_locations (Results 1 – 2 of 2) sorted by relevance

/external/python/pyopenssl/src/OpenSSL/
DSSL.py665 def load_verify_locations(self, cafile, capath=None): member in Context
/external/python/cpython2/Modules/
D_ssl.c2914 load_verify_locations(PySSLContext *self, PyObject *args, PyObject *kwds) in load_verify_locations() function