]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: directories are loaded like crt-list
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 6 Mar 2020 21:26:32 +0000 (22:26 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 16 Mar 2020 15:23:44 +0000 (16:23 +0100)
commit6be66ec7a9b9774c1aa9f07f9808806b60ca353c
treecdd0df316e424cec0b99fa8f597b529781be9a20
parent2954c478ebab019b814b97cbaec4653af7f03f34
MINOR: ssl: directories are loaded like crt-list

Generate a directory cache with the crtlist and crtlist_entry structures.

With this new model, directories are a special case of the crt-lists.
A directory is a crt-list which allows only one occurence of each file,
without SSL configuration (ssl_bind_conf) and without filters.
src/ssl_sock.c