Home | History | Annotate | Download | only in vtls

Lines Matching defs:ssl_version_max

765   long ssl_version_max = SSL_CONN_CONFIG(version_max);
767 switch(ssl_version_max) {
770 ssl_version_max = CURL_SSLVERSION_TLSv1_2;
773 for(; i <= (ssl_version_max >> 16); ++i) {