Add a test for CVE-2017-3737
authorMatt Caswell <matt@openssl.org>
Wed, 29 Nov 2017 13:56:15 +0000 (13:56 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 6 Dec 2017 15:39:34 +0000 (15:39 +0000)
commitb9ddcd7aa6ed7cb4d8b165895339ca66170f2da5
treec47783b1872f2d7172daf647d36bd0c3b535ee9f
parente502cc86df9dafded1694fceb3228ee34d11c11a
Add a test for CVE-2017-3737

Test reading/writing to an SSL object after a fatal error has been
detected. This CVE only affected 1.0.2, but we should add it to other
branches for completeness.

Reviewed-by: Rich Salz <rsalz@openssl.org>
test/build.info
test/fatalerrtest.c [new file with mode: 0644]
test/recipes/90-test_fatalerr.t [new file with mode: 0644]