]> git.ipfire.org Git - thirdparty/openssl.git/commit
Check the DH modulus bit length
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Fri, 6 Sep 2019 21:38:49 +0000 (23:38 +0200)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Mon, 9 Sep 2019 12:43:57 +0000 (14:43 +0200)
commitfeeb7ecd2f272e1c195e51cefc0d6b0199fef1d0
tree55d374b46d9a18051f2243f8944d20568c9cd490
parentbfed4fc8367b55e630c70cc038887ddf9b090dd6
Check the DH modulus bit length

The check was missing in DH_check and DH_check_params.

[extended tests]

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9796)
crypto/dh/dh_check.c
doc/man3/DH_generate_parameters.pod
include/openssl/dh.h
test/dhtest.c