mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 17:25:38 +00:00
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:
parent
7c2cd3e9d3
commit
4873fde059
|
@ -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 () {
|
||||
|
|
Loading…
Reference in a new issue