From 65915438b8dcb00e79e629328d6e8927387caa37 Mon Sep 17 00:00:00 2001 From: Andres Amaya Garcia Date: Mon, 8 May 2017 13:18:39 +0100 Subject: [PATCH] Add ChangeLog entry for 64-bit ILP32 fixes --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 51ca06606..61e3cabff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -65,6 +65,9 @@ Bugfix * Fix bug in cipher decryption with MBEDTLS_PADDING_ONE_AND_ZEROS that sometimes accepted invalid padding. (Not used in TLS.) Found and fixed by Micha Kraus. + * Fix assembly sequences in bn_mul.h and aesni.c to avoid segmentation + faults and errors when building for the 64-bit ILP32 ABI. Found and fixed + by James Cowgill. Changes * Extend cert_write example program by options to set the CRT version