Searched refs:altnames (Results 1 – 3 of 3) sorted by relevance
1354 auto altnames = static_cast<GENERAL_NAMES *>( in verify_numeric_hostname() local1356 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() local1409 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 …]
1649 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()
110 'Hostname/IP does not match certificate\'s altnames: altname');