Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Ddanetest.c309 int mdpth; in test_tlsafile() local
356 mdpth = SSL_get0_dane_authority(ssl, NULL, NULL); in test_tlsafile()
375 if (!TEST_int_eq(mdpth, want_depth)) { in test_tlsafile()
/freebsd/crypto/openssl/include/internal/
H A Ddane.h74 int mdpth; /* Depth of matched cert */ member
/freebsd/crypto/openssl/apps/lib/
H A Ds_cb.c1255 int mdpth; in print_verify_detail() local
1271 if ((mdpth = SSL_get0_dane_authority(s, NULL, &mspki)) >= 0) { in print_verify_detail()
1277 mdpth = SSL_get0_dane_tlsa(s, &usage, &selector, &mtype, &data, &dlen); in print_verify_detail()
1296 (mspki != NULL) ? "signed the peer" : mdpth ? "matched the TA" in print_verify_detail()
1298 mdpth); in print_verify_detail()
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_vfy.c1035 if (dane->mdpth >= 0) in check_trust()
2922 if (dane->mdpth >= 0) in dane_match_cert()
3018 if (matched || dane->mdpth < 0) { in dane_match_cert()
3026 dane->mdpth = depth; in dane_match_cert()
3084 dane->mdpth = num - 1; in check_dane_pkeys()
3145 dane->mdpth = 0; in dane_match_rpk()
3160 dane->mdpth = -1; in dane_reset()
3226 done = matched != 0 || (!DANETLS_HAS_TA(dane) && dane->mdpth < 0); in dane_verify()
3444 if (DANETLS_ENABLED(dane) && dane->mdpth >= ctx->num_untrusted) { in build_chain()
3445 dane->mdpth = -1; in build_chain()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_dane_enable.pod313 mdpth ? "matched the TA" : "matched the EE", mdpth);
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c179 dane->mdpth = -1; in dane_final()
624 sc->dane.mdpth = -1; in ossl_ssl_connection_reset()
1265 dane->mdpth = -1; in SSL_dane_enable()
1323 return dane->mdpth; in SSL_get0_dane_authority()
1351 return dane->mdpth; in SSL_get0_dane_tlsa()