]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: compute ca-list from deduplicate ca-file
authorEmmanuel Hocdet <manu@gandi.net>
Thu, 24 Oct 2019 16:08:51 +0000 (18:08 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 28 Nov 2019 10:11:20 +0000 (11:11 +0100)
commit129d3285a5a86f383c1210314d9ce8be3eac2a49
tree7f4c1887b81d7c9221e97e4aeceb8cb24c461a55
parentd4f9a60ee2648c9552503d7742530e64d28ab027
MINOR: ssl: compute ca-list from deduplicate ca-file

ca-list can be extracted from ca-file already loaded in memory.
This patch set ca-list from deduplicated ca-file when needed
and share it in ca-file tree.

As a corollary, this will prevent file access for ca-list when
updating a certificate via CLI.
src/ssl_sock.c