summaryrefslogtreecommitdiff
path: root/vendor/update.toml
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-03-09 16:41:26 +0000
committerSadie Powell <sadie@witchery.services>2024-03-09 22:22:56 +0000
commit6e0f0b8896deb71cc112d7eadc10eedcc3081cba (patch)
treeae3787cc8bad1354836669431acb4c05c3b3cf26 /vendor/update.toml
parent2c5b2c649ef59be1695132d02377312cac523497 (diff)
Add the enc_sha2 module which hashes passwords with HMAC-SHA-2.
Using HMAC instead of changing the IV is a lot safer.
Diffstat (limited to 'vendor/update.toml')
-rw-r--r--vendor/update.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/update.toml b/vendor/update.toml
index 70330253b..5b8936686 100644
--- a/vendor/update.toml
+++ b/vendor/update.toml
@@ -16,3 +16,12 @@ license = "Cut-down BSD License"
tarball = "https://www.openwall.com/blists/blists-2.0.tar.gz"
version = "v2.0"
website = "https://openwall.info/wiki/people/solar/software/public-domain-source-code/md5"
+
+[sha2]
+author = "Olivier Gay"
+email = "olivier.gay@a3.epfl.ch"
+files = "sha2.[ch]"
+license = "3-clause BSD License"
+tarball = "http://www.ouah.org/ogay/sha2/sha2.tar.gz"
+version = "2007-02-02"
+website = "http://www.ouah.org/ogay/sha2/"