From 6aa9fb49161ae9c071c0f84290e9e5816164ec66 Mon Sep 17 00:00:00 2001 From: Ron Eldor Date: Thu, 4 Oct 2018 14:32:05 +0300 Subject: [PATCH] Add ChangeLog entry Add the ChangeLog entry describing the change. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 83eb55426..87b7f765a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ mbed TLS ChangeLog (Sorted per branch, date) = mbed TLS x.x.x branch released xxxx-xx-xx +API Changes + * Add a common error code for a feature that is not supported by the + underlying alternative implementations. + Features * Add support for temporarily suspending expensive ECC computations after some configurable amount of operations, to be used in single-threaded @@ -24,6 +28,12 @@ Features hash and signature sizes that comply with FIPS 186-4, including SHA-512 with a 1024-bit key. +New deprecations + * All the current module specific errors that mean a feature is not available + are deprecated, so the platform error should be used. + * All the module specific generic hardware accelaration errors that existed + are deprecated, so the platform error should be used. + Bugfix * Fix wrong order of freeing in programs/ssl/ssl_server2 example application leading to a memory leak in case both