Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dbearssl.c369 unsigned version_min, version_max; in bearssl_set_ssl_version_min_max() local
391 switch(conn_config->version_max) { in bearssl_set_ssl_version_min_max()
396 version_max = BR_TLS12; in bearssl_set_ssl_version_min_max()
399 version_max = BR_TLS11; in bearssl_set_ssl_version_min_max()
402 version_max = BR_TLS10; in bearssl_set_ssl_version_min_max()
409 br_ssl_engine_set_versions(ssl_eng, version_min, version_max); in bearssl_set_ssl_version_min_max()
H A Dvtls.c190 (c1->version_max == c2->version_max) && in match_ssl_primary_config()
235 dest->version_max = source->version_max; in clone_ssl_primary_config()
431 switch(data->set.ssl.primary.version_max) { in ssl_prefs_check()
437 if((data->set.ssl.primary.version_max >> 16) < sslver) { in ssl_prefs_check()
H A Drustls.c576 switch(conn_config->version_max) { in cr_init_backend()
H A Dopenssl.c2755 curl_ssl_version_max = (long)conn_config->version_max; in ossl_set_ssl_version_min_max()
2811 long ssl_version_max = conn_config->version_max; in ossl_set_ssl_version_min_max_legacy()
3536 if(conn_config->version_max && in Curl_ossl_ctx_init()
3537 (conn_config->version_max != CURL_SSLVERSION_MAX_TLSv1_3)) { in Curl_ossl_ctx_init()
H A Dmbedtls.c298 switch(conn_config->version_max) { in mbed_set_ssl_version_min_max()
H A Dwolfssl.c772 switch(conn_config->version_max) { in wolfssl_connect_step1()
H A Dgtls.c378 long ssl_version_max = conn_config->version_max; in gnutls_set_ssl_version_min_max()
H A Dsectransp.c754 switch(conn_config->version_max) { in sectransp_set_ssl_version_min_max()
H A Dschannel.c174 long ssl_version_max = (long)conn_config->version_max; in schannel_set_ssl_version_min_max()
/curl/lib/
H A Dsetopt.c498 long version, version_max; in Curl_vsetopt() local
508 version_max = (long)C_SSLVERSION_MAX_VALUE(arg); in Curl_vsetopt()
514 version_max < CURL_SSLVERSION_MAX_NONE || in Curl_vsetopt()
515 version_max >= CURL_SSLVERSION_MAX_LAST) in Curl_vsetopt()
519 primary->version_max = (unsigned int)version_max; in Curl_vsetopt()
H A Durldata.h307 unsigned int version_max; /* max supported version the client wants to use */ member

Completed in 81 milliseconds