]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a test for CVE-2023-3446
authorMatt Caswell <matt@openssl.org>
Fri, 7 Jul 2023 13:39:48 +0000 (14:39 +0100)
committerTomas Mraz <tomas@openssl.org>
Wed, 19 Jul 2023 09:20:04 +0000 (11:20 +0200)
commitede782b4c8868d1f09c9cd237f82b6f35b7dba8b
treeb68c94e8c624813b6069a3009807183fb2867582
parent9e0094e2aa1b3428a12d5095132f133c078d3c3d
Add a test for CVE-2023-3446

Confirm that the only errors DH_check() finds with DH parameters with an
excessively long modulus is that the modulus is too large. We should not
be performing time consuming checks using that modulus.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21451)
test/dhtest.c