Searched refs:altnames (Results 1 – 3 of 3) sorted by relevance
1834 auto altnames = static_cast<GENERAL_NAMES *>( in verify_numeric_hostname() local1836 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() local1882 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, i); in verify_dns_hostname()[all …]
2139 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()
114 'Hostname/IP does not match certificate\'s altnames: altname');