From d7e9ad7d831e3709cb0d668a4a298e2a6383c4a7 Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Mon, 25 Apr 2016 16:07:12 +0100 Subject: [PATCH] Updates ChangeLog with faster MPI zeroize fix Added optimised mbedtls_mpi_zeroise() credit to ChangeLog. --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bee652cf9..15bb3379c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -26,7 +26,8 @@ Changes * On ARM platforms, when compiling with -O0 with GCC, Clang or armcc5, don't use the optimized assembly for bignum multiplication. This removes the need to pass -fomit-frame-pointer to avoid a build error with -O0. - * Disabled SSLv3 in the default configuration. + * Disabled SSLv3 in the default configuration. + * Optimized mbedtls_zeroize() for MPI integer size. (Fix by Alexey Skalozub) = mbed TLS 2.2.1 released 2016-01-05