]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
ChangeLog for previous change.
authorNiels Möller <nisse@lysator.liu.se>
Tue, 1 Oct 2019 17:44:55 +0000 (19:44 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 1 Oct 2019 17:44:55 +0000 (19:44 +0200)
ChangeLog

index b0e045c0e77b2af089c02353d6bddc3b8f8d8781..cdd32dc56b1ba765a221e9f4f2f48416f82876ca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2019-10-01  Niels Möller  <nisse@lysator.liu.se>
+
+       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  <nisse@lysator.liu.se>
 
        * testsuite/siv-test.c (test_cipher_siv): Fix out-of-bounds read.