mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-06-13 01:46:00 +08:00

The default curve is now Curve25519, which doesn't support restartable ECC. So run the restartable ECC tests with a curve that does support it. Use secp256r1 which is required for these tests anyway for the server's certificate. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>