mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-26 03:35:35 +00:00
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() in 0082f9df6f26b982f74a3301399f66ba7a6eb039, but 2c69d10bac678d0d86615de3d01b3d5bbb4b8c45 had removed the claim that Montgomery curves support ECDH except through Everest. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
6 lines
257 B
Plaintext
6 lines
257 B
Plaintext
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().
|