From 4873fde059f19232f86f8459a32705a5279a0d13 Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Mon, 2 Sep 2019 13:18:30 +0100 Subject: [PATCH] TinyCrypt Test: Expand scope of compatibility testing for TinyCrypt Previously, the TinyCrypt all.sh test restricted the run of compat.sh to DTLS 1.2 and listed a few explicit ciphersuites. This commit widens the scope of the test by testing any ciphersuite based on ECDHE-ECDSA, regardless of TLS/DTLS or the particular version. Further, it doesn't exclude SHA-384 as done previously. --- 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 dc4c4a931..efa458009 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -1424,7 +1424,7 @@ component_test_default_tinycrypt_without_legacy_ecc () { export CLI_ECDSA_CRT=data_files/cli3.crt.pem export CLI_ECDSA_KEY=data_files/cli3.key.pem export CA_FILE=data_files/test-ca3.crt.pem - if_build_succeeded tests/compat.sh -m 'dtls1_2' -f 'TLS-ECDHE-ECDSA-WITH-AES-256-CBC-SHA\|+ECDHE-ECDSA:+AES-256-CBC:+SHA1\|ECDHE-ECDSA-AES256-SHA' -e 'SHA384' + if_build_succeeded tests/compat.sh -f 'TLS-ECDHE-ECDSA' } component_test_baremetal () {