Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Dschannel_verify.c358 char *cert_hostname; in verify_host() local
364 cert_hostname = Curl_convert_tchar_to_UTF8( in verify_host()
366 if(!cert_hostname) { in verify_host()
372 match_result = Curl_cert_hostcheck(cert_hostname, conn_hostname); in verify_host()
377 conn_hostname, cert_hostname); in verify_host()
386 conn_hostname, cert_hostname); in verify_host()
396 Curl_unicodefree(cert_hostname); in verify_host()