]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl/cli: add negative filters to "show ssl sni"
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 10 Dec 2024 10:19:15 +0000 (11:19 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Tue, 10 Dec 2024 10:36:50 +0000 (11:36 +0100)
commita6b3080966402123fb4dca95620aea1b40ebc2c8
tree72e7dd3a9a47ec463210c3c3295fc33b8138ebd2
parentda28cd08f53569faf1bb18ccde4a49a574680ae0
MINOR: ssl/cli: add negative filters to "show ssl sni"

The 'show ssl sni' output can be confusing when using crt-list, because
the wildcards can be completed with negative filters, and they need to
be associated to the same line.

Having a negative filter on its line alone does not make much sense,
this patch adds a new 'Negative Filter' column that show the exception
applied on a wildcard from a crt-list line.
doc/management.txt
src/ssl_ckch.c