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.c530 char *cert_hostname; in Curl_verify_host() local
536 cert_hostname = curlx_convert_tchar_to_UTF8( in Curl_verify_host()
538 if(!cert_hostname) { in Curl_verify_host()
542 if(Curl_cert_hostcheck(cert_hostname, strlen(cert_hostname), in Curl_verify_host()
547 conn_hostname, cert_hostname); in Curl_verify_host()
556 conn_hostname, cert_hostname); in Curl_verify_host()
566 curlx_unicodefree(cert_hostname); in Curl_verify_host()

Completed in 8 milliseconds