Home | History | Annotate | Download | only in vtls

Lines Matching defs:verifyhost

1082 static CURLcode verifyhost(struct connectdata *conn, X509 *server_cert)
2796 if(SSL_CONN_CONFIG(verifyhost)) {
2797 result = verifyhost(conn, connssl->server_cert);
2965 SSL_CONN_CONFIG(verifyhost)));