]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl/cli: 'del ssl crt-list' delete an entry
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 6 Apr 2020 15:43:05 +0000 (17:43 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 6 Apr 2020 17:33:28 +0000 (19:33 +0200)
commit0a9b9414f05ac55268edf0afaa054dfe2c2377d8
tree6d47778451fdf08df62fc7471f758a4ca37c7108
parent58a522227ba3697e5701e0e7c51683dc00bcc811
MINOR: ssl/cli: 'del ssl crt-list' delete an entry

Delete an entry in a crt-list, this is done by iterating over the
ckch_inst in the crtlist_entry. For each ckch_inst the bind_conf lock is
held during the deletion of the sni_ctx in the SNI trees. Everything
is free'd.

If there is several entries with the same certificate, a line number
must be provided to chose with entry delete.
doc/management.txt
src/ssl_sock.c