summaryrefslogtreecommitdiffstats
path: root/demos/README.txt
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2021-08-11 11:12:17 +1000
committerMatt Caswell <matt@openssl.org>2021-11-16 15:58:23 +0000
commit35530b117fcf54cf733c485e9e2e267963c081ee (patch)
tree5b02e5976bcd4a29733b99abf2880d0640780d22 /demos/README.txt
parent3066cf2614d22182ae0dafd4557a96ab6b698d4f (diff)
Add RSA encrypt demo
Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16283)
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 291094bf9d..4f1e9dacc6 100644
--- a/demos/README.txt
+++ b/demos/README.txt
@@ -18,6 +18,9 @@ EVP_MD_demo.c Compute a digest from multiple buffers
EVP_MD_stdin.c Compute a digest with data read from stdin
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