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.
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh
index 34ca5a5..a906c8c 100755
--- a/tests/scripts/all.sh
+++ b/tests/scripts/all.sh
@@ -1428,7 +1428,7 @@
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