]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: ssl/cli: fix an error when a file is not found
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 4 Nov 2019 13:02:11 +0000 (14:02 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 4 Nov 2019 13:11:41 +0000 (14:11 +0100)
commit3246d9466a4accad62ee22e348dda709d65077af
treedd76a9021b15222424a4a2804021fe2d065377b4
parent37031b85ca83df351aede46487d93642ba5896d1
BUG/MINOR: ssl/cli: fix an error when a file is not found

When trying to update a certificate <file>.{rsa,ecdsa,dsa}, but this one
does not exist and if <file> was used as a regular file in the
configuration, the error was ambiguous. Correct it so we can return a
certificate not found error.
src/ssl_sock.c