]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl/cli: disallow SSL options for directory in 'add ssl crt-list'
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 21 Apr 2020 14:54:19 +0000 (16:54 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 21 Apr 2020 15:23:54 +0000 (17:23 +0200)
commitb74d5640430a4122fe22c816f1790745147c0a22
tree2be51445331cf288296f1584cd0b1f24a33ffb76
parent56e3120f9ee0db8de166f5e6c9cf2ce2fc4c2364
MINOR: ssl/cli: disallow SSL options for directory in 'add ssl crt-list'

Allowing the use of SSL options and filters when adding a file in a
directory is not really consistent with the reload of HAProxy. Disable
the ability to use these options if one try to use them with a directory.
src/ssl_sock.c