]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
ChangeLog and AUTHORS update for Balloon.
authorNiels Möller <nisse@lysator.liu.se>
Wed, 28 Sep 2022 08:46:41 +0000 (10:46 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 28 Sep 2022 08:46:41 +0000 (10:46 +0200)
AUTHORS
ChangeLog

diff --git a/AUTHORS b/AUTHORS
index e182b0b1a949dd1db2020bdcb2e1437d0632ad49..20c8bf034f353e4a35ad6182d2849c227a3f4d55 100644 (file)
--- 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.
index 6be196a6bfc14788192058749f9759b4482c9be4..187626eea4cf2986e1dae9eb01d3419c1a91ce81 100644 (file)
--- 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.