Fix DTLS1.2 compression
authorHiroyuki YAMAMORI <h-yamamo@db3.so-net.ne.jp>
Wed, 26 Aug 2015 14:06:22 +0000 (15:06 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 1 Sep 2015 23:37:58 +0000 (00:37 +0100)
commit31472acf61fce8bbc39390ca96ff2f9da2dfafb8
treebe531d6fb2bed4593ba13e0bcfb61107b0d2140c
parent28643a1615f4b09295a18d7ae0cb13adca8c8d00
Fix DTLS1.2 compression

Backport of equivalent fix from master. The only compression
method is stateful and hence incompatible with DTLS. The DTLS
test was not working for DTLS1.2

Reviewed-by: Emilia Käsper <emilia@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
ssl/ssl_lib.c