]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man1/openssl-gendsa.pod.in
dsa: deprecate applications that depend on the low level DSA functions.
[thirdparty/openssl.git] / doc / man1 / openssl-gendsa.pod.in
index e98d662a5a54f32a8fa050320ce0f6bd99001615..f1f8fe5b915d04f082f56e4280c4014a98cb8daa 100644 (file)
@@ -32,6 +32,9 @@ B<openssl> B<gendsa>
 
 =head1 DESCRIPTION
 
+This command has been deprecated.
+The L<openssl-genpkey(1)> command should be used instead.
+
 This command generates a DSA private key from a DSA parameter file
 (which will be typically generated by the L<openssl-dsaparam(1)> command).
 
@@ -83,11 +86,16 @@ much quicker that RSA key generation for example.
 =head1 SEE ALSO
 
 L<openssl(1)>,
+L<openssl-genpkey(1)>,
 L<openssl-dsaparam(1)>,
 L<openssl-dsa(1)>,
 L<openssl-genrsa(1)>,
 L<openssl-rsa(1)>
 
+=head1 HISTORY
+
+This command was deprecated in OpenSSL 3.0.
+
 =head1 COPYRIGHT
 
 Copyright 2000-2019 The OpenSSL Project Authors. All Rights Reserved.