summaryrefslogtreecommitdiffstats
path: root/doc/man1/openssl-dhparam.pod.in
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2019-10-24 16:40:11 -0400
committerTomas Mraz <tmraz@fedoraproject.org>2020-01-22 18:06:49 +0100
commitfadb57e554cb0b9b7678902a3572740f31bcc279 (patch)
tree9f46c05cf0fd4f5fa18c8204c0a9607eb4314b5a /doc/man1/openssl-dhparam.pod.in
parent2280685883f7c19a07a55bcc3ddcd11b6cd82056 (diff)
Fix some missing doc links.
Replace "=for openssl foreign manuals" with simpler syntax, it looks like the "=for openssl ifdef" construct. Fix some broken L<> links; add some missing foreign references and fixed some typo's. The WARNINGS in dhparam referred to non-existant commands so reword it. Fixes #10109 Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/10256)
Diffstat (limited to 'doc/man1/openssl-dhparam.pod.in')
-rw-r--r--doc/man1/openssl-dhparam.pod.in12
1 files changed, 4 insertions, 8 deletions
diff --git a/doc/man1/openssl-dhparam.pod.in b/doc/man1/openssl-dhparam.pod.in
index e125330b36..9da15f7ad2 100644
--- a/doc/man1/openssl-dhparam.pod.in
+++ b/doc/man1/openssl-dhparam.pod.in
@@ -108,19 +108,15 @@ be loaded by calling the get_dhNNNN() function.
=back
-=head1 WARNINGS
-
-This command combines the functionality of the L<openssl-dh(1)> and the
-L<openssl-gendh(1)> commands in previous OpenSSL versions.
-The L<openssl-dh(1)> and L<openssl-gendh(1)> commands are retained for now but
-may have different purposes in future versions of OpenSSL.
-
=head1 NOTES
+This command replaces the B<dh> and B<gendh> commands of previous
+releases.
+
OpenSSL currently only supports the older PKCS#3 DH, not the newer X9.42
DH.
-This program manipulates DH parameters not keys.
+This command manipulates DH parameters not keys.
=head1 BUGS