]> git.ipfire.org Git - thirdparty/openssl.git/commit
Extend the auto DH testing to check DH sizes
authorMatt Caswell <matt@openssl.org>
Thu, 29 Oct 2020 17:18:54 +0000 (17:18 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 18 Nov 2020 14:14:54 +0000 (14:14 +0000)
commit3105d8469379642c4a0060077d460ef920c035be
tree4065497cbdd095b1070f22144493ad47ebe12a77
parentb6ae56fd2778632a45c8f8d4be2c8d62767b951a
Extend the auto DH testing to check DH sizes

Check that the size of the DH parameters we select changes according to
the size of the certificate key or symmetric cipher (if no certificate).

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13368)
test/sslapitest.c