Lines Matching defs:store
54 {"CAstore", OPT_CASTORE, ':', "URI to a store of trusted certificates"},
60 "Do not load trusted certificates from the default certificates store"},
85 X509_STORE *store = NULL;
209 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath,
212 X509_STORE_set_verify_cb(store, cb);
215 X509_STORE_set1_param(store, vpm);
220 store_setup_crl_download(store);
224 if (check(store, NULL, untrusted, trusted, crls, show_chain,
229 if (check(store, argv[i], untrusted, trusted, crls, show_chain,
236 X509_STORE_free(store);
274 BIO_printf(bio_err, "error %s: X.509 store context allocation failed\n",
283 "error %s: X.509 store context initialization failed\n",