Fix V2ClientHello handling.
authorDavid Benjamin <davidben@google.com>
Sat, 5 Mar 2016 18:14:11 +0000 (13:14 -0500)
committerMatt Caswell <matt@openssl.org>
Wed, 11 May 2016 12:43:41 +0000 (13:43 +0100)
commitcb21df32296a57150341aaa24131dfc668122df8
tree361f9ecaf056ac5ab9310ee22300ad85c5c36cf4
parentc1176ebf298ffa0bad0d368bd81aacbb30572a95
Fix V2ClientHello handling.

The V2ClientHello code creates an empty compression list, but the
compression list must explicitly contain the null compression (and later
code enforces this).

RT#4387

Reviewed-by: Stephen Henson <steve@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
ssl/statem/statem_srvr.c