From 7924d93209478b19bc3ebaed0cfbecfbdfb9be6b Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Thu, 19 Jul 2018 19:54:18 +0100 Subject: [PATCH] Fix ChangeLog entry for issue #1663 The ChangeLog entry was under the wrong version, and under Changes, not Bug Fixes. --- ChangeLog | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index ab2df9730..35bf4f7f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,16 +17,13 @@ Bugfix by Brendan Shanks. Part of a fix for #992. * Fix compilation error when MBEDTLS_ARC4_C is disabled and MBEDTLS_CIPHER_NULL_CIPHER is enabled. Found by TrinityTonic in #1719. + * Added length checks to some TLS parsing functions. Found and fixed by + Philippe Antoine from Catena cyber. #1663. Changes * Change the shebang line in Perl scripts to look up perl in the PATH. Contributed by fbrosson in #1533. -Changes - * Adds of lengths checks in different functions (not a security issue as - original buffer is overgrown) thanks to Philippe Antoine from Catena - cyber. #1663. - = mbed TLS 2.7.4 branch released 2018-06-18 Bugfix