]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
ChangeLog entries for CFB8.
authorNiels Möller <nisse@lysator.liu.se>
Sat, 20 Jan 2018 11:00:59 +0000 (12:00 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 20 Jan 2018 11:00:59 +0000 (12:00 +0100)
ChangeLog

index 081faae37f6f0b67d1bd20931caea29b4b763607..01aa242178b55a676844ecaae99249ae8d1d67c2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2018-01-20  Niels Möller  <nisse@lysator.liu.se>
+
+       CFB8 support, contributed by Dmitry Eremin-Solenikov.
+       * cfb.c (cfb8_encrypt, cfb8_decrypt): New functions.
+       * cfb.h: Declare them.
+       (CFB8_ENCRYPT, CFB8_DECRYPT): New macros.
+       * testsuite/cfb-test.c: New tests for CFB8.
+       * nettle.texinfo (CFB and CFB8): Documentation.
+
 2018-01-16  Niels Möller  <nisse@lysator.liu.se>
 
        * tools/pkcs1-conv.c (convert_file): Add missing break statements.