Add ChangeLog entry for PR #1618 - ARM DSP instruction support

This commit is contained in:
Simon Butcher 2018-10-28 18:00:51 +00:00
parent d5bf428a7b
commit 4a865ef233

View file

@ -17,6 +17,10 @@ Features
application leading to a memory leak in case both
MBEDTLS_MEMORY_BUFFER_ALLOC_C and MBEDTLS_MEMORY_BACKTRACE are set.
Fixes #2069.
* Add support for Arm CPU DSP extensions to accelerate asymmetric key
operations. On CPUs where the extensions are available, they can accelerate
MPI multiplications used in ECC and RSA cryptography. Contributed by
Aurelien Jarno.
Bugfix
* Fix a bug in the update function for SSL ticket keys which previously