From: Pauli Date: Mon, 19 Jul 2021 03:17:02 +0000 (+1000) Subject: demos: update readme file with pbkdf2 and scrypt examples. X-Git-Tag: openssl-3.0.0-beta2~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b8ffcd8715cc9cf4626fe5b2ddaa5daf7b0957f2;p=thirdparty%2Fopenssl.git demos: update readme file with pbkdf2 and scrypt examples. Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/16109) --- diff --git a/demos/README.txt b/demos/README.txt index cdcbd02f945..8adfdb774dd 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.