Lines Matching defs:CAfile
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,
100 {"CAfile", OPT_CAFILE, '<', "File with trusted CA certs"},
152 " openssl ts -verify -CApath dir -CAfile root-cert.pem -CAstore uri",
161 const char *CAfile = NULL, *prog;
268 CAfile = 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,
996 if (CAfile != NULL) {
1002 if (X509_LOOKUP_load_file_ex(lookup, CAfile, X509_FILETYPE_PEM, libctx,
1004 BIO_printf(bio_err, "Error loading file %s\n", CAfile);