summaryrefslogtreecommitdiff
path: root/modules/crypto/gc-pbkdf2-sha1
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2020-01-15 23:10:58 +0100
committerSimon Josefsson <simon@josefsson.org>2020-01-15 23:26:56 +0100
commitdf2bd909b3ec63c2aa8d60f47c8fda3a7c9044d8 (patch)
tree4d9dbe321142d5ff296082ff78b05f0519e73034 /modules/crypto/gc-pbkdf2-sha1
parent611869be9f1083e53305446d90a2909fc89914ef (diff)
downloadgnulib-df2bd909b3ec63c2aa8d60f47c8fda3a7c9044d8.tar.gz
crypto/gc-pbkdf2: New module.
* MODULES.html.sh (func_all_modules): Add gc-pbkdf2. * NEWS: Deprecated gc-pbkdf2-sha1 in favor of gc-pbkdf2. * lib/gc-pbkdf2.c: New file. * lib/gc-pbkdf2-sha1.c: Use new interface. * lib/gc.h (GC_MAX_DIGEST_SIZE, gc_pbkdf2_hmac): Add. * modules/crypto/gc-pbkdf2: New file. * modules/crypto/gc-pbkdf2-tests: New file. * tests/test-gc-pbkdf2.c: New file.
Diffstat (limited to 'modules/crypto/gc-pbkdf2-sha1')
-rw-r--r--modules/crypto/gc-pbkdf2-sha110
1 files changed, 8 insertions, 2 deletions
diff --git a/modules/crypto/gc-pbkdf2-sha1 b/modules/crypto/gc-pbkdf2-sha1
index b0cec61458..576078de66 100644
--- a/modules/crypto/gc-pbkdf2-sha1
+++ b/modules/crypto/gc-pbkdf2-sha1
@@ -1,11 +1,17 @@
Description:
-Password-Based Key Derivation Function according to PKCS#5/RFC2898
+Password-Based Key Derivation Function according to PKCS#5/RFC2898 with HMAC-SHA1
+
+Status:
+deprecated
+
+Notice:
+This module is deprecated. Use the module 'gc-pbkdf2' instead.
Files:
lib/gc-pbkdf2-sha1.c
Depends-on:
-crypto/gc
+crypto/gc-pbkdf2
crypto/gc-hmac-sha1
configure.ac: