summaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-07-04 14:59:06 +0100
committerMatt Caswell <matt@openssl.org>2016-08-19 13:52:40 +0100
commit6fc1748ec65c94c195d02b59556434e36a5f7651 (patch)
tree87755d0e90ffa518861116dbe82ce6ccfdf0e1a0 /test/build.info
parentb4982125e63882cf9d77c704ef555105528a5dac (diff)
Add a DTLS unprocesed records test
Add a test to inject a record from the next epoch during the handshake and make sure it doesn't get processed immediately. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test/build.info')
-rw-r--r--test/build.info6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/build.info b/test/build.info
index 0c51d1e5c8..ec450c2a9b 100644
--- a/test/build.info
+++ b/test/build.info
@@ -16,7 +16,7 @@ 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
+ bioprinttest sslapitest dtlstest
SOURCE[aborttest]=aborttest.c
INCLUDE[aborttest]=../include
@@ -266,6 +266,10 @@ IF[{- !$disabled{tests} -}]
SOURCE[sslapitest]=sslapitest.c ssltestlib.c testutil.c
INCLUDE[sslapitest]=../include
DEPEND[sslapitest]=../libcrypto ../libssl
+
+ SOURCE[dtlstest]=dtlstest.c ssltestlib.c testutil.c
+ INCLUDE[dtlstest]=../include .
+ DEPEND[dtlstest]=../libcrypto ../libssl
ENDIF
{-