From 4a865ef2335f16f09512e72b891d84940cae9157 Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Sun, 28 Oct 2018 18:00:51 +0000 Subject: [PATCH] Add ChangeLog entry for PR #1618 - ARM DSP instruction support --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index d87cc4d01..5687be6ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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