| /openbsd-src/regress/lib/libcrypto/x509/bettertls/ |
| H A D | verify.c | 80 X509 *current_cert; in verify_cert_cb() local 83 current_cert = X509_STORE_CTX_get_current_cert(xsc); in verify_cert_cb() 84 if (current_cert != NULL) { in verify_cert_cb() 86 X509_get_subject_name(current_cert), 0, XN_FLAG_ONELINE); in verify_cert_cb()
|
| /openbsd-src/regress/lib/libcrypto/x509/ |
| H A D | expirecallback.c | 83 X509 *current_cert; in verify_cert_cb() local 86 current_cert = X509_STORE_CTX_get_current_cert(xsc); in verify_cert_cb() 87 if (current_cert != NULL) { in verify_cert_cb() 89 X509_get_subject_name(current_cert), 0, in verify_cert_cb()
|
| H A D | callbackfailures.c | 91 X509 *current_cert; in verify_cert_cb() local 94 current_cert = X509_STORE_CTX_get_current_cert(xsc); in verify_cert_cb() 95 if (current_cert != NULL) { in verify_cert_cb() 97 X509_get_subject_name(current_cert), 0, in verify_cert_cb()
|
| H A D | callback.c | 84 X509 *current_cert, *issuer_cert; in verify_cert_cb() local 87 current_cert = X509_STORE_CTX_get_current_cert(xsc); in verify_cert_cb() 93 if (current_cert != NULL) { in verify_cert_cb() 95 X509_get_subject_name(current_cert), 0, in verify_cert_cb()
|
| H A D | verify.c | 84 X509 *current_cert; in verify_cert_cb() local 87 current_cert = X509_STORE_CTX_get_current_cert(xsc); in verify_cert_cb() 88 if (current_cert != NULL) { in verify_cert_cb() 90 X509_get_subject_name(current_cert), 0, in verify_cert_cb()
|
| /openbsd-src/lib/libcrypto/x509/ |
| H A D | x509_vfy.c | 170 ctx->current_cert = ctx->cert; in check_id_error() 364 ctx->current_cert = x; in X509_verify_cert_legacy_build_chain() 483 ctx->current_cert = x; in X509_verify_cert_legacy_build_chain() 493 ctx->current_cert = chain_ss; in X509_verify_cert_legacy_build_chain() 742 ctx->current_cert = x; in x509_vfy_check_chain_extensions() 766 ctx->current_cert = x; in x509_vfy_check_chain_extensions() 778 ctx->current_cert = x; in x509_vfy_check_chain_extensions() 790 ctx->current_cert = x; in x509_vfy_check_chain_extensions() 812 ctx->current_cert = sk_X509_value(ctx->chain, ctx->error_depth); in check_name_constraints() 880 ctx->current_cert in x509_vfy_check_trust() 1694 X509 *current_cert = NULL; x509_vfy_check_policy() local [all...] |
| H A D | x509_verify.c | 640 ctx->xsc->current_cert = cert; in x509_verify_cert_error() 740 ctx->xsc->current_cert = cert; in x509_verify_build_chains() 1136 ctx->xsc->current_cert = leaf; in x509_verify()
|
| H A D | x509_local.h | 362 X509 *current_cert; 354 X509 *current_cert; global() member
|
| H A D | x509_asid.c | 1077 ctx->current_cert = x; \
|
| H A D | x509_addr.c | 1853 ctx->current_cert = cert; in verify_error()
|
| /openbsd-src/usr.bin/openssl/ |
| H A D | verify.c | 414 X509 *current_cert = X509_STORE_CTX_get_current_cert(ctx); in cb() local 417 if (current_cert) { in cb() 419 X509_get_subject_name(current_cert), in cb()
|
| /openbsd-src/usr.sbin/unbound/dnscrypt/ |
| H A D | dnscrypt.c | 833 dnsccert *current_cert = &env->certs[cert_id++]; in dnsc_parse_keys() local 835 current_cert->keypair = current_keypair; in dnsc_parse_keys() 836 memcpy(current_cert->magic_query, in dnsc_parse_keys() 839 memcpy(current_cert->es_version, in dnsc_parse_keys() 844 current_cert->keypair->crypt_publickey); in dnsc_parse_keys() 848 key_get_es_version(current_cert->es_version)); in dnsc_parse_keys() 850 if (current_cert->es_version[1] == 0x02) { in dnsc_parse_keys()
|
| /openbsd-src/regress/lib/libcrypto/x509/policy/ |
| H A D | policy.c | 97 X509 *current_cert; in verify_cert_cb() local 100 current_cert = X509_STORE_CTX_get_current_cert(xsc); in verify_cert_cb() 101 if (current_cert != NULL) { in verify_cert_cb() 103 X509_get_subject_name(current_cert), 0, in verify_cert_cb()
|