]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: relax the 'ssl.default-dh-param' keyword parsing
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 14 Jun 2024 09:23:44 +0000 (11:23 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 14 Jun 2024 09:36:52 +0000 (11:36 +0200)
commit7e80af04cafb303fab4d02210c03c34e2b163e58
treea3583938fd0fda372e9bd8dce9a04d8795bc2259
parentee5aa4e5e6acf541a42c0dce739aaf6c11e75806
MINOR: ssl: relax the 'ssl.default-dh-param' keyword parsing

Some libraries are ignoring SSL_CTX_set_tmp_dh_callback(), but disabling
the 'ssl.default-dh-param' keyword when the function is not supported would
result in an error instead of silently continuing. This patch emits a
warning when the keyword is not supported instead of a loading failure.
src/cfgparse-ssl.c