summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2022-09-28 10:46:41 +0200
committerNiels Möller <nisse@lysator.liu.se>2022-09-28 10:46:41 +0200
commite83daf619ec0ff6b32e10029ef0c44c169b952a6 (patch)
tree42fe6703487f3c32d6c76add43dc01516c1353c7
parentdd187207f2895e374bc35208ebeb9dde2b6b0e99 (diff)
downloadnettle-e83daf619ec0ff6b32e10029ef0c44c169b952a6.tar.gz
ChangeLog and AUTHORS update for Balloon.
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog15
2 files changed, 17 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index e182b0b1..20c8bf03 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -128,3 +128,5 @@ Amitay Isaacs Powerpc64 assembly for secp192r1, secp224r1
Martin Schwenke Powerpc64 assembly for secp384r1, secp521r1,
curve25519 and curve448.
+
+Zoltan Fridrich Ballon password hashing.
diff --git a/ChangeLog b/ChangeLog
index 6be196a6..187626ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2022-09-28 Niels Möller <nisse@lysator.liu.se>
+
+ From Zoltan Fridrich:
+ * balloon.c (balloon, balloon_itch): Implementation of balloon
+ password hash.
+ * balloon.h: New header file.
+ * balloon-sha1.c (balloon_sha1): New file and function.
+ * balloon-sha256.c (balloon_sha256): Likewise.
+ * balloon-sha384.c (balloon_sha384): Likewise.
+ * balloon-sha512.c (balloon_sha512): Likewise.
+ * Makefile.in (nettle_SOURCES): Add balloon source files.
+ (HEADERS): Add ballon.h.
+ * testsuite/balloon-test.c: New tests.
+ * testsuite/Makefile.in (TS_NETTLE_SOURCES): Add balloon-test.c.
+
2022-09-08 Niels Möller <nisse@lysator.liu.se>
* eccdata.c (string_toupper): New utility function.