Support TLS_FALLBACK_SCSV.
[openssl.git] / ssl / s23_clnt.c
index 5177f060c22f4b237648348b389cd7e6f6073089..ca6dcd343c473e3420dd04227715abbf36ab61f9 100644 (file)
@@ -748,6 +748,9 @@ static int ssl23_get_server_hello(SSL *s)
                        goto err;
                        }
 
+               /* ensure that TLS_MAX_VERSION is up-to-date */
+               OPENSSL_assert(s->version <= TLS_MAX_VERSION);
+
                if (p[0] == SSL3_RT_ALERT && p[5] != SSL3_AL_WARNING)
                        {
                        /* fatal alert */