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)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 18 Mar 2025 14:43:15 +0000 (15:43 +0100)
commit22eeb2df769c035659a7508c7c78ef451715d0c7
tree4fb18075257a3b4498b2eedc18fc922b1d387682
parent3e1cfa5b8d3010f1bca613ba8be31ed7e6ccdcd3
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>
(cherry picked from commit d114a5cf61696bf0f3dde91bdf5b9cc1f80c6256)
Signed-off-by: Amaury Denoyelle <adenoyelle@haproxy.com>
src/ssl_crtlist.c