From eaef0b78db27d6f3baba7e53e7af70e0d5ed52d4 Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Thu, 1 Jul 2021 16:59:13 +0100 Subject: [PATCH] Update changelog to cover #4720 Signed-off-by: Dave Rodgman --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 507424943..019e8fa38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -58,7 +58,7 @@ API changes * Remove the MBEDTLS_TEST_NULL_ENTROPY config option. Fixes #4388. * The interface of the GCM module has changed to remove restrictions on how the input to multipart operations is broken down. mbedtls_gcm_finish() - now takes an extra output parameter for the last partial output block. + now takes extra output parameters for the last partial output block. mbedtls_gcm_update() now takes extra parameters for the output length. The software implementation always produces the full output at each call to mbedtls_gcm_update(), but alternative implementations activated