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,
848 const char *CApath, const char *CAfile,
869 CApath, CAfile, CAstore, untrusted,
895 const char *CApath, const char *CAfile,
947 create_cert_store(CApath, CAfile, CAstore, vpm))
970 static X509_STORE *create_cert_store(const char *CApath, const char *CAfile,
984 if (CApath != NULL) {
990 if (X509_LOOKUP_add_dir(lookup, CApath, X509_FILETYPE_PEM) <= 0) {
991 BIO_printf(bio_err, "Error loading directory %s\n", CApath);