Searched refs:Curl_cert_hostcheck (Results 1 – 6 of 6) sorted by relevance
/curl/tests/data/ |
H A D | test1397 | 5 Curl_cert_hostcheck 19 Curl_cert_hostcheck unit tests
|
/curl/lib/vtls/ |
H A D | hostcheck.h | 30 bool Curl_cert_hostcheck(const char *match_pattern, size_t matchlen,
|
H A D | hostcheck.c | 127 bool Curl_cert_hostcheck(const char *match, size_t matchlen, in Curl_cert_hostcheck() function
|
H A D | schannel_verify.c | 625 if(Curl_cert_hostcheck(cert_hostname, strlen(cert_hostname), in Curl_verify_host()
|
H A D | openssl.c | 2072 if(Curl_cert_hostcheck(match_pattern, matchlen, hostname, hostlen)) { in subj_alt_hostcheck() 2289 else if(!Curl_cert_hostcheck((const char *)cn, cnlen, in ossl_verifyhost()
|
/curl/tests/unit/ |
H A D | unit1397.c | 102 if(tests[i].match != Curl_cert_hostcheck(tests[i].pattern,
|
Completed in 38 milliseconds