]> git.kaiwu.me - haproxy.git/commit
MINOR: ssl: Remove calls to SSL_CTX_set_tmp_dh_callback on OpenSSLv3
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Fri, 11 Feb 2022 11:04:56 +0000 (12:04 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 14 Feb 2022 09:07:14 +0000 (10:07 +0100)
commit88c5695c6706cecf6ca91ba553b298c0563d86f6
treea35220ec01ba78585801902af10fcbd7901aab98
parentc76c3c4e59c8c0b46ef15544bdc03afcad678b22
MINOR: ssl: Remove calls to SSL_CTX_set_tmp_dh_callback on OpenSSLv3

The SSL_CTX_set_tmp_dh_callback function was marked as deprecated in
OpenSSLv3 so this patch replaces this callback mechanism by a direct set
of DH parameters during init.
src/ssl_sock.c