Searched refs:mdpth (Results 1 – 6 of 6) sorted by relevance
/openssl/test/ |
H A D | danetest.c | 309 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 D | dane.h | 74 int mdpth; /* Depth of matched cert */ member
|
/openssl/apps/lib/ |
H A D | s_cb.c | 1251 int mdpth; in print_verify_detail() local 1267 if ((mdpth = SSL_get0_dane_authority(s, NULL, &mspki)) >= 0) { in print_verify_detail() 1273 mdpth = SSL_get0_dane_tlsa(s, &usage, &selector, &mtype, &data, &dlen); in print_verify_detail() 1293 mdpth ? "matched the TA" : "matched the EE", mdpth); in print_verify_detail()
|
/openssl/crypto/x509/ |
H A D | x509_vfy.c | 1000 if (dane->mdpth >= 0) in check_trust() 2875 if (dane->mdpth >= 0) in dane_match_cert() 2972 if (matched || dane->mdpth < 0) { in dane_match_cert() 2973 dane->mdpth = depth; in dane_match_cert() 3037 dane->mdpth = num - 1; in check_dane_pkeys() 3098 dane->mdpth = 0; in dane_match_rpk() 3113 dane->mdpth = -1; in dane_reset() 3179 done = matched != 0 || (!DANETLS_HAS_TA(dane) && dane->mdpth < 0); in dane_verify() 3399 dane->mdpth >= ctx->num_untrusted) { in build_chain() 3400 dane->mdpth = -1; in build_chain()
|
/openssl/doc/man3/ |
H A D | SSL_CTX_dane_enable.pod | 313 mdpth ? "matched the TA" : "matched the EE", mdpth);
|
/openssl/ssl/ |
H A D | ssl_lib.c | 178 dane->mdpth = -1; in dane_final() 626 sc->dane.mdpth = -1; in ossl_ssl_connection_reset() 1226 dane->mdpth = -1; in SSL_dane_enable() 1284 return dane->mdpth; in SSL_get0_dane_authority() 1312 return dane->mdpth; in SSL_get0_dane_tlsa()
|
Completed in 38 milliseconds