]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - demos/README.txt
Add Demos for DSA params/DSA keygen.
[thirdparty/openssl.git] / demos / README.txt
index a4b8be0fe3b97c3b036176c57e93f7eecc3cca86..cc72721fbe2c106c9c7e96f2edd81259ece534ae 100644 (file)
@@ -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: