From 327d66520e1f43877367641a042d5abb5744d5ec Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Fri, 2 Sep 2016 21:53:50 +0100 Subject: [PATCH] Update ChangeLog for fix to crypt_and_hash #441 --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index c72ce28e9..8adcc1e8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,8 @@ Bugfix may need time but not the standard C library abstraction, and added configuration consistency checks to check_config.h * Fix dependency issue in Makefile to allow parallel builds. + * Fix incorrect handling of block lengths in crypt_and_hash sample program, + when GCM is used. #441 Changes * Extended test coverage of special cases, and added new timing test suite.