HomeSort by relevance Sort by last modified time
    Searched full:dns_altname (Results 1 - 1 of 1) sorted by null

  /external/curl/lib/vtls/
axtls.c 307 const char *dns_altname; local
344 dns_altname = ssl_get_cert_subject_alt_dnsname(ssl, dns_altname_index);
345 if(dns_altname == NULL) {
351 dns_altname, hostname);
352 if(Curl_cert_hostcheck(dns_altname, hostname)) {

Completed in 109 milliseconds