Home | History | Annotate | Download | only in vtls

Lines Matching refs:verifyhost

1072 static CURLcode verifyhost(struct connectdata *conn, X509 *server_cert)
2713 if(data->set.ssl.verifyhost) {
2714 result = verifyhost(conn, connssl->server_cert);
2882 (data->set.ssl.verifypeer || data->set.ssl.verifyhost));