Lines Matching defs:CApath
66 const char *CApath, const char *CAfile,
71 const char *CApath, const char *CAfile,
75 static X509_STORE *create_cert_store(const char *CApath, const char *CAfile,
101 {"CApath", OPT_CAPATH, '/', "Path to trusted CA files"},
152 " openssl ts -verify -CApath dir -CAfile root-cert.pem -CAstore uri",
169 char *inkey = NULL, *signer = NULL, *chain = NULL, *CApath = NULL;
265 CApath = opt_arg();
338 CApath, CAfile, CAstore, untrusted,
851 const char *CApath, const char *CAfile,
872 CApath, CAfile, CAstore, untrusted,
898 const char *CApath, const char *CAfile,
950 create_cert_store(CApath, CAfile, CAstore, vpm))
973 static X509_STORE *create_cert_store(const char *CApath, const char *CAfile,
987 if (CApath != NULL) {
993 if (X509_LOOKUP_add_dir(lookup, CApath, X509_FILETYPE_PEM) <= 0) {
994 BIO_printf(bio_err, "Error loading directory %s\n", CApath);