summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-07-19 13:17:02 +1000
committerPauli <pauli@openssl.org>2021-07-20 10:14:42 +1000
commitb8ffcd8715cc9cf4626fe5b2ddaa5daf7b0957f2 (patch)
tree862fa7b1c5e0673a9dbd3bbcb92c7881e8bdad25 /demos
parent9dbb4dac096729779c32751350810e610d3dfe0a (diff)
demos: update readme file with pbkdf2 and scrypt examples.
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/16109)
Diffstat (limited to 'demos')
-rw-r--r--demos/README.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/README.txt b/demos/README.txt
index cdcbd02f94..8adfdb774d 100644
--- a/demos/README.txt
+++ b/demos/README.txt
@@ -20,6 +20,8 @@ EVP_f_md.c Compute a digest using BIO and EVP_f_md
kdf:
hkdf.c Demonstration of HMAC based key derivation
+pbkdf2.c Demonstration of PBKDF2 password based key derivation
+scrypt.c Demonstration of SCRYPT password based key derivation
pkey:
EVP_PKEY_EC_keygen.c Generate an EC key.