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.
This commit is contained in:
Hanno Becker 2019-09-02 13:18:30 +01:00
parent 7c2cd3e9d3
commit 4873fde059

View file

@ -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 () {