mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-29 09:21:19 +00:00
c0f7a8680f
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
9 lines
281 B
Plaintext
9 lines
281 B
Plaintext
Features
|
|
* The new function mbedtls_ecp_write_key_ext() is similar to
|
|
mbedtls_ecp_write_key(), but can be used without separately calculating
|
|
the output length.
|
|
|
|
New deprecations
|
|
* mbedtls_ecp_write_key() is deprecated in favor of
|
|
mbedtls_ecp_write_key_ext().
|