]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: ssl: fix missing error loading a keytype cert from a bundle.
authorEmeric Brun <ebrun@haproxy.com>
Thu, 16 Aug 2018 13:11:12 +0000 (15:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 16 Aug 2018 17:36:06 +0000 (19:36 +0200)
commiteb155b6ca6c1a8aaffa30285d453909b97979f5f
tree5e26efd8a5607dbf8c1f28cc17801e4a8c3559bf
parentfde2a09a15408311d42574cc7196659e26f26d75
BUG/MEDIUM: ssl: fix missing error loading a keytype cert from a bundle.

If there was an issue loading a keytype's part of a bundle, the bundle
was implicitly ignored without errors.

This patch should be backported in 1.8 (and perhaps 1.7)
src/ssl_sock.c