Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Dschannel_verify.c473 char *cert_hostname; in verify_host() local
479 cert_hostname = curlx_convert_tchar_to_UTF8( in verify_host()
481 if(!cert_hostname) { in verify_host()
487 match_result = Curl_cert_hostcheck(cert_hostname, conn_hostname); in verify_host()
492 conn_hostname, cert_hostname); in verify_host()
501 conn_hostname, cert_hostname); in verify_host()
511 curlx_unicodefree(cert_hostname); in verify_host()