commit | 89d3b355ad2e0786a3f04a8d63345092809ab505 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Wed Sep 09 11:42:04 2020 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Sep 16 16:28:26 2020 +0200 |
tree | a2647f42a12da9d77be1544068b110726564d8c5 | |
parent | 3b139e540aac5e2f2801d920be1c3c757ae33a8f [diff] |
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.