]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: ssl/cli: use the list of filters in the crtlist_entry
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 8 Apr 2020 14:29:15 +0000 (16:29 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 8 Apr 2020 14:52:51 +0000 (16:52 +0200)
commitcaa161982f54435e7b8846d25c4d6e5ba6e639c4
tree16259f012ab64ce971b0d106db3130afd419434f
parent02e19a5c7b48ab7a5a3ffd69884e27408ba15a16
CLEANUP: ssl/cli: use the list of filters in the crtlist_entry

In 'commit ssl cert', instead of trying to regenerate a list of filters
from the SNIs, use the list provided by the crtlist_entry used to
generate the ckch_inst.

This list of filters doesn't need to be free'd anymore since they are
always reused from the crtlist_entry.
include/types/ssl_sock.h
src/ssl_sock.c