Home | History | Annotate | Download | only in vtls

Lines Matching defs:ssl_version_max

1279   long ssl_version_max = SSL_CONN_CONFIG(version_max);
1304 switch(ssl_version_max) {
1307 ssl_version_max = max_supported_version_by_os;
1322 ssl_version_max >> 16);
1338 for(; i <= (ssl_version_max >> 16); i++) {