MINOR: ssl/cli: Add ha_(warning|alert) msgs to CLI ckch callback
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 5 Dec 2023 14:11:33 +0000 (15:11 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 6 Dec 2023 15:12:08 +0000 (16:12 +0100)
commit456ba6e95f094c084c2513a594e59670b5eac2d5
treef13c3beb1518d3deb4190464c738b9195a7fcb45
parent7dab3e8266b8de8604dbae0a90eade85c5c0e3f1
MINOR: ssl/cli: Add ha_(warning|alert) msgs to CLI ckch callback

This patch allows cli_io_handler_commit_cert() callback called upon
a "commit ssl cert ..." command to prefix the messages returned by the CLI
to the by the ones built by ha_warining(), ha_alert().

Should be interesting to backport this commit to 2.8.
src/ssl_ckch.c