summaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-11-29 13:56:15 +0000
committerMatt Caswell <matt@openssl.org>2017-12-06 15:39:34 +0000
commitb9ddcd7aa6ed7cb4d8b165895339ca66170f2da5 (patch)
treec47783b1872f2d7172daf647d36bd0c3b535ee9f /test/build.info
parente502cc86df9dafded1694fceb3228ee34d11c11a (diff)
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>
Diffstat (limited to 'test/build.info')
-rw-r--r--test/build.info7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/build.info b/test/build.info
index 0b52994a15..199fe13a11 100644
--- a/test/build.info
+++ b/test/build.info
@@ -16,7 +16,8 @@ IF[{- !$disabled{tests} -}]
packettest asynctest secmemtest srptest memleaktest \
dtlsv1listentest ct_test threadstest afalgtest d2i_test \
ssl_test_ctx_test ssl_test x509aux cipherlist_test asynciotest \
- bioprinttest sslapitest dtlstest sslcorrupttest bio_enc_test
+ bioprinttest sslapitest dtlstest sslcorrupttest bio_enc_test \
+ fatalerrtest
SOURCE[aborttest]=aborttest.c
INCLUDE[aborttest]=../include
@@ -146,6 +147,10 @@ IF[{- !$disabled{tests} -}]
INCLUDE[rsa_test]=.. ../include
DEPEND[rsa_test]=../libcrypto
+ SOURCE[fatalerrtest]=fatalerrtest.c ssltestlib.c testutil.c
+ INCLUDE[fatalerrtest]=../include ..
+ DEPEND[fatalerrtest]=../libcrypto ../libssl
+
SOURCE[evp_test]=evp_test.c
INCLUDE[evp_test]=../include
DEPEND[evp_test]=../libcrypto