MINOR: ssl: add a list of bind_conf in struct crtlist
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 25 Mar 2020 14:10:49 +0000 (15:10 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 31 Mar 2020 10:32:17 +0000 (12:32 +0200)
commit79d31ec0d400693c21c1bfba838ac23bf8a300e4
tree6b7ebf87c505c8163169bab6211b1de6c18e50f2
parent638f6ad0339b66434a0b1ecf5c7c29da163e1ec9
MINOR: ssl: add a list of bind_conf in struct crtlist

In order to be able to add new certificate in a crt-list, we need the
list of bind_conf that uses this crt-list so we can create a ckch_inst
for each of them.
include/types/ssl_sock.h
src/ssl_sock.c