]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl/cli: 'abort ssl cert' deletes an on-going transaction
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 19 Nov 2019 14:51:51 +0000 (15:51 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 19 Nov 2019 15:21:24 +0000 (16:21 +0100)
commit0bc9c8a2431ab866d8f91fa39e904fe7a204b9be
treedd732efd95408a3d1db3b95e522238306c245d9b
parentaf9990f0358eb61dbec14c171ae26829932ddf19
MINOR: ssl/cli: 'abort ssl cert' deletes an on-going transaction

This patch introduces the new CLI command 'abort ssl cert' which abort
an on-going transaction and free its content.

This command takes the name of the filename of the transaction as an
argument.
src/ssl_sock.c