summaryrefslogtreecommitdiff
path: root/modules/crypto/gc-pbkdf2-sha1
diff options
context:
space:
mode:
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: