Home | History | Annotate | Download | only in vtls

Lines Matching defs:ssl_version_max

177   long ssl_version_max = SSL_CONN_CONFIG(version_max);
180 switch(ssl_version_max) {
183 ssl_version_max = CURL_SSLVERSION_MAX_TLSv1_2;
186 for(; i <= (ssl_version_max >> 16); ++i) {