| Gilles Peskine | 360e2c4 | 2020-07-24 02:03:20 +0200 | [diff] [blame] | 1 | Bugfix |
| 2 | * mbedtls_ecp_curve_list() now lists Curve25519 and Curve448 under the names | ||||
| 3 | "x25519" and "x448". These curves support ECDH but not ECDSA. If you need | ||||
| 4 | only the curves that support ECDSA, filter the list with | ||||
| 5 | mbedtls_ecdsa_can_do(). | ||||