Fix crash in dtls1_get_record whilst in the listen state where you get two
authorDr. Stephen Henson <steve@openssl.org>
Sat, 3 Jan 2015 00:45:13 +0000 (00:45 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 8 Jan 2015 11:28:17 +0000 (11:28 +0000)
commit46bf0ba87665c5aa215673d87e9ee7dd4ce28359
tree8532ce162a11814922721c9c8e07c8e2e3b43c58
parent4b4c0a19211bf73d81de52de697a1a9dc60aed82
Fix crash in dtls1_get_record whilst in the listen state where you get two
separate reads performed - one for the header and one for the body of the
handshake record.

CVE-2014-3571

Reviewed-by: Matt Caswell <matt@openssl.org>
Conflicts:
ssl/s3_pkt.c
ssl/d1_pkt.c
ssl/s3_pkt.c