BUG/MEDIUM: ssl/crt-list: bundle support broken in crt-list
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 20 Nov 2020 13:23:38 +0000 (14:23 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 24 Nov 2020 13:39:12 +0000 (14:39 +0100)
commitd33241508bfa744c58055c30c8792f40a0557979
treeaae85d5f94ba50fe942572403b51d069b5e66949
parent32ccee1b16269fad3a47a0c1d5eeba983e5251c2
BUG/MEDIUM: ssl/crt-list: bundle support broken in crt-list

In issue #970 it was reported that the bundle loading does not work
anymore with crt-list.

This bug was introduced by 47da821 ("MEDIUM: ssl: emulates the
multi-cert bundles in the crtlist") which incorrectly uses "path"
instead of "crt_path" in the name resolution.

Must be backported to 2.3.

(cherry picked from commit 86c2dd60f1a0b8332a6ffc6e95dca27470fe44f7)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
src/ssl_crtlist.c