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 12:54:51 +0000 (14:54 +0200)
commitb32aa8e63eba643f9c510af2838f1534de70bd2e
treea9d46bfd8fbcd69a73f6200f210f90d3fba4082d
parent82697bc2b9640aaf25c4adb87f41d9c5437b87ab
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