]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: Add 'ssl-provider-path' global option
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Tue, 17 May 2022 13:18:37 +0000 (15:18 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 17 May 2022 16:09:17 +0000 (18:09 +0200)
commitccc0355c413ad3bc808ee3eaf3b8e69516025cca
tree1c2ee8de390c795e7ee4bbc5b97f077b65ee41d3
parent96816b075511f730522dffc12c20793b7e4ea959
MINOR: ssl: Add 'ssl-provider-path' global option

When loading providers with 'ssl-provider' global options, this
ssl-provider-path option can be used to set the search path that is to
be used by openssl. It behaves the same way as the OPENSSL_MODULES
environment variable.
doc/configuration.txt
src/cfgparse-ssl.c