From fa8e6dabd2259d8b3922e592f43a005df91e1435 Mon Sep 17 00:00:00 2001 From: Jaeden Amero Date: Wed, 5 Jun 2019 14:42:50 +0100 Subject: [PATCH] all.sh: Perform targeted EtM tests for MAC-less configs When testing a configuration where no ciphersuites have MAC, via component_test_when_no_ciphersuites_have_mac(), perform a targeted test of only encrypt-then-MAC tests within ssl-opt.sh. --- tests/scripts/all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 3d94bc85d..6b0a13b1e 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -894,7 +894,7 @@ component_test_when_no_ciphersuites_have_mac () { make test msg "test ssl-opt.sh: !MBEDTLS_SSL_SOME_MODES_USE_MAC" - if_build_succeeded tests/ssl-opt.sh + if_build_succeeded tests/ssl-opt.sh -f 'Default\|EtM' -e 'without EtM' } component_test_null_entropy () {