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 18d43f3b51..7ad6b02992 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2021-09-18 Bruno Haible <bruno@clisp.org>
+ sha256-buffer tests: New module.
+ * tests/test-sha256-stream.c: Renamed from tests/test-sha256.c.
+ * modules/crypto/sha256-buffer-tests: New file, based on
+ modules/crypto/sha256-tests.
+ * modules/crypto/sha256-tests: Remove tests that are now in
+ modules/crypto/sha256-buffer-tests. Test tests/test-sha256-stream.c
+ instead of tests/test-sha256.c.
+
sha256: Clarify module to source relation.
* lib/sha256-stream.c: New file, extracted from lib/sha256.c.
* lib/sha256.c: Don't include stdlib.h, unlocked-io.h.