Test various combinations of `SSL_OP_ALLOW_NO_DHE_KEX` and `SSL_OP_PREFER_NO_DHE_KEX`
authorMarkus Minichmayr <markus@tapkey.com>
Thu, 30 Nov 2023 08:46:28 +0000 (09:46 +0100)
committerTomas Mraz <tomas@openssl.org>
Mon, 4 Dec 2023 08:47:01 +0000 (09:47 +0100)
commit715833935b27a058c6af3c0f104b4e265527ae6c
treeecb33cd35102829f4c585902eb72259cea5f6d01
parent253c5667a92efbbd1498b2f5b883da23c11b8930
Test various combinations of `SSL_OP_ALLOW_NO_DHE_KEX` and `SSL_OP_PREFER_NO_DHE_KEX`

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22883)
test/sslapitest.c