]> git.kaiwu.me - haproxy.git/commit
MINOR: ssl: Add 'ssl-propquery' global option
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Mon, 16 May 2022 14:24:32 +0000 (16:24 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 17 May 2022 08:56:05 +0000 (10:56 +0200)
commite80976526c1e738795e60e381f4b978c3d24b382
tree339cc2d619a0145b4e468dadfe6803787f787667
parent5194446b7607f0cc057bbd268ce2979059dd9625
MINOR: ssl: Add 'ssl-propquery' global option

This option can be used to define a default property query used when
fetching algorithms in OpenSSL providers. It follows the format
described in https://www.openssl.org/docs/man3.0/man7/property.html.
It is only available when haproxy is built with SSL support and linked
to OpenSSLv3 libraries.
doc/configuration.txt
src/cfgparse-ssl.c