Fix enable-ssl3 enable-ssl3-method
authorMatt Caswell <matt@openssl.org>
Mon, 18 Jun 2018 11:06:52 +0000 (12:06 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 19 Jun 2018 17:21:38 +0000 (18:21 +0100)
commitfee33643a8aa64a8eb72ac92fd3a04d3aa7005d3
treee47be11a0e8e1c1be4dddc02ce2a45687b7ce3ee
parentc4fad5d348a5f57c4c08e63c444702c310ec891a
Fix enable-ssl3 enable-ssl3-method

Commit 4aa5a5669 accidentally missed off the catch all case of ignoring all
warning alerts that are otherwise unhandled. This breaks the SSLv3 tests
which send a "no certificate" warning alert.

Fixes #6496

[extended tests]

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/6509)
ssl/record/rec_layer_s3.c