summaryrefslogtreecommitdiffstats
path: root/demos/README.txt
diff options
context:
space:
mode:
authorslontis <shane.lontis@oracle.com>2022-12-08 06:03:26 +1000
committerTomas Mraz <tomas@openssl.org>2022-12-22 12:09:58 +0100
commit6a4bda0cbf6f625bc6028bbd81126a1bce271b55 (patch)
tree24a22a1198bea66794ed754e7bcb3cc90397268d /demos/README.txt
parent85f172a5156769590927559553ddc977eef5c63c (diff)
Add Demos for DSA params/DSA keygen.
Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19853) (cherry picked from commit de1164102083730298e4f53eb465c9324aa6a0c0)
Diffstat (limited to 'demos/README.txt')
-rw-r--r--demos/README.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/demos/README.txt b/demos/README.txt
index a4b8be0fe3..cc72721fbe 100644
--- a/demos/README.txt
+++ b/demos/README.txt
@@ -37,8 +37,12 @@ poly1305.c Demonstration of Poly1305-AES message authentication
siphash.c Demonstration of SIPHASH message authentication
pkey:
-EVP_PKEY_EC_keygen.c Generate an EC key.
-EVP_PKEY_RSA_keygen.c Generate an RSA key.
+EVP_PKEY_EC_keygen.c Generate an EC key.
+EVP_PKEY_RSA_keygen.c Generate an RSA key.
+EVP_PKEY_DSA_keygen.c Generate a DSA key.
+EVP_PKEY_DSA_paramgen.c Generate a DSA param key.
+EVP_PKEY_DSA_paramvalidate.c Validate a DSA param key.
+EVP_PKEY_DSA_paramfromdata.c Load a DSA param key using raw data.
smime: