From 2af8b0dcb492a1824c93c2fb14cf90ce6d6d50d5 Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Sat, 3 Sep 2016 12:41:09 +0100 Subject: [PATCH] Update ChangeLog for fix to crypt_and_hash #441 --- ChangeLog | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9c23c4178..daebace9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,8 +4,10 @@ mbed TLS ChangeLog (Sorted per branch, date) Bugfix * Fix an issue that caused valid certificates being rejected whenever an - expired or not yet valid version of the trusted certificate was before the - valid version in the trusted certificate list. + expired or not yet valid version of the trusted certificate was before the + valid version in the trusted certificate list. + * Fix incorrect handling of block lengths in crypt_and_hash sample program, + when GCM is used. #441 = mbed TLS 1.3.17 branch 2016-06-28