summaryrefslogtreecommitdiffstats
path: root/demos/README.txt
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2021-08-11 11:12:17 +1000
committerTomas Mraz <tomas@openssl.org>2022-11-09 15:29:53 +0100
commit0bed814750c62c738d509cd0a9655789ae69e99b (patch)
tree27c131b9160fb477d1ce164ee0aa36e1bfad0b97 /demos/README.txt
parentb25d775e6cc473993d16eea3bdf479d7d9c37722 (diff)
Add RSA encrypt demo
Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16283) (cherry picked from commit 35530b117fcf54cf733c485e9e2e267963c081ee) Reviewed-by: Hugo Landau <hlandau@openssl.org>
Diffstat (limited to 'demos/README.txt')
-rw-r--r--demos/README.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/README.txt b/demos/README.txt
index dae5c881d2..7b6ce6543b 100644
--- a/demos/README.txt
+++ b/demos/README.txt
@@ -20,6 +20,9 @@ EVP_MD_stdin.c Compute a digest with data read from stdin
EVP_MD_xof.c Compute a digest using the SHAKE256 XOF
EVP_f_md.c Compute a digest using BIO and EVP_f_md
+encrypt:
+rsa_encrypt.c Encrypt and decrypt data using an RSA keypair.
+
kdf:
hkdf.c Demonstration of HMAC based key derivation
pbkdf2.c Demonstration of PBKDF2 password based key derivation