summaryrefslogtreecommitdiff
path: root/demos/README.txt
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2022-03-07 13:29:49 +0000
committerTomas Mraz <tomas@openssl.org>2022-03-14 09:52:30 +0100
commitad083f9b0ab81d094c2dbb8f5e2a5fb7738a0bfe (patch)
treeeb56a38837c5834bff98dd9804011c6179fd2846 /demos/README.txt
parentdfb39f73132edf56daaad189e6791d1bdb57c4db (diff)
downloadopenssl-new-ad083f9b0ab81d094c2dbb8f5e2a5fb7738a0bfe.tar.gz
Add EVP demo for RSA key generation
Fixes #14111. Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17824)
Diffstat (limited to 'demos/README.txt')
-rw-r--r--demos/README.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/README.txt b/demos/README.txt
index 045be5ffa1..d000c7c004 100644
--- a/demos/README.txt
+++ b/demos/README.txt
@@ -34,6 +34,7 @@ poly1305.c Demonstration of Poly1305-AES message authentication
pkey:
EVP_PKEY_EC_keygen.c Generate an EC key.
+EVP_PKEY_RSA_keygen.c Generate an RSA key.
smime: