mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-26 14:11:59 +01:00
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.