Home
last modified time | relevance | path

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

/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()
/openssl/include/internal/
H A Ddane.h74 int mdpth; /* Depth of matched cert */ member
/openssl/apps/lib/
H A Ds_cb.c1226 int mdpth; in print_verify_detail() local
1242 if ((mdpth = SSL_get0_dane_authority(s, NULL, &mspki)) >= 0) { in print_verify_detail()
1248 mdpth = SSL_get0_dane_tlsa(s, &usage, &selector, &mtype, &data, &dlen); in print_verify_detail()
1268 mdpth ? "matched the TA" : "matched the EE", mdpth); in print_verify_detail()
/openssl/crypto/x509/
H A Dx509_vfy.c967 if (dane->mdpth >= 0) in check_trust()
2842 if (dane->mdpth >= 0) in dane_match_cert()
2939 if (matched || dane->mdpth < 0) { in dane_match_cert()
2940 dane->mdpth = depth; in dane_match_cert()
3004 dane->mdpth = num - 1; in check_dane_pkeys()
3065 dane->mdpth = 0; in dane_match_rpk()
3080 dane->mdpth = -1; in dane_reset()
3146 done = matched != 0 || (!DANETLS_HAS_TA(dane) && dane->mdpth < 0); in dane_verify()
3366 dane->mdpth >= ctx->num_untrusted) { in build_chain()
3367 dane->mdpth = -1; in build_chain()
/openssl/doc/man3/
H A DSSL_CTX_dane_enable.pod313 mdpth ? "matched the TA" : "matched the EE", mdpth);
/openssl/ssl/
H A Dssl_lib.c177 dane->mdpth = -1; in dane_final()
625 sc->dane.mdpth = -1; in ossl_ssl_connection_reset()
1222 dane->mdpth = -1; in SSL_dane_enable()
1280 return dane->mdpth; in SSL_get0_dane_authority()
1308 return dane->mdpth; in SSL_get0_dane_tlsa()

Completed in 43 milliseconds