Searched refs:verifyhost (Results 1 – 16 of 16) sorted by relevance
42 bool verifyhost; member238 if(!x509->verifyhost) in x509_start_chain()310 const bool verifyhost = SSL_CONN_CONFIG(verifyhost); in bearssl_connect_step1() local371 backend->x509.verifyhost = verifyhost; in bearssl_connect_step1()415 if(verifyhost) { in bearssl_connect_step1()
131 (data->verifyhost == needle->verifyhost) && in Curl_ssl_config_matches()155 dest->verifyhost = source->verifyhost; in Curl_clone_primary_ssl_config()
562 if(SSL_CONN_CONFIG(verifyhost)) { in wolfssl_connect_step2()621 if(SSL_CONN_CONFIG(verifyhost)) { in wolfssl_connect_step2()
677 if(SSL_CONN_CONFIG(verifyhost)) { in Curl_verify_certificate()
1570 static CURLcode verifyhost(struct connectdata *conn, X509 *server_cert) in verifyhost() function2831 if((SSL_CONN_CONFIG(verifypeer) || SSL_CONN_CONFIG(verifyhost)) && in ossl_connect_step1()3789 if(SSL_CONN_CONFIG(verifyhost)) { in servercert()3790 result = verifyhost(conn, backend->server_cert); in servercert()3935 SSL_CONN_CONFIG(verifyhost))); in ossl_connect_step3()
855 SSL_CONN_CONFIG(verifyhost) || in gtls_connect_step3()1117 if(SSL_CONN_CONFIG(verifyhost)) { in gtls_connect_step3()
591 if(!SSL_CONN_CONFIG(verifyhost)) in mbed_connect_step2()
1032 if(err == SSL_ERROR_BAD_CERT_DOMAIN && !SSL_CONN_CONFIG(verifyhost)) in BadCertHandler()1931 if(!SSL_CONN_CONFIG(verifypeer) && SSL_CONN_CONFIG(verifyhost)) in nss_setup_connect()
1799 if(conn->ssl_config.verifyhost) {1974 verifypeer, SSL_CONN_CONFIG(verifyhost), hostname, port);
551 if(!conn->ssl_config.verifyhost) { in schannel_connect_step1()
1856 data->set.ssl.primary.verifyhost = (bool)((arg & 3) ? TRUE : FALSE); in Curl_vsetopt()1860 data->conn->ssl_config.verifyhost = in Curl_vsetopt()1861 data->set.ssl.primary.verifyhost; in Curl_vsetopt()1872 data->set.proxy_ssl.primary.verifyhost = (bool)((arg & 3)?TRUE:FALSE); in Curl_vsetopt()1876 data->conn->proxy_ssl_config.verifyhost = in Curl_vsetopt()1877 data->set.proxy_ssl.primary.verifyhost; in Curl_vsetopt()
293 if(data->set.ssl.primary.verifyhost) in dohprobe()296 if(data->set.proxy_ssl.primary.verifyhost) in dohprobe()
521 set->ssl.primary.verifyhost = TRUE; in Curl_init_userdefined()1691 conn->ssl_config.verifyhost = data->set.ssl.primary.verifyhost; in allocate_conn()1696 conn->proxy_ssl_config.verifyhost = data->set.proxy_ssl.primary.verifyhost; in allocate_conn()
233 BIT(verifyhost); /* set TRUE if CN/SAN must match hostname */
1163 if(!SSL_CONN_CONFIG(verifyhost)) in Curl_verifyhost()
379 if(data->set.ssl.primary.verifyhost != TRUE) { in myssh_is_known()