Home
last modified time | relevance | path

Searched refs:lookup_certs (Results 1 – 7 of 7) sorted by relevance

/openssl/crypto/x509/
H A Dx509_lu.c911 X509_STORE_CTX_lookup_certs_fn lookup_certs) in X509_STORE_set_lookup_certs() argument
913 xs->lookup_certs = lookup_certs; in X509_STORE_set_lookup_certs()
918 return xs->lookup_certs; in X509_STORE_get_lookup_certs()
H A Dx509_local.h140 STACK_OF(X509) *(*lookup_certs) (X509_STORE_CTX *ctx,
H A Dx509_vfy.c126 certs = ctx->lookup_certs(ctx, X509_get_subject_name(x)); in lookup_cert_match()
2548 if (store != NULL && store->lookup_certs != NULL) in X509_STORE_CTX_init()
2549 ctx->lookup_certs = store->lookup_certs; in X509_STORE_CTX_init()
2551 ctx->lookup_certs = X509_STORE_CTX_get1_certs; in X509_STORE_CTX_init()
2607 ctx->lookup_certs = lookup_certs_sk; in X509_STORE_CTX_set0_trusted_stack()
2756 return ctx->lookup_certs; in X509_STORE_CTX_get_lookup_certs()
/openssl/include/crypto/
H A Dx509.h246 STACK_OF(X509) *(*lookup_certs) (X509_STORE_CTX *ctx,
/openssl/doc/man3/
H A DX509_STORE_set_verify_cb_func.pod102 X509_STORE_CTX_lookup_certs_fn lookup_certs);
/openssl/include/openssl/
H A Dx509_vfy.h.in449 X509_STORE_CTX_lookup_certs_fn lookup_certs);
/openssl/
H A DCHANGES.md10730 * New X509_STORE_CTX callbacks lookup_crls() and lookup_certs() which

Completed in 67 milliseconds