Home
last modified time | relevance | path

Searched refs:version_max (Results 1 - 10 of 10) sorted by relevance

/third_party/curl/lib/vtls/
H A Dbearssl.c595 unsigned version_min, version_max; in bearssl_connect_step1() local
610 version_max = BR_TLS10; in bearssl_connect_step1()
614 version_max = BR_TLS11; in bearssl_connect_step1()
618 version_max = BR_TLS12; in bearssl_connect_step1()
623 version_max = BR_TLS12; in bearssl_connect_step1()
664 br_ssl_engine_set_versions(&backend->ctx.eng, version_min, version_max); in bearssl_connect_step1()
H A Dvtls.c182 (c1->version_max == c2->version_max) && in match_ssl_primary_config()
227 dest->version_max = source->version_max; in clone_ssl_primary_config()
440 switch(data->set.ssl.primary.version_max) { in ssl_prefs_check()
446 if((data->set.ssl.primary.version_max >> 16) < sslver) { in ssl_prefs_check()
H A Dmbedtls.c286 long ssl_version_max = conn_config->version_max; in set_ssl_version_min_max()
H A Dwolfssl.c388 if(conn_config->version_max != CURL_SSLVERSION_MAX_NONE) { in wolfssl_connect_step1()
H A Dsectransp.c1351 long ssl_version_max = conn_config->version_max; in set_ssl_version_min_max()
1775 if(conn_config->version_max != CURL_SSLVERSION_MAX_NONE) {
H A Dgtls.c336 long ssl_version_max = conn_config->version_max; in set_ssl_version_min_max()
H A Dopenssl.c2781 curl_ssl_version_max = conn_config->version_max; in ossl_set_ssl_version_min_max()
2834 long ssl_version_max = conn_config->version_max; in ossl_set_ssl_version_min_max_legacy()
H A Dschannel.c174 long ssl_version_max = conn_config->version_max; in schannel_set_ssl_version_min_max()
/third_party/curl/lib/
H A Dsetopt.c465 long version, version_max; in Curl_vsetopt() local
475 version_max = C_SSLVERSION_MAX_VALUE(arg); in Curl_vsetopt()
481 version_max < CURL_SSLVERSION_MAX_NONE || in Curl_vsetopt()
482 version_max >= CURL_SSLVERSION_MAX_LAST) in Curl_vsetopt()
486 primary->version_max = (unsigned int)version_max; in Curl_vsetopt()
H A Durldata.h294 unsigned int version_max; /* max supported version the client wants to use */ member

Completed in 33 milliseconds