Lines Matching refs: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,
852 const char *CAstore, char *untrusted,
872 CApath, CAfile, CAstore, untrusted,
899 const char *CAstore,
950 create_cert_store(CApath, CAfile, CAstore, vpm))
974 const char *CAstore, X509_VERIFY_PARAM *vpm)
1012 if (CAstore != NULL) {
1018 if (X509_LOOKUP_load_store_ex(lookup, CAstore, libctx, propq) <= 0) {
1019 BIO_printf(bio_err, "Error loading store URI %s\n", CAstore);