commit | 441907ec30a837e20bdd4cd7d6f4ec9e0b3928f0 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Tue Apr 13 16:09:32 2021 +0200 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Thu Apr 15 18:41:38 2021 +0200 |
tree | 0b5fe92dc64769d0375a2f37bc38c49aa4bf1acd | |
parent | 58fc272af9359a171e6a9549ab6385feedc9a2dd [diff] [blame] |
Remove alignment requirement for mbedtls_gcm_update: documentation Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
diff --git a/ChangeLog.d/gcm-update.txt b/ChangeLog.d/gcm-update.txt new file mode 100644 index 0000000..4511fec --- /dev/null +++ b/ChangeLog.d/gcm-update.txt
@@ -0,0 +1,4 @@ +Features + * The multi-part GCM interface (mbedtls_gcm_update() or + mbedtls_cipher_update()) no longer requires the size of partial inputs to + be a multiple of 16.