Home
last modified time | relevance | path

Searched refs:dNSName (Results 1 - 25 of 70) sorted by relevance

123

/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_ncons.c419 gntmp.d.dNSName = &stmp;
562 return nc_dns(gen->d.dNSName, base->d.dNSName);
H A Dv3_utl.c946 cstr = gen->d.dNSName; in do_x509_check()
/third_party/openssl/crypto/x509/
H A Dv3_ncons.c419 gntmp.d.dNSName = &stmp;
562 return nc_dns(gen->d.dNSName, base->d.dNSName);
H A Dv3_utl.c968 cstr = gen->d.dNSName; in do_x509_check()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_openssl.c2016 wpa_hexdump_ascii(MSG_DEBUG, "TLS: Certificate dNSName", in tls_match_suffix_helper()
2017 gen->d.dNSName->data, in tls_match_suffix_helper()
2018 gen->d.dNSName->length); in tls_match_suffix_helper()
2019 if (domain_suffix_match(gen->d.dNSName->data, in tls_match_suffix_helper()
2020 gen->d.dNSName->length, in tls_match_suffix_helper()
2022 wpa_printf(MSG_DEBUG, "TLS: %s in dNSName found", in tls_match_suffix_helper()
2031 wpa_printf(MSG_DEBUG, "TLS: None of the dNSName(s) matched"); in tls_match_suffix_helper()
/third_party/openssl/ohos_lite/include/openssl/
H A Dx509v3.h138 ASN1_IA5STRING *dNSName; member
148 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName,
/third_party/curl/lib/vtls/
H A Dopenssl.c2113 If a subjectAltName extension of type dNSName is present, that MUST
2117 Certification Authorities are encouraged to use the dNSName instead.
2121 the certificate (e.g., more than one dNSName name, a match in any one
2146 bool dNSName = FALSE; /* if a dNSName field exists in the cert */ in Curl_ossl_verifyhost() local
2191 dNSName = TRUE; in Curl_ossl_verifyhost()
2244 else if(dNSName || iPAddress) { in Curl_ossl_verifyhost()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_openssl.c2056 wpa_hexdump_ascii(MSG_DEBUG, "TLS: Certificate dNSName", in tls_match_suffix_helper()
2057 gen->d.dNSName->data, in tls_match_suffix_helper()
2058 gen->d.dNSName->length); in tls_match_suffix_helper()
2059 if (domain_suffix_match(gen->d.dNSName->data, in tls_match_suffix_helper()
2060 gen->d.dNSName->length, in tls_match_suffix_helper()
2062 wpa_printf(MSG_DEBUG, "TLS: %s in dNSName found", in tls_match_suffix_helper()
2071 wpa_printf(MSG_DEBUG, "TLS: None of the dNSName(s) matched"); in tls_match_suffix_helper()
/third_party/libcoap/src/
H A Dcoap_openssl.c1873 const char *dns_name = (const char *)ASN1_STRING_get0_data(name->d.dNSName); in get_san_or_cn_from_cert()
1876 if (ASN1_STRING_length(name->d.dNSName) != (int)strlen(dns_name)) in get_san_or_cn_from_cert()
/third_party/node/src/crypto/
H A Dcrypto_common.cc688 ASN1_IA5STRING* name = gen->d.dNSName; in PrintGeneralName()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dhttp_curl.c265 add_alt_name_dns(ctx, cert, name->d.dNSName); in add_alt_name()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dhttp_curl.c265 add_alt_name_dns(ctx, cert, name->d.dNSName); in add_alt_name()
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dx509v3.h179 ASN1_IA5STRING *dNSName; member
189 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName,
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dx509v3.h179 ASN1_IA5STRING *dNSName; member
189 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName,
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dx509v3.h179 ASN1_IA5STRING *dNSName; member
189 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName,
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dx509v3.h179 ASN1_IA5STRING *dNSName; member
189 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName,
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dx509v3.h179 ASN1_IA5STRING *dNSName; member
189 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName,
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dx509v3.h179 ASN1_IA5STRING *dNSName; member
189 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName,
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dx509v3.h179 ASN1_IA5STRING *dNSName; member
189 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName,
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dx509v3.h179 ASN1_IA5STRING *dNSName; member
189 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName,
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dx509v3.h179 ASN1_IA5STRING *dNSName; member
189 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName,
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Dx509v3.h179 ASN1_IA5STRING *dNSName; member
189 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName,
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Dx509v3.h179 ASN1_IA5STRING *dNSName; member
189 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName,
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dx509v3.h179 ASN1_IA5STRING *dNSName; member
189 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName,
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/
H A Dx509v3.h179 ASN1_IA5STRING *dNSName; member
189 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName,

Completed in 86 milliseconds

123