]> git.ipfire.org Git - thirdparty/openssl.git/commit
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:01:36 +0000 (15:01 +0200)
commit3372aeed2ce056af9d577a0d79b34dd7f9b67dad
tree9aaee126688d1844383bda3cc72681ba439832fc
parent8568170d774f02880eec6cad5512f555d0c83f65
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