commit | d5fd09d339dd3e86130428de142b5fc1808596ee | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Thu Mar 11 10:22:52 2021 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Mon May 17 10:50:24 2021 +0200 |
tree | 532304d06f241b0a0203ae5114658fbe2955e2d0 | |
parent | 2db6101ed79f482301005220c65221902489c8ed [diff] |
MINOR: ssl: Add "abort ssl ca-file" CLI command The "abort" command aborts an ongoing transaction started by a "set ssl ca-file" command. Since the updated CA file data is not pushed into the cafile tree until a "commit ssl ca-file" call is performed, the abort command simply clears the new cafile_entry that was stored in the cafile_transaction. This fixes a subpart of GitHub issue #1057.