summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ad6b02992..f3e77f5e4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2021-09-18 Bruno Haible <bruno@clisp.org>
+ 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.
+ (BLOCKSIZE, shaxxx_stream, sha512_stream, sha384_stream): Moved to
+ sha512-stream.c.
+ * lib/sha512.h: Tweak.
+ * modules/crypto/sha512 (Files): Add lib/sha512-stream.c.
+ (configure.ac): Don't define GL_COMPILE_CRYPTO_STREAM.
+ (Makefile.am): Arrange to compile sha512-stream.c.
+ (Link): Mention $(LIB_CRYPTO).
+
+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