]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: ssl/crt-list: warn on negative filters only
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 4 Apr 2025 16:00:46 +0000 (18:00 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 4 Apr 2025 16:18:44 +0000 (18:18 +0200)
commitab4cd49c042ac1b3aeeef252fdae72213a6df3d2
tree4595ff6354a9f1353ffe344a18f0e9a7cf90d896
parenta9ae6b516decf82186fdc715d9931d19d76db084
MEDIUM: ssl/crt-list: warn on negative filters only

negative SNI filters on crt-list lines only have a meaning when they
match a positive wildcard filter. This patch adds a warning which
is emitted when trying to use negative filters without any wildcard on
the same line.

This was discovered in ticket #2900.
src/ssl_sock.c