From: Niels Möller Date: Tue, 1 Oct 2019 17:44:55 +0000 (+0200) Subject: ChangeLog for previous change. X-Git-Tag: nettle_3.6rc1~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aef6b2aaa65c97ad6f0f0c17c8ea7e1c233828fd;p=thirdparty%2Fnettle.git ChangeLog for previous change. --- diff --git a/ChangeLog b/ChangeLog index b0e045c0..cdd32dc5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2019-10-01 Niels Möller + + From Daiki Ueno, fixing bug reported by Stephan Mueller: + * cfb.c (cfb8_decrypt): Don't truncate output IV if input is + shorter than block size. + * testsuite/testutils.c (test_cipher_cfb8): Test splitting input + into multiple calls to cfb8_encrypt and cfb8_decrypt. + 2019-09-30 Niels Möller * testsuite/siv-test.c (test_cipher_siv): Fix out-of-bounds read.