Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Ddanetest.c309 int mdpth; in test_tlsafile() local
355 mdpth = SSL_get0_dane_authority(ssl, NULL, NULL); in test_tlsafile()
374 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.c1188 int mdpth; in print_verify_detail() local
1204 if ((mdpth = SSL_get0_dane_authority(s, NULL, &mspki)) >= 0) { in print_verify_detail()
1210 mdpth = SSL_get0_dane_tlsa(s, &usage, &selector, &mtype, &data, &dlen); in print_verify_detail()
1228 mdpth ? "matched TA certificate" : "matched EE certificate", in print_verify_detail()
1229 mdpth); in print_verify_detail()
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_vfy.c902 if (dane->mdpth >= 0) in check_trust()
2714 if (dane->mdpth >= 0) in dane_match()
2811 if (matched || dane->mdpth < 0) { in dane_match()
2812 dane->mdpth = depth; in dane_match()
2876 dane->mdpth = num - 1; in check_dane_pkeys()
2896 dane->mdpth = -1; in dane_reset()
2931 done = matched != 0 || (!DANETLS_HAS_TA(dane) && dane->mdpth < 0); in dane_verify()
3142 dane->mdpth >= ctx->num_untrusted) { in build_chain()
3143 dane->mdpth = -1; in build_chain()
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c181 dane->mdpth = -1; in dane_final()
629 s->dane.mdpth = -1; in SSL_clear()
1080 dane->mdpth = -1; in SSL_dane_enable()
1120 return dane->mdpth; in SSL_get0_dane_authority()
1142 return dane->mdpth; in SSL_get0_dane_tlsa()