summaryrefslogtreecommitdiffstats
path: root/doc/man1/openssl-dhparam.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-dhparam.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-dhparam.pod.in')
-rw-r--r--doc/man1/openssl-dhparam.pod.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/man1/openssl-dhparam.pod.in b/doc/man1/openssl-dhparam.pod.in
index 9da15f7ad2..906af1c25c 100644
--- a/doc/man1/openssl-dhparam.pod.in
+++ b/doc/man1/openssl-dhparam.pod.in
@@ -29,6 +29,9 @@ B<openssl dhparam>
=head1 DESCRIPTION
+This command has been deprecated.
+The L<openssl-pkeyparam(1)> command should be used instead.
+
This command is used to manipulate DH parameter files.
=head1 OPTIONS
@@ -125,8 +128,13 @@ There should be a way to generate and manipulate DH keys.
=head1 SEE ALSO
L<openssl(1)>,
+L<openssl-pkeyparam(1)>,
L<openssl-dsaparam(1)>
+=head1 HISTORY
+
+This command was deprecated in OpenSSL 3.0.
+
=head1 COPYRIGHT
Copyright 2000-2019 The OpenSSL Project Authors. All Rights Reserved.