From c6bf5b4953359c938640fa666ac8deedd437b21d Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Sun, 24 Jun 2018 16:20:56 +0100 Subject: [PATCH] Add fix for #1550 and credit to the ChangeLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 49400160bedc..c9480ec97e2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,8 @@ mbed TLS ChangeLog (Sorted per branch, date) = mbed TLS x.x.x branch released xxxx-xx-xx Bugfix + * Fix the inline assembly for the MPI multiply helper function for i386 and + i386 with SSE2. Found by László Langó. Fixes #1550 * Change the shebang line in Perl scripts to look up perl in the PATH. Contributed by fbrosson in #1533. * Fix a memory leak in mbedtls_x509_csr_parse(), found by catenacyber,