360e2c41d8
mbedtls_ecp_curve_list() now lists Curve25519 and Curve448 under the names "x25519" and "x448". These curves support ECDH but not ECDSA. This was meant ever since the introduction of mbedtls_ecdsa_can_do() in0082f9df6f
, but2c69d10bac
had removed the claim that Montgomery curves support ECDH except through Everest. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
5 lines
257 B
Text
5 lines
257 B
Text
Bugfix
|
|
* mbedtls_ecp_curve_list() now lists Curve25519 and Curve448 under the names
|
|
"x25519" and "x448". These curves support ECDH but not ECDSA. If you need
|
|
only the curves that support ECDSA, filter the list with
|
|
mbedtls_ecdsa_can_do().
|