mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
Before this PR, the tests passed without this, but they shouldn't have. Accelerators need to declare what curves they support, and if no curve is declared as accelerated, the built-in implementations of algs and key types need to be enabled. Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>