Home
last modified time | relevance | path

Searched refs:altnames (Results 1 – 3 of 3) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_tls.cc1354 auto altnames = static_cast<GENERAL_NAMES *>( in verify_numeric_hostname() local
1356 if (altnames) { in verify_numeric_hostname()
1357 auto altnames_deleter = defer(GENERAL_NAMES_free, altnames); in verify_numeric_hostname()
1358 size_t n = sk_GENERAL_NAME_num(altnames); in verify_numeric_hostname()
1361 auto altname = sk_GENERAL_NAME_value(altnames, i); in verify_numeric_hostname()
1407 auto altnames = static_cast<GENERAL_NAMES *>( in verify_hostname() local
1409 if (altnames) { in verify_hostname()
1411 auto altnames_deleter = defer(GENERAL_NAMES_free, altnames); in verify_hostname()
1412 size_t n = sk_GENERAL_NAME_num(altnames); in verify_hostname()
1414 auto altname = sk_GENERAL_NAME_value(altnames, i); in verify_hostname()
[all …]
/third_party/curl/lib/vtls/
Dopenssl.c1649 STACK_OF(GENERAL_NAME) *altnames; in verifyhost()
1675 altnames = X509_get_ext_d2i(server_cert, NID_subject_alt_name, NULL, NULL); in verifyhost()
1677 if(altnames) { in verifyhost()
1690 numalts = sk_GENERAL_NAME_num(altnames); in verifyhost()
1695 const GENERAL_NAME *check = sk_GENERAL_NAME_value(altnames, i); in verifyhost()
1740 GENERAL_NAMES_free(altnames); in verifyhost()
/third_party/node/doc/guides/
Dusing-internal-errors.md110 'Hostname/IP does not match certificate\'s altnames: altname');