Add ChangeLog entry for 64-bit ILP32 fixes

This commit is contained in:
Andres Amaya Garcia 2017-05-08 13:18:39 +01:00 committed by Gilles Peskine
parent 401441b74d
commit 65915438b8

View File

@ -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