Disable the DHParameters config option in a no-deprecated build
authorMatt Caswell <matt@openssl.org>
Wed, 14 Oct 2020 16:13:45 +0000 (17:13 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 18 Nov 2020 14:14:52 +0000 (14:14 +0000)
commit8b7df247b7538e97133c50aaf27813d30677f729
tree554b20783f9fccbd0c24db9ebac71954e5f0c913
parent936d5657680bba3315aec6d7cdc04ea8cab9050e
Disable the DHParameters config option in a no-deprecated build

This option calls SSL_set_tmp_dh() which does not exist in a no-deprecated
build. We need to implement an alternative.

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