summaryrefslogtreecommitdiffstats
path: root/demos/README.txt
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2022-03-07 15:12:07 +0000
committerTomas Mraz <tomas@openssl.org>2022-11-11 10:04:11 +0100
commit42fe0f1aa4a7eaa3a83cce72dfa741c86b53b5ff (patch)
treeb9fe07a349cc2ffa8b70c386d4b7bb1eb256981f /demos/README.txt
parent6907e6a1480df5b91152175ff1574f0408d202d9 (diff)
Add EVP RSA key encode/decode demo
Fixes #14116. Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17826) (cherry picked from commit 1483b37e7a2c952eed5f6c7f5c0be9635aa3a6ea)
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 7b6ce6543b..650529572c 100644
--- a/demos/README.txt
+++ b/demos/README.txt
@@ -23,6 +23,9 @@ 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.
+encode:
+rsa_encode.c Encode and decode PEM-encoded RSA keys
+
kdf:
hkdf.c Demonstration of HMAC based key derivation
pbkdf2.c Demonstration of PBKDF2 password based key derivation