HomeSort by relevance Sort by last modified time
    Searched defs:capath (Results 1 - 5 of 5) sorted by null

  /external/curl/lib/vtls/
polarssl.c 221 const char *capath = SSL_CONN_CONFIG(CApath); local
272 if(capath) {
273 ret = x509_crt_parse_path(&BACKEND->cacert, capath);
278 capath, -ret, errorbuf);
nss.c 1588 const char *capath = SSL_CONN_CONFIG(CApath); local
    [all...]
  /external/python/cpython3/Modules/clinic/
_ssl.c.h 530 "load_verify_locations($self, /, cafile=None, capath=None, cadata=None)\n"
540 PyObject *capath,
547 static const char * const _keywords[] = {"cafile", "capath", "cadata", NULL};
550 PyObject *capath = NULL; local
554 &cafile, &capath, &cadata)) {
557 return_value = _ssl__SSLContext_load_verify_locations_impl(self, cafile, capath, cadata);
700 "NOTE: Certificates in a capath directory aren\'t loaded unless they have\n"
724 "NOTE: Certificates in a capath directory aren\'t loaded unless they have\n"
    [all...]
  /external/curl/src/
tool_cfgable.h 132 char *capath; member in struct:OperationConfig
  /external/python/cpython2/Modules/
_ssl.c 2917 PyObject *cadata = NULL, *cafile = NULL, *capath = NULL; local
    [all...]

Completed in 289 milliseconds