From: Rich Salz Date: Mon, 26 Apr 2021 21:27:32 +0000 (-0400) Subject: Note that dhparam does support X9.42 X-Git-Tag: openssl-3.0.0-alpha16~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1127754e4877b2a4bd53112de115041d1952fa12;p=thirdparty%2Fopenssl.git Note that dhparam does support X9.42 Fix other wording, too. Fixes: #13151 Reviewed-by: Shane Lontis Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/15038) --- diff --git a/doc/man1/openssl-dhparam.pod.in b/doc/man1/openssl-dhparam.pod.in index eee69a69de5..7bbd04ba5d3 100644 --- a/doc/man1/openssl-dhparam.pod.in +++ b/doc/man1/openssl-dhparam.pod.in @@ -30,6 +30,10 @@ B This command is used to manipulate DH parameter files. +See L for examples on how to generate +a key using a named safe prime group without generating intermediate +parameters. + =head1 OPTIONS =over 4 @@ -109,20 +113,12 @@ This option prints out the DH parameters in human readable form. This command replaces the B and B commands of previous releases. -OpenSSL currently only supports the older PKCS#3 DH, not the newer X9.42 -DH. - -This command manipulates DH parameters not keys. - -=head1 BUGS - -There should be a way to generate and manipulate DH keys. - =head1 SEE ALSO L, L, -L +L, +L. =head1 HISTORY