mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 06:15:44 +01:00
TinyCrypt Test: Run ssl-opt.sh without restrictions
Previously, the TinyCrypt component in all.sh restricted the ssl-opt.sh to the 'Default, DTLS' test, due to implicit dependencies on Secp384r1. These dependencies are now explicit and ssl-opt.sh skips corresponding tests accordingly, so we can introduce a full run of ssl-opt.sh into the TinyCrypt test in all.sh.
This commit is contained in:
parent
69c6cde728
commit
8b3408f1a8
@ -1428,7 +1428,7 @@ component_test_default_tinycrypt_without_legacy_ecc () {
|
||||
|
||||
msg "test: default config with tinycrypt enabled and legacy ECC disabled"
|
||||
make test
|
||||
if_build_succeeded tests/ssl-opt.sh -f "^Default, DTLS$"
|
||||
if_build_succeeded tests/ssl-opt.sh
|
||||
|
||||
export SRV_ECDSA_CRT=data_files/server11.crt.pem
|
||||
export SRV_ECDSA_KEY=data_files/server11.key.pem
|
||||
|
Loading…
Reference in New Issue
Block a user