Lines Matching refs:store
119 {"CAstore", OPT_CASTORE, ':', "Trusted certificates store URI"},
125 "Do not load certificates from the default certificates store"},
234 X509_STORE *store = NULL;
798 if (store == NULL) {
799 store = setup_verify(CAfile, noCAfile, CApath, noCApath,
801 if (!store)
805 X509_STORE_set1_param(store, vpm);
831 i = OCSP_basic_verify(bs, verify_other, store, verify_flags);
833 i = OCSP_basic_verify(bs, issuers, store, OCSP_TRUSTOTHER);
852 X509_STORE_free(store);