2020-06-12 11:29:00 +02:00
|
|
|
Features
|
|
|
|
* The new function mbedtls_ecp_write_key() exports private ECC keys back to
|
|
|
|
a byte buffer. It is the inverse of the existing mbedtls_ecp_read_key().
|
2020-06-11 16:50:36 +02:00
|
|
|
|
|
|
|
Bugfix
|
2020-06-12 11:29:00 +02:00
|
|
|
* Fix the endianness of Curve25519 keys imported/exported through the PSA
|
|
|
|
APIs. psa_import_key and psa_export_key will now correctly expect/output
|
|
|
|
Montgomery keys in little-endian as defined by RFC7748. Contributed by
|
|
|
|
Steven Cooreman in #3425.
|