MINOR: ssl: add a list of crtlist_entry in ckch_store
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 30 Mar 2020 16:27:58 +0000 (18:27 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 31 Mar 2020 10:32:17 +0000 (12:32 +0200)
commit23d61c00b9b91cb1f41adefa3b63d2702ad3f750
tree2e19928f9a44d6c9744900a218c6981ae3cb070b
parent09bd5a07872a56678f3e152ed4d627159bb917a7
MINOR: ssl: add a list of crtlist_entry in ckch_store

When updating a ckch_store we may want to update its pointer in the
crtlist_entry which use it. To do this, we need the list of the entries
using the store.
include/types/ssl_sock.h
src/ssl_sock.c