Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dschannel_verify.c613 char *cert_hostname; in Curl_verify_host() local
619 cert_hostname = curlx_convert_tchar_to_UTF8( in Curl_verify_host()
621 if(!cert_hostname) { in Curl_verify_host()
625 if(Curl_cert_hostcheck(cert_hostname, strlen(cert_hostname), in Curl_verify_host()
630 conn_hostname, cert_hostname); in Curl_verify_host()
639 conn_hostname, cert_hostname); in Curl_verify_host()
649 curlx_unicodefree(cert_hostname); in Curl_verify_host()

Completed in 8 milliseconds