Searched refs:version_max (Results 1 – 13 of 13) sorted by relevance
307 unsigned version_min, version_max; in bearssl_connect_step1() local323 version_max = BR_TLS10; in bearssl_connect_step1()327 version_max = BR_TLS11; in bearssl_connect_step1()331 version_max = BR_TLS12; in bearssl_connect_step1()336 version_max = BR_TLS12; in bearssl_connect_step1()359 br_ssl_engine_set_versions(&backend->ctx.eng, version_min, version_max); in bearssl_connect_step1()
134 (data->version_max == needle->version_max) && in Curl_ssl_config_matches()168 dest->version_max = source->version_max; in Curl_clone_primary_ssl_config()283 switch(data->set.ssl.primary.version_max) { in ssl_prefs_check()289 if((data->set.ssl.primary.version_max >> 16) < sslver) { in ssl_prefs_check()
110 if(SSL_CONN_CONFIG(version_max) != CURL_SSLVERSION_MAX_NONE) { in mesalink_connect_step1()
228 if(SSL_CONN_CONFIG(version_max) != CURL_SSLVERSION_MAX_NONE) { in wolfssl_connect_step1()
211 long ssl_version_max = SSL_CONN_CONFIG(version_max); in set_ssl_version_min_max()
1374 long ssl_version_max = SSL_CONN_CONFIG(version_max); in set_ssl_version_min_max()1798 if(conn->ssl_config.version_max != CURL_SSLVERSION_MAX_NONE) {
679 long ssl_version_max = SSL_CONN_CONFIG(version_max); in set_ssl_version_min_max()
317 long ssl_version_max = SSL_CONN_CONFIG(version_max); in set_ssl_version_min_max()
2341 curl_ssl_version_max = SSL_CONN_CONFIG(version_max); in set_ssl_version_min_max()2391 long ssl_version_max = SSL_CONN_CONFIG(version_max); in set_ssl_version_min_max_legacy()
1784 const long max = SSL_CONN_CONFIG(version_max); in nss_init_sslver()
174 long ssl_version_max = SSL_CONN_CONFIG(version_max); in set_ssl_version_min_max()
416 long version, version_max; in Curl_vsetopt() local426 version_max = C_SSLVERSION_MAX_VALUE(arg); in Curl_vsetopt()432 version_max < CURL_SSLVERSION_MAX_NONE || in Curl_vsetopt()433 version_max >= CURL_SSLVERSION_MAX_LAST) in Curl_vsetopt()437 primary->version_max = version_max; in Curl_vsetopt()
246 long version_max; /* max supported version the client wants to use*/ member