MINOR: ssl: Allow duplicated entries in the cafile_tree
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Fri, 19 Feb 2021 14:06:28 +0000 (15:06 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 17 May 2021 08:50:24 +0000 (10:50 +0200)
commit9f0c9360573bcd9f3c249fb91c42a8f06b091d7c
tree6063043cc8c1faed1306e6f5465662a41fd6de6a
parentaf8820a9a51ee60df62c29c62b8ec952aa43aa83
MINOR: ssl: Allow duplicated entries in the cafile_tree

In order to ease ca-file hot update via the CLI, the ca-file tree will
need to allow duplicate entries for a given path. This patch simply
enables it and offers a way to select either the oldest entry or the
latest entry in the tree for a given path.
src/ssl_ckch.c