MINOR: ssl: Add "abort ssl crl-file" CLI command
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Tue, 20 Apr 2021 15:42:02 +0000 (17:42 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 17 May 2021 08:50:24 +0000 (10:50 +0200)
commiteef8e7b8bc267869fbf6d1734a96c16a3d5f9487
treec0228ee9d4e7e0f30b0949aeb47ecc861d919229
parent720e3b9f3375f32b5dadc127dcd9a4caa683630b
MINOR: ssl: Add "abort ssl crl-file" CLI command

The "abort" command aborts an ongoing transaction started by a "set ssl
crl-file" command. Since the updated CRL file data is not pushed into
the CA file tree until a "commit ssl crl-file" call is performed, the
abort command simply deleted the new cafile_entry (storing the new CRL
file data) stored in the transaction.
src/ssl_ckch.c