From dc223cfdfa638d6fb02f14230274415d7ed5562a Mon Sep 17 00:00:00 2001 From: Janos Follath Date: Wed, 6 Mar 2019 15:24:23 +0000 Subject: [PATCH] Fix ChangeLog entry ordering --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4cf6a86bb..c14c31430 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,8 +8,6 @@ Features https://sweet32.info/SWEET32_CCS16.pdf. Bugfix - * Fix 1-byte buffer overflow in mbedtls_mpi_write_string() when - used with negative inputs. Found by Guido Vranken in #2404. * Run the AD too long test only if MBEDTLS_CCM_ALT is not defined. Raised as a comment in #1996. * Fix returning the value 1 when mbedtls_ecdsa_genkey failed. @@ -32,6 +30,8 @@ Bugfix * Fix private key DER output in the key_app_writer example. File contents were shifted by one byte, creating an invalid ASN.1 tag. Fixed by Christian Walther in #2239. + * Fix 1-byte buffer overflow in mbedtls_mpi_write_string() when + used with negative inputs. Found by Guido Vranken in #2404. Changes * Include configuration file in all header files that use configuration,