From 340bb1bab1c4e0c76ff6c4f284630ed03f9ce0af Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Tue, 7 Mar 2017 19:35:49 +0000 Subject: [PATCH] Added missing credit to ChangeLog for #555 --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index af5aa723d..f4ce56d60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -62,6 +62,8 @@ Bugfix * Fix 1 byte buffer overflow in mbedtls_mpi_write_string() when the MPI number to write in hexadecimal is negative and requires an odd number of digits. Found and fixed by Guido Vranken. + * Fix unlisted DES configuration dependency in some pkparse test cases. Found + by inestlerode. #555 = mbed TLS 2.1.6 branch released 2016-10-17