Searched refs:version_max (Results 1 – 11 of 11) sorted by relevance
369 unsigned version_min, version_max; in bearssl_set_ssl_version_min_max() local391 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()
200 (c1->version_max == c2->version_max) && in match_ssl_primary_config()245 dest->version_max = source->version_max; in clone_ssl_primary_config()441 switch(data->set.ssl.primary.version_max) { in ssl_prefs_check()447 if((data->set.ssl.primary.version_max >> 16) < sslver) { in ssl_prefs_check()
577 switch(conn_config->version_max) { in cr_init_backend()
2757 curl_ssl_version_max = (long)conn_config->version_max; in ossl_set_ssl_version_min_max()2813 long ssl_version_max = conn_config->version_max; in ossl_set_ssl_version_min_max_legacy()3538 if(conn_config->version_max && in Curl_ossl_ctx_init()3539 (conn_config->version_max != CURL_SSLVERSION_MAX_TLSv1_3)) { in Curl_ossl_ctx_init()
303 switch(conn_config->version_max) { in mbed_set_ssl_version_min_max()
907 switch(conn_config->version_max) { in wolfssl_connect_step1()
379 long ssl_version_max = conn_config->version_max; in gnutls_set_ssl_version_min_max()
754 switch(conn_config->version_max) { in sectransp_set_ssl_version_min_max()
185 long ssl_version_max = (long)conn_config->version_max; in schannel_set_ssl_version_min_max()
460 long version, version_max; in setopt_long() local467 version_max = (long)C_SSLVERSION_MAX_VALUE(arg); in setopt_long()473 version_max < CURL_SSLVERSION_MAX_NONE || in setopt_long()474 version_max >= CURL_SSLVERSION_MAX_LAST) in setopt_long()478 primary->version_max = (unsigned int)version_max; in setopt_long()
308 unsigned int version_max; /* max supported version the client wants to use */ member
Completed in 72 milliseconds