summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 43f605b3ad..5ee0f7f1c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2021-09-18 Bruno Haible <bruno@clisp.org>
+ md4-buffer: New module.
+ * lib/md4-stream.c: New file, extracted from lib/md4.c.
+ * lib/md4.c: Don't include stdlib.h, unlocked-io.h.
+ (BLOCKSIZE, md4_stream): Moved to md4-stream.c.
+ * lib/md4.h: Reorder declarations.
+ * modules/crypto/md4-buffer: New file, based on modules/crypto/md4.
+ * modules/crypto/md4: Rewritten.
+
+2021-09-18 Bruno Haible <bruno@clisp.org>
+
md2-buffer tests: New module.
* tests/test-md2-buffer.c: Renamed from tests/test-md2.c.
* modules/crypto/md2-buffer-tests: Renamed from