/third_party/openssl/crypto/x509v3/ |
D | v3_genn.c | 35 ASN1_IMP(GENERAL_NAME, d.dNSName, ASN1_IA5STRING, GEN_DNS), 113 case GEN_DNS: in GENERAL_NAME_cmp() 164 case GEN_DNS: in GENERAL_NAME_set0_value() 199 case GEN_DNS: in GENERAL_NAME_get0_value()
|
D | v3_alt.c | 108 case GEN_DNS: in STACK_OF() 181 case GEN_DNS: in GENERAL_NAME_print() 456 case GEN_DNS: in a2i_GENERAL_NAME() 542 type = GEN_DNS; in v2i_GENERAL_NAME_ex()
|
D | v3_ncons.c | 420 gntmp.type = GEN_DNS; in NAME_CONSTRAINTS_check_CN() 511 case GEN_DNS: in nc_match_single()
|
D | v3_utl.c | 881 } else if (check_type == GEN_DNS) { in do_x509_check() 910 else if (check_type == GEN_DNS) in do_x509_check() 960 return do_x509_check(x, chk, chklen, flags, GEN_DNS, peername); in X509_check_host()
|
/third_party/openssl/test/ |
D | v3nametest.c | 157 case GEN_DNS: in set_altname() 226 return set_altname(crt, GEN_DNS, name, 0); in set_altname_dns()
|
/third_party/boost/boost/asio/ssl/impl/ |
D | rfc2818_verification.ipp | 63 if (gen->type == GEN_DNS && !is_address)
|
/third_party/boost/libs/asio/include/boost/asio/ssl/impl/ |
D | rfc2818_verification.ipp | 63 if (gen->type == GEN_DNS && !is_address)
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-server.c | 853 GENERAL_NAME_set0_value(gen, GEN_DNS, ia5); 871 GENERAL_NAME_set0_value(gen, GEN_DNS, ia5);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | tls_wolfssl.c | 613 type = GEN_DNS; in tls_match_alt_subject() 903 gen->type != GEN_DNS && in wolfssl_tls_cert_event() 917 case GEN_DNS: in wolfssl_tls_cert_event()
|
D | tls_openssl.c | 1718 type = GEN_DNS; in tls_match_altsubject() 2013 if (gen->type != GEN_DNS) in tls_match_suffix_helper() 2254 gen->type != GEN_DNS && in openssl_tls_cert_event() 2268 case GEN_DNS: in openssl_tls_cert_event()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | tls_wolfssl.c | 615 type = GEN_DNS; in tls_match_alt_subject() 908 gen->type != GEN_DNS && in wolfssl_tls_cert_event() 923 case GEN_DNS: in wolfssl_tls_cert_event()
|
D | tls_openssl.c | 1729 type = GEN_DNS; in tls_match_altsubject() 2024 if (gen->type != GEN_DNS) in tls_match_suffix_helper() 2268 gen->type != GEN_DNS && in openssl_tls_cert_event() 2282 case GEN_DNS: in openssl_tls_cert_event()
|
/third_party/node/src/ |
D | node_crypto_common.cc | 503 if (gen->type == GEN_DNS) { in SafeX509ExtPrint() 624 if (gen->type == GEN_DNS) { in PrintGeneralName()
|
/third_party/openssl/include/openssl/ |
D | x509v3.h | 126 # define GEN_DNS 2 macro
|
/third_party/curl/lib/vtls/ |
D | openssl.c | 1647 int target = GEN_DNS; /* target type, GEN_DNS or GEN_IPADD */ in verifyhost() 1697 if(check->type == GEN_DNS) in verifyhost() 1709 case GEN_DNS: /* name/pattern comparison */ in verifyhost()
|
/third_party/grpc/src/core/tsi/ |
D | ssl_transport_security.cc | 355 if (subject_alt_name->type == GEN_DNS || in add_subject_alt_names_properties_to_peer() 360 if (subject_alt_name->type == GEN_DNS) { in add_subject_alt_names_properties_to_peer()
|
/third_party/nghttp2/src/ |
D | shrpx_tls.cc | 1415 if (altname->type != GEN_DNS) { in verify_hostname() 1648 if (altname->type != GEN_DNS) { in cert_lookup_tree_add_ssl_ctx()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | http_curl.c | 264 case GEN_DNS: in add_alt_name()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | http_curl.c | 264 case GEN_DNS: in add_alt_name()
|
/third_party/python/Modules/ |
D | _ssl.c | 1239 case GEN_DNS: in _get_peer_alt_names() 1251 case GEN_DNS: in _get_peer_alt_names()
|
/third_party/openssl/crypto/x509/ |
D | x509_vfy.c | 716 || !has_san_id(x, GEN_DNS))) in check_name_constraints()
|
/third_party/libcoap/src/ |
D | coap_openssl.c | 1799 if (name->type == GEN_DNS) { in get_san_or_cn_from_cert()
|