BUG/MINOR: ssl/cli: "show ssl crt-list" lacks client-sigals
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 12 Feb 2025 16:09:21 +0000 (17:09 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 19 Feb 2025 09:34:26 +0000 (10:34 +0100)
commitd114a5cf61696bf0f3dde91bdf5b9cc1f80c6256
tree6a65754d0504a5411327bebb83b944c6b1eaf279
parent12b7be07d9437639ee503873647cbf85d635dad4
BUG/MINOR: ssl/cli: "show ssl crt-list" lacks client-sigals

b6ae2aafde43 ("MINOR: ssl: allow to change the signature algorithm for
client authentication") implemented the client-sigals keyword in the
crt-list but never the dump of the keyword over the CLI.

Must be backported as far as 2.8.

(cherry picked from commit 037d2e5498917d2323a9ad748b9d97aaa688f351)
Signed-off-by: Willy Tarreau <w@1wt.eu>
src/ssl_crtlist.c