Home
last modified time | relevance | path

Searched refs:version_max (Results 1 – 13 of 13) sorted by relevance

/third_party/curl/lib/vtls/
Dbearssl.c307 unsigned version_min, version_max; in bearssl_connect_step1() local
323 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()
Dvtls.c134 (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()
Dmesalink.c110 if(SSL_CONN_CONFIG(version_max) != CURL_SSLVERSION_MAX_NONE) { in mesalink_connect_step1()
Dwolfssl.c228 if(SSL_CONN_CONFIG(version_max) != CURL_SSLVERSION_MAX_NONE) { in wolfssl_connect_step1()
Dmbedtls.c211 long ssl_version_max = SSL_CONN_CONFIG(version_max); in set_ssl_version_min_max()
Dsectransp.c1374 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) {
Dgskit.c679 long ssl_version_max = SSL_CONN_CONFIG(version_max); in set_ssl_version_min_max()
Dgtls.c317 long ssl_version_max = SSL_CONN_CONFIG(version_max); in set_ssl_version_min_max()
Dopenssl.c2341 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()
Dnss.c1784 const long max = SSL_CONN_CONFIG(version_max); in nss_init_sslver()
Dschannel.c174 long ssl_version_max = SSL_CONN_CONFIG(version_max); in set_ssl_version_min_max()
/third_party/curl/lib/
Dsetopt.c416 long version, version_max; in Curl_vsetopt() local
426 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()
Durldata.h246 long version_max; /* max supported version the client wants to use*/ member