Lines Matching defs:CAstore
67 const char *CAstore,
72 const char *CAstore,
76 const char *CAstore, X509_VERIFY_PARAM *vpm);
102 {"CAstore", OPT_CASTORE, ':', "URI to trusted CA store"},
152 " openssl ts -verify -CApath dir -CAfile root-cert.pem -CAstore uri",
170 char *CAstore = NULL;
271 CAstore = opt_arg();
338 CApath, CAfile, CAstore, untrusted,
849 const char *CAstore, char *untrusted,
869 CApath, CAfile, CAstore, untrusted,
896 const char *CAstore,
947 create_cert_store(CApath, CAfile, CAstore, vpm))
971 const char *CAstore, X509_VERIFY_PARAM *vpm)
1009 if (CAstore != NULL) {
1015 if (X509_LOOKUP_load_store_ex(lookup, CAstore, libctx, propq) <= 0) {
1016 BIO_printf(bio_err, "Error loading store URI %s\n", CAstore);