summaryrefslogtreecommitdiffstats
path: root/doc/man1/openssl-dhparam.pod.in
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-04-20 17:22:41 +1000
committerPauli <paul.dale@oracle.com>2020-05-09 09:44:20 +1000
commit8c30dfee3ea038b71f339f193331ed6ac11e3055 (patch)
treecac21e8199e8648824ed10f845485df935da43bf /doc/man1/openssl-dhparam.pod.in
parent0324ffc5d5d393111288eca2c9d67f2141ed65f5 (diff)
doc: remove deprecation notes for apps that are staying.
The apps that are staying are: dhparam, dsa, dsaparam, ec, ecparam, gendsa and rsa. The rsautl app remains deprecated. The -dsaparam option to dhparam also remains deprecated. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11575)
Diffstat (limited to 'doc/man1/openssl-dhparam.pod.in')
-rw-r--r--doc/man1/openssl-dhparam.pod.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/man1/openssl-dhparam.pod.in b/doc/man1/openssl-dhparam.pod.in
index bb40149403..91883fb840 100644
--- a/doc/man1/openssl-dhparam.pod.in
+++ b/doc/man1/openssl-dhparam.pod.in
@@ -30,9 +30,6 @@ 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
@@ -62,6 +59,8 @@ as the input filename.
=item B<-dsaparam>
+This option is deprecated.
+
If this option is used, DSA rather than DH parameters are read or created;
they are converted to DH format. Otherwise, "strong" primes (such
that (p-1)/2 is also prime) will be used for DH parameter generation.
@@ -136,7 +135,7 @@ L<openssl-dsaparam(1)>
=head1 HISTORY
-This command was deprecated in OpenSSL 3.0.
+The B<-dsaparam> option was deprecated in OpenSSL 3.0.
=head1 COPYRIGHT