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:37:49 +0000 (15:37 +0000)
commit97652f0b3a557876462ef30373ac5eeeaa88b295
tree1ce7f5dffa4cb5677aae1aaba064a2f76792ef65
parent77d75993651b63e872244a3256e37967bb3c3e9e
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: Viktor Dukhovni <viktor@openssl.org>
test/build.info
test/fatalerrtest.c [new file with mode: 0644]
test/recipes/90-test_fatalerr.t [new file with mode: 0644]