Home
last modified time | relevance | path

Searched refs:current_cert (Results 1 – 6 of 6) sorted by relevance

/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_vfy.c500 ctx->current_cert = x; in X509_verify_cert_legacy_build_chain()
709 ctx->current_cert = x; in check_issued()
774 ctx->current_cert = x; in x509_vfy_check_chain_extensions()
782 ctx->current_cert = x; in x509_vfy_check_chain_extensions()
816 ctx->current_cert = x; in x509_vfy_check_chain_extensions()
828 ctx->current_cert = x; in x509_vfy_check_chain_extensions()
840 ctx->current_cert = x; in x509_vfy_check_chain_extensions()
953 ctx->current_cert = x; in check_trust()
1030 ctx->current_cert = x; in check_cert()
1811 ctx->current_cert = x; in x509_vfy_check_policy()
[all …]
H A Dx509_verify.c647 ctx->xsc->current_cert = cert; in x509_verify_cert_error()
747 ctx->xsc->current_cert = cert; in x509_verify_build_chains()
1147 ctx->xsc->current_cert = leaf; in x509_verify()
H A Dx509_lcl.h362 X509 *current_cert; member
H A Dx509_asid.c1004 ctx->current_cert = x; \
H A Dx509_addr.c1802 ctx->current_cert = cert; in verify_error()
/dragonfly/crypto/libressl/apps/openssl/
H A Dverify.c416 X509 *current_cert = X509_STORE_CTX_get_current_cert(ctx); in cb() local
419 if (current_cert) { in cb()
421 X509_get_subject_name(current_cert), in cb()