Symbol: X509_STORE
lib/libcrypto/cms/cms.h
187
X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags);
lib/libcrypto/cms/cms.h
190
STACK_OF(X509) *certs, X509_STORE *store, unsigned int flags);
lib/libcrypto/cms/cms_smime.c
313
cms_signerinfo_verify_cert(CMS_SignerInfo *si, X509_STORE *store,
lib/libcrypto/cms/cms_smime.c
350
CMS_verify(CMS_ContentInfo *cms, STACK_OF(X509) *certs, X509_STORE *store,
lib/libcrypto/cms/cms_smime.c
512
STACK_OF(X509) *certs, X509_STORE *store, unsigned int flags)
lib/libcrypto/ocsp/ocsp.h
247
X509_STORE *store, unsigned long flags);
lib/libcrypto/ocsp/ocsp.h
422
X509_STORE *st, unsigned long flags);
lib/libcrypto/ocsp/ocsp_vfy.c
198
X509_STORE *st, unsigned long flags)
lib/libcrypto/ocsp/ocsp_vfy.c
388
OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs, X509_STORE *store,
lib/libcrypto/ocsp/ocsp_vfy.c
462
STACK_OF(X509) *certs, X509_STORE *st, unsigned long flags)
lib/libcrypto/ocsp/ocsp_vfy.c
67
STACK_OF(X509) *certs, X509_STORE *st, unsigned long flags);
lib/libcrypto/ocsp/ocsp_vfy.c
76
X509_NAME *nm, STACK_OF(X509) *certs, X509_STORE *st,
lib/libcrypto/ocsp/ocsp_vfy.c
81
OCSP_basic_verify(OCSP_BASICRESP *bs, STACK_OF(X509) *certs, X509_STORE *st,
lib/libcrypto/pkcs7/pk7_doit.c
929
PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx, BIO *bio,
lib/libcrypto/pkcs7/pk7_smime.c
251
PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store, BIO *indata,
lib/libcrypto/pkcs7/pkcs7.h
337
int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx,
lib/libcrypto/pkcs7/pkcs7.h
383
int PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store,
lib/libcrypto/ts/ts.h
438
X509_STORE *store, X509 **signer_out);
lib/libcrypto/ts/ts.h
496
X509_STORE *TS_VERIFY_CTX_set_store(TS_VERIFY_CTX *ctx, X509_STORE *store);
lib/libcrypto/ts/ts_local.h
273
X509_STORE *store;
lib/libcrypto/ts/ts_rsp_verify.c
151
X509_STORE *store, X509 **signer_out)
lib/libcrypto/ts/ts_rsp_verify.c
240
TS_verify_cert(X509_STORE *store, STACK_OF(X509) *untrusted, X509 *signer,
lib/libcrypto/ts/ts_rsp_verify.c
73
static int TS_verify_cert(X509_STORE *store, STACK_OF(X509) *untrusted,
lib/libcrypto/ts/ts_verify_ctx.c
153
X509_STORE *
lib/libcrypto/ts/ts_verify_ctx.c
154
TS_VERIFY_CTX_set_store(TS_VERIFY_CTX *ctx, X509_STORE *store)
lib/libcrypto/x509/x509_d2.c
114
X509_STORE_load_mem(X509_STORE *ctx, void *buf, int len)
lib/libcrypto/x509/x509_d2.c
67
X509_STORE_set_default_paths(X509_STORE *ctx)
lib/libcrypto/x509/x509_d2.c
89
X509_STORE_load_locations(X509_STORE *ctx, const char *file, const char *path)
lib/libcrypto/x509/x509_local.h
323
X509_STORE *store_ctx; /* who owns us */
lib/libcrypto/x509/x509_local.h
332
X509_STORE *store;
lib/libcrypto/x509/x509_lu.c
140
X509_STORE *
lib/libcrypto/x509/x509_lu.c
143
X509_STORE *store;
lib/libcrypto/x509/x509_lu.c
225
X509_STORE_free(X509_STORE *store)
lib/libcrypto/x509/x509_lu.c
243
X509_STORE_up_ref(X509_STORE *store)
lib/libcrypto/x509/x509_lu.c
250
X509_STORE_add_lookup(X509_STORE *store, const X509_LOOKUP_METHOD *method)
lib/libcrypto/x509/x509_lu.c
299
X509_STORE *ctx = vs->store;
lib/libcrypto/x509/x509_lu.c
336
X509_STORE_add_object(X509_STORE *store, X509_OBJECT *obj)
lib/libcrypto/x509/x509_lu.c
364
X509_STORE_add_cert(X509_STORE *store, X509 *x)
lib/libcrypto/x509/x509_lu.c
387
X509_STORE_add_crl(X509_STORE *store, X509_CRL *x)
lib/libcrypto/x509/x509_lu.c
512
X509_get1_certs_from_cache(X509_STORE *store, X509_NAME *name)
lib/libcrypto/x509/x509_lu.c
555
X509_STORE *store = ctx->store;
lib/libcrypto/x509/x509_lu.c
578
X509_STORE *store = ctx->store;
lib/libcrypto/x509/x509_lu.c
747
X509_STORE_get0_objects(X509_STORE *xs)
lib/libcrypto/x509/x509_lu.c
783
X509_STORE_get1_objects(X509_STORE *store)
lib/libcrypto/x509/x509_lu.c
801
X509_STORE_get_ex_data(X509_STORE *xs, int idx)
lib/libcrypto/x509/x509_lu.c
808
X509_STORE_set_ex_data(X509_STORE *xs, int idx, void *data)
lib/libcrypto/x509/x509_lu.c
815
X509_STORE_set_flags(X509_STORE *ctx, unsigned long flags)
lib/libcrypto/x509/x509_lu.c
822
X509_STORE_set_depth(X509_STORE *ctx, int depth)
lib/libcrypto/x509/x509_lu.c
830
X509_STORE_set_purpose(X509_STORE *ctx, int purpose)
lib/libcrypto/x509/x509_lu.c
837
X509_STORE_set_trust(X509_STORE *ctx, int trust)
lib/libcrypto/x509/x509_lu.c
844
X509_STORE_set1_param(X509_STORE *ctx, X509_VERIFY_PARAM *param)
lib/libcrypto/x509/x509_lu.c
851
X509_STORE_get0_param(X509_STORE *ctx)
lib/libcrypto/x509/x509_lu.c
858
X509_STORE_set_verify(X509_STORE *store, X509_STORE_CTX_verify_fn verify)
lib/libcrypto/x509/x509_lu.c
865
X509_STORE_get_verify(X509_STORE *store)
lib/libcrypto/x509/x509_lu.c
872
X509_STORE_set_verify_cb(X509_STORE *store, X509_STORE_CTX_verify_cb verify_cb)
lib/libcrypto/x509/x509_lu.c
879
X509_STORE_get_verify_cb(X509_STORE *store)
lib/libcrypto/x509/x509_vfy.c
2137
X509_STORE *
lib/libcrypto/x509/x509_vfy.c
2251
X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *store, X509 *leaf,
lib/libcrypto/x509/x509_vfy.c
2415
X509_STORE_get_check_issued(X509_STORE *store)
lib/libcrypto/x509/x509_vfy.c
2422
X509_STORE_set_check_issued(X509_STORE *store,
lib/libcrypto/x509/x509_vfy.h
112
int X509_STORE_set_depth(X509_STORE *store, int depth);
lib/libcrypto/x509/x509_vfy.h
287
X509_STORE *X509_STORE_new(void);
lib/libcrypto/x509/x509_vfy.h
288
void X509_STORE_free(X509_STORE *v);
lib/libcrypto/x509/x509_vfy.h
289
int X509_STORE_up_ref(X509_STORE *x);
lib/libcrypto/x509/x509_vfy.h
294
STACK_OF(X509_OBJECT) *X509_STORE_get0_objects(X509_STORE *xs);
lib/libcrypto/x509/x509_vfy.h
295
STACK_OF(X509_OBJECT) *X509_STORE_get1_objects(X509_STORE *xs);
lib/libcrypto/x509/x509_vfy.h
296
void *X509_STORE_get_ex_data(X509_STORE *xs, int idx);
lib/libcrypto/x509/x509_vfy.h
297
int X509_STORE_set_ex_data(X509_STORE *xs, int idx, void *data);
lib/libcrypto/x509/x509_vfy.h
303
int X509_STORE_set_flags(X509_STORE *ctx, unsigned long flags);
lib/libcrypto/x509/x509_vfy.h
304
int X509_STORE_set_purpose(X509_STORE *ctx, int purpose);
lib/libcrypto/x509/x509_vfy.h
305
int X509_STORE_set_trust(X509_STORE *ctx, int trust);
lib/libcrypto/x509/x509_vfy.h
306
int X509_STORE_set1_param(X509_STORE *ctx, X509_VERIFY_PARAM *pm);
lib/libcrypto/x509/x509_vfy.h
307
X509_VERIFY_PARAM *X509_STORE_get0_param(X509_STORE *ctx);
lib/libcrypto/x509/x509_vfy.h
311
X509_STORE_CTX_verify_cb X509_STORE_get_verify_cb(X509_STORE *);
lib/libcrypto/x509/x509_vfy.h
313
void X509_STORE_set_verify_cb(X509_STORE *ctx,
lib/libcrypto/x509/x509_vfy.h
321
X509_STORE_CTX_check_issued_fn X509_STORE_get_check_issued(X509_STORE *store);
lib/libcrypto/x509/x509_vfy.h
322
void X509_STORE_set_check_issued(X509_STORE *store,
lib/libcrypto/x509/x509_vfy.h
332
int X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *store,
lib/libcrypto/x509/x509_vfy.h
336
X509_STORE *X509_STORE_CTX_get0_store(X509_STORE_CTX *xs);
lib/libcrypto/x509/x509_vfy.h
343
X509_LOOKUP *X509_STORE_add_lookup(X509_STORE *v, const X509_LOOKUP_METHOD *m);
lib/libcrypto/x509/x509_vfy.h
349
int X509_STORE_add_cert(X509_STORE *ctx, X509 *x);
lib/libcrypto/x509/x509_vfy.h
350
int X509_STORE_add_crl(X509_STORE *ctx, X509_CRL *x);
lib/libcrypto/x509/x509_vfy.h
367
int X509_STORE_load_locations(X509_STORE *ctx,
lib/libcrypto/x509/x509_vfy.h
369
int X509_STORE_load_mem(X509_STORE *ctx, void *buf, int len);
lib/libcrypto/x509/x509_vfy.h
370
int X509_STORE_set_default_paths(X509_STORE *ctx);
lib/libcrypto/x509/x509_vfy.h
405
void X509_STORE_set_verify(X509_STORE *ctx, X509_STORE_CTX_verify_fn verify);
lib/libcrypto/x509/x509_vfy.h
406
X509_STORE_CTX_verify_fn X509_STORE_get_verify(X509_STORE *ctx);
lib/libssl/ssl.h
1098
X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *);
lib/libssl/ssl.h
1099
void SSL_CTX_set_cert_store(SSL_CTX *, X509_STORE *);
lib/libssl/ssl.h
1100
void SSL_CTX_set1_cert_store(SSL_CTX *ctx, X509_STORE *store);
lib/libssl/ssl_lib.c
3400
X509_STORE *
lib/libssl/ssl_lib.c
3408
SSL_CTX_set_cert_store(SSL_CTX *ctx, X509_STORE *store)
lib/libssl/ssl_lib.c
3416
SSL_CTX_set1_cert_store(SSL_CTX *ctx, X509_STORE *store)
lib/libtls/tls.c
625
X509_STORE *store;
lib/libtls/tls_ocsp.c
138
X509_STORE *store;
regress/lib/libcrypto/cms/cmstest.c
246
X509_STORE *store = NULL;
regress/lib/libcrypto/ocsp/ocsp_test.c
73
X509_STORE *st = NULL;
regress/lib/libcrypto/pkcs7/pkcs7test.c
133
X509_STORE *store;
regress/lib/libcrypto/x509/bettertls/verify.c
101
verify_cert(X509_STORE *store, const char *roots_file, const char *bundle_file,
regress/lib/libcrypto/x509/bettertls/verify.c
196
X509_STORE *store;
regress/lib/libcrypto/x509/callback.c
117
X509_STORE *store = NULL;
regress/lib/libcrypto/x509/callbackfailures.c
122
X509_STORE *store = NULL;
regress/lib/libcrypto/x509/expirecallback.c
121
X509_STORE *store = NULL;
regress/lib/libcrypto/x509/policy/policy.c
126
X509_STORE *store = NULL;
regress/lib/libcrypto/x509/verify.c
112
X509_STORE *store = NULL;
sbin/iked/ca.c
1179
ca_by_subjectpubkey(X509_STORE *ctx, uint8_t *sig, size_t siglen)
sbin/iked/ca.c
1207
ca_by_issuer(X509_STORE *ctx, X509_NAME *subject, struct iked_static_id *id)
sbin/iked/ca.c
1245
ca_by_subjectaltname(X509_STORE *ctx, struct iked_static_id *id)
sbin/iked/ca.c
1275
ca_store_certs_info(const char *msg, X509_STORE *ctx)
sbin/iked/ca.c
1382
ca_store_info(struct iked *env, struct imsg *imsg, const char *msg, X509_STORE *ctx)
sbin/iked/ca.c
59
X509 *ca_by_subjectpubkey(X509_STORE *, uint8_t *, size_t);
sbin/iked/ca.c
60
X509 *ca_by_issuer(X509_STORE *, X509_NAME *, struct iked_static_id *);
sbin/iked/ca.c
61
X509 *ca_by_subjectaltname(X509_STORE *, struct iked_static_id *);
sbin/iked/ca.c
62
void ca_store_certs_info(const char *, X509_STORE *);
sbin/iked/ca.c
82
void ca_store_info(struct iked *, struct imsg *, const char *, X509_STORE *);
sbin/iked/ca.c
91
X509_STORE *ca_cas;
sbin/iked/ca.c
94
X509_STORE *ca_certs;
sbin/iked/ocsp.c
514
X509_STORE *store = NULL;
sbin/isakmpd/x509.c
611
x509_read_from_dir(X509_STORE *ctx, char *name, int hash, int *pcount)
sbin/isakmpd/x509.c
695
x509_read_crls_from_dir(X509_STORE *ctx, char *name)
sbin/isakmpd/x509.c
77
static X509_STORE *x509_certs = 0;
sbin/isakmpd/x509.c
78
static X509_STORE *x509_cas = 0;
sbin/isakmpd/x509.h
59
struct X509_STORE;
sbin/isakmpd/x509.h
88
int x509_read_from_dir(X509_STORE *, char *, int, int *);
sbin/isakmpd/x509.h
89
int x509_read_crls_from_dir(X509_STORE *, char *);
sbin/unwind/libunbound/util/net_help.c
1452
X509_STORE* store;
usr.bin/openssl/apps.c
1005
X509_STORE *
usr.bin/openssl/apps.c
1008
X509_STORE *store;
usr.bin/openssl/apps.h
181
X509_STORE *setup_verify(BIO *bp, char *CAfile, char *CApath);
usr.bin/openssl/cms.c
1167
X509_STORE *store = NULL;
usr.bin/openssl/crl.c
225
X509_STORE *store = NULL;
usr.bin/openssl/ocsp.c
797
X509_STORE *store = NULL;
usr.bin/openssl/pkcs12.c
674
X509_STORE *store = X509_STORE_new();
usr.bin/openssl/pkcs12.c
81
static int get_cert_chain(X509 *cert, X509_STORE *store,
usr.bin/openssl/pkcs12.c
979
get_cert_chain(X509 *cert, X509_STORE *store, STACK_OF(X509) **out_chain)
usr.bin/openssl/smime.c
716
X509_STORE *store = NULL;
usr.bin/openssl/ts.c
111
static X509_STORE *create_cert_store(char *ca_path, char *ca_file);
usr.bin/openssl/ts.c
1113
X509_STORE *store;
usr.bin/openssl/ts.c
1180
static X509_STORE *
usr.bin/openssl/ts.c
1183
X509_STORE *cert_ctx = NULL;
usr.bin/openssl/verify.c
265
X509_STORE *cert_ctx = NULL;
usr.bin/openssl/verify.c
367
check(X509_STORE *ctx, char *file, STACK_OF(X509) *uchain,
usr.bin/openssl/verify.c
72
static int check(X509_STORE *ctx, char *file, STACK_OF(X509) *uchain,
usr.bin/openssl/x509.c
1378
x509_certify(X509_STORE *ctx, char *CAfile, const EVP_MD *digest, X509 *x,
usr.bin/openssl/x509.c
790
X509_STORE *ctx = NULL;
usr.bin/openssl/x509.c
86
static int x509_certify(X509_STORE *ctx, char *CAfile, const EVP_MD *digest,
usr.sbin/ocspcheck/ocspcheck.c
202
static X509_STORE *
usr.sbin/ocspcheck/ocspcheck.c
205
X509_STORE *store = NULL;
usr.sbin/ocspcheck/ocspcheck.c
405
X509_STORE *store, char *host, char *file)
usr.sbin/ocspcheck/ocspcheck.c
561
X509_STORE *castore;
usr.sbin/smtpd/ca.c
134
X509_STORE *store = NULL;
usr.sbin/unbound/smallapp/unbound-anchor.c
1781
X509_STORE *store = X509_STORE_new();
usr.sbin/unbound/util/net_help.c
1452
X509_STORE* store;