diff options
author | Pauli <paul.dale@oracle.com> | 2020-04-20 09:22:41 +0200 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2020-05-09 01:44:20 +0200 |
commit | 8c30dfee3ea038b71f339f193331ed6ac11e3055 (patch) | |
tree | cac21e8199e8648824ed10f845485df935da43bf /doc/man1/openssl-dhparam.pod.in | |
parent | Fix PEM certificate loading that sometimes fails (diff) | |
download | openssl-8c30dfee3ea038b71f339f193331ed6ac11e3055.tar.xz openssl-8c30dfee3ea038b71f339f193331ed6ac11e3055.zip |
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.in | 7 |
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 |