]> git.ipfire.org Git - thirdparty/openssl.git/commit - doc/man1/openssl-dhparam.pod.in
dhparam: fix documentation
authorEmilia Kasper <emilia@openssl.org>
Wed, 13 May 2015 10:05:41 +0000 (12:05 +0200)
committerEmilia Kasper <emilia@openssl.org>
Wed, 20 May 2015 13:10:26 +0000 (15:10 +0200)
commitb5a379aae5e05d18a17e41cd7591a038e21395eb
tree2f5e2c718a10d35d64f092fccd2052a34f68578e
parent5a1d2509060da8ca99fa41135eff7bf3a193f69f
dhparam: fix documentation

The default bitlength is now 2048. Also clarify that either the number
of bits or the generator must be present:

$ openssl dhparam -2
and
$ openssl dhparam 2048
generate parameters but
$ openssl dhparam
does not.

Reviewed-by: Matt Caswell <matt@openssl.org>
doc/apps/dhparam.pod