mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-24 04:35:40 +02:00
TinyCrypt only supports Secp256r1, so skip all tests in test_suite_x509parse which use different curves, while splitting those which rely on Secp256r1 alone into two tests: one for legacy ECC, and one for TinyCrypt. Studying and improving the TinyCrypt test coverage is left for a later commit.