]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: add the SSL error string before the chain
authorWilliam Lallemand <wlallemand@haproxy.org>
Tue, 25 Oct 2022 13:53:01 +0000 (15:53 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 25 Oct 2022 13:53:01 +0000 (15:53 +0200)
commita538452fa4085fe71c313f3aa9a24f483cf64c9c
treeff837144d09c67cadcae7ffb3f64d33294388ed6
parentf784b90eae4c5f27fd8fa4a4ba2c72a03993ae94
MINOR: ssl: add the SSL error string before the chain

Add the SSL error string when failing to load a certificate in
ssl_sock_load_pem_into_ckch(). It's difficult to know what happen when no
 descriptive errror are emitted. This one is for the certificate before
trying to load the complete chain.
src/ssl_ckch.c