Home
last modified time | relevance | path

Searched refs:mdpth (Results 1 - 10 of 10) sorted by relevance

/third_party/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()
/third_party/node/deps/openssl/openssl/include/internal/
H A Ddane.h74 int mdpth; /* Depth of matched cert */ member
/third_party/openssl/include/internal/
H A Ddane.h74 int mdpth; /* Depth of matched cert */ member
/third_party/openssl/ohos_lite/include/internal/
H A Ddane.h73 int mdpth; /* Depth of matched cert */ member
/third_party/node/deps/openssl/openssl/apps/lib/
H A Ds_cb.c1167 int mdpth; in print_verify_detail() local
1183 if ((mdpth = SSL_get0_dane_authority(s, NULL, &mspki)) >= 0) { in print_verify_detail()
1189 mdpth = SSL_get0_dane_tlsa(s, &usage, &selector, &mtype, &data, &dlen); in print_verify_detail()
1207 mdpth ? "matched TA certificate" : "matched EE certificate", in print_verify_detail()
1208 mdpth); in print_verify_detail()
/third_party/openssl/apps/lib/
H A Ds_cb.c1167 int mdpth; in print_verify_detail() local
1183 if ((mdpth = SSL_get0_dane_authority(s, NULL, &mspki)) >= 0) { in print_verify_detail()
1189 mdpth = SSL_get0_dane_tlsa(s, &usage, &selector, &mtype, &data, &dlen); in print_verify_detail()
1207 mdpth ? "matched TA certificate" : "matched EE certificate", in print_verify_detail()
1208 mdpth); in print_verify_detail()
/third_party/node/deps/openssl/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()
/third_party/openssl/crypto/x509/
H A Dx509_vfy.c902 if (dane->mdpth >= 0) in check_trust()
2716 if (dane->mdpth >= 0) in dane_match()
2813 if (matched || dane->mdpth < 0) { in dane_match()
2814 dane->mdpth = depth; in dane_match()
2878 dane->mdpth = num - 1; in check_dane_pkeys()
2898 dane->mdpth = -1; in dane_reset()
2933 done = matched != 0 || (!DANETLS_HAS_TA(dane) && dane->mdpth < 0); in dane_verify()
3144 dane->mdpth >= ctx->num_untrusted) { in build_chain()
3145 dane->mdpth = -1; in build_chain()
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_lib.c181 dane->mdpth = -1; in dane_final()
678 s->dane.mdpth = -1; in SSL_clear_not_quic()
1133 dane->mdpth = -1; in SSL_dane_enable()
1173 return dane->mdpth; in SSL_get0_dane_authority()
1195 return dane->mdpth; in SSL_get0_dane_tlsa()
/third_party/openssl/ssl/
H A Dssl_lib.c181 dane->mdpth = -1; in dane_final()
618 s->dane.mdpth = -1; in SSL_clear()
1069 dane->mdpth = -1; in SSL_dane_enable()
1109 return dane->mdpth; in SSL_get0_dane_authority()
1131 return dane->mdpth; in SSL_get0_dane_tlsa()

Completed in 32 milliseconds