MEDIUM: ssl: remove bundle support in crt-list and directories
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 9 Sep 2020 09:42:04 +0000 (11:42 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 16 Sep 2020 14:28:26 +0000 (16:28 +0200)
commit89d3b355ad2e0786a3f04a8d63345092809ab505
treea2647f42a12da9d77be1544068b110726564d8c5
parent3b139e540aac5e2f2801d920be1c3c757ae33a8f
MEDIUM: ssl: remove bundle support in crt-list and directories

The multi-cert certificates bundle is the former way, implemented with
openssl 1.0.2, of doing multi-certificate (RSA, ECDSA and DSA) for the
same SNI host. Remove this support temporarely so it is replaced by
the loading of each certificate in a separate SSL_CTX.
src/ssl_crtlist.c