]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: ssl/cli: 'show ssl crl-file' escape the first '*' of a filename
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 16 Dec 2024 15:46:52 +0000 (16:46 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 16 Dec 2024 15:46:52 +0000 (16:46 +0100)
commit82c83a11a1250c54f0924d365f2da7f3f6eadf78
treed6520b0960b48896646a629637545c30a406de71
parent2ba4cf541be0e7a0169c072b7250cb0b8f9de4ba
BUG/MINOR: ssl/cli: 'show ssl crl-file' escape the first '*' of a filename

When doing a 'show ssl crl-file <filename>', prefixing a filename with a '*'
allows to show the uncommited transaction asociated to this filename.

However for people using '*' as the first character of their
filename, there is no way to access this filename.

This patch fixes the problem by allowing to escape the first
character with \.

This should be backported in every stable branches.
doc/management.txt
src/ssl_ckch.c