TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
9f4a01c33cf72d9ef4d42fc8667afa98805448f9
/
.
/
ChangeLog.d
/
ecp_curve_list.txt
blob: 55745d38dfa056c3f432fad22e543706eb187cf1 [
file
] [
log
] [
blame
]
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
().