demos: update readme file with pbkdf2 and scrypt examples.
authorPauli <pauli@openssl.org>
Mon, 19 Jul 2021 03:17:02 +0000 (13:17 +1000)
committerPauli <pauli@openssl.org>
Tue, 20 Jul 2021 00:14:42 +0000 (10:14 +1000)
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/16109)

demos/README.txt

index cdcbd02f9459df5d306dab029859dba684666670..8adfdb774dd0e1f696d377f5e51fd483696345b3 100644 (file)
@@ -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.