Updates from 1.0.0-stable branch.
This commit is contained in:
@@ -1920,7 +1920,7 @@ int ssl3_get_client_key_exchange(SSL *s)
|
||||
}
|
||||
|
||||
/* TLS and [incidentally] DTLS{0xFEFF} */
|
||||
if (s->version > SSL3_VERSION)
|
||||
if (s->version > SSL3_VERSION && s->version != DTLS1_BAD_VER)
|
||||
{
|
||||
n2s(p,i);
|
||||
if (n != i+2)
|
||||
|
Reference in New Issue
Block a user