summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f3e77f5e4d..398c8cfe71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2021-09-18 Bruno Haible <bruno@clisp.org>
+ sha512-buffer tests: New module.
+ * tests/test-sha512-stream.c: Renamed from tests/test-sha512.c.
+ * modules/crypto/sha512-buffer-tests: New file, based on
+ modules/crypto/sha512-tests.
+ * modules/crypto/sha512-tests: Remove tests that are now in
+ modules/crypto/sha512-buffer-tests. Test tests/test-sha512-stream.c
+ instead of tests/test-sha512.c.
+
sha512: Clarify module to source relation.
* lib/sha512-stream.c: New file, extracted from lib/sha512.c.
* lib/sha512.c: Don't include stdlib.h, unlocked-io.h.