]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a test for the various ways of setting temporary DH params
authorMatt Caswell <matt@openssl.org>
Wed, 21 Oct 2020 15:00:48 +0000 (16:00 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 18 Nov 2020 14:14:53 +0000 (14:14 +0000)
commit33c39a0659de257dde8ce28496f0ce6c16954430
treec7ed94e5f43915ef28169791b9e604335d0bd483
parent0437309fdf544492e272943e892523653df2f189
Add a test for the various ways of setting temporary DH params

We support a number of different ways of setting temporary DH params. We
should test that they all work correctly.

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