Home
last modified time | relevance | path

Searched refs:altnames (Results 1 - 5 of 5) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-https-agent-session-injection.js40 'Hostname/IP does not match certificate\'s altnames: ' +
55 'Hostname/IP does not match certificate\'s altnames: ' +
/third_party/nghttp2/src/
H A Dshrpx_tls.cc1834 auto altnames = static_cast<GENERAL_NAMES *>( in verify_numeric_hostname() local
1836 if (altnames) { in verify_numeric_hostname()
1837 auto altnames_deleter = defer(GENERAL_NAMES_free, altnames); in verify_numeric_hostname()
1838 size_t n = sk_GENERAL_NAME_num(altnames); in verify_numeric_hostname()
1841 auto altname = sk_GENERAL_NAME_value(altnames, i); in verify_numeric_hostname()
1880 auto altnames = static_cast<GENERAL_NAMES *>( in verify_dns_hostname() local
1882 if (altnames) { in verify_dns_hostname()
1884 auto altnames_deleter = defer(GENERAL_NAMES_free, altnames); in verify_dns_hostname()
1885 size_t n = sk_GENERAL_NAME_num(altnames); in verify_dns_hostname()
1887 auto altname = sk_GENERAL_NAME_value(altnames, in verify_dns_hostname()
2129 auto altnames = static_cast<GENERAL_NAMES *>( cert_lookup_tree_add_ssl_ctx() local
[all...]
/third_party/node/lib/
H A Dtls.js319 `Host: ${hostname}. is not in the cert's altnames: ${altNames}`;
/third_party/curl/lib/vtls/
H A Dopenssl.c2139 STACK_OF(GENERAL_NAME) *altnames; in Curl_ossl_verifyhost()
2168 altnames = X509_get_ext_d2i(server_cert, NID_subject_alt_name, NULL, NULL); in Curl_ossl_verifyhost()
2170 if(altnames) { in Curl_ossl_verifyhost()
2183 numalts = sk_GENERAL_NAME_num(altnames); in Curl_ossl_verifyhost()
2188 const GENERAL_NAME *check = sk_GENERAL_NAME_value(altnames, i); in Curl_ossl_verifyhost()
2235 GENERAL_NAMES_free(altnames); in Curl_ossl_verifyhost()
/third_party/node/lib/internal/
H A Derrors.js1650 return `Hostname/IP does not match certificate's altnames: ${reason}`;

Completed in 11 milliseconds