]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: ssl/cli: error when the ca-file is empty
authorWilliam Lallemand <wlallemand@haproxy.org>
Thu, 18 Aug 2022 13:53:02 +0000 (15:53 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 19 Aug 2022 17:56:53 +0000 (19:56 +0200)
commitec7eb59d206a2eb58b1d325483d196e8daaf9285
tree534a0dd2227cebaf676eeb923533563787f14387
parent86a53c566935c8f331a694b50a49f918364d0aa2
BUG/MINOR: ssl/cli: error when the ca-file is empty

"set ssl ca-file" does not return any error when a ca-file is empty or
only contains comments. This could be a problem is the file was
malformated and did not contain any PEM header.

It must be backported as far as 2.5.
src/ssl_ckch.c