summaryrefslogtreecommitdiffstats
path: root/doc/man1/openssl-dsa.pod.in
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-02-07 08:09:53 +1000
committerPauli <paul.dale@oracle.com>2020-02-12 08:52:42 +1000
commit1ddf2594e18137aeb7ce861e54f46824db76e36f (patch)
treee3dba8a2ebf5bcde9e10242c9af842b2f36d6f8a /doc/man1/openssl-dsa.pod.in
parentc2ec4a16f79cec06b5449bd8728f2e03fa16e22b (diff)
dsa: deprecate applications that depend on the low level DSA functions.
speed is updated to not support DSA instead of being removed. The dhparam, dsaparam, dsa and gendsa commands are deprecated but still exist without NO_DEPRECATED defined. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10977)
Diffstat (limited to 'doc/man1/openssl-dsa.pod.in')
-rw-r--r--doc/man1/openssl-dsa.pod.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/man1/openssl-dsa.pod.in b/doc/man1/openssl-dsa.pod.in
index 548d36874f..4ba948a41b 100644
--- a/doc/man1/openssl-dsa.pod.in
+++ b/doc/man1/openssl-dsa.pod.in
@@ -42,6 +42,9 @@ B<openssl> B<dsa>
=head1 DESCRIPTION
+This command has been deprecated.
+The L<openssl-pkey(1)> command should be used instead.
+
This command processes DSA keys. They can be converted between various
forms and their components printed out. B<Note> This command uses the
traditional SSLeay compatible format for private key encryption: newer
@@ -147,11 +150,16 @@ To just output the public part of a private key:
=head1 SEE ALSO
L<openssl(1)>,
+L<openssl-pkey(1)>,
L<openssl-dsaparam(1)>,
L<openssl-gendsa(1)>,
L<openssl-rsa(1)>,
L<openssl-genrsa(1)>
+=head1 HISTORY
+
+This command was deprecated in OpenSSL 3.0.
+
=head1 COPYRIGHT
Copyright 2000-2019 The OpenSSL Project Authors. All Rights Reserved.