]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: dump the SSL string error when SSL_CTX_use_PrivateKey() failed.
authorWilliam Lallemand <wlallemand@haproxy.org>
Thu, 27 Oct 2022 12:41:07 +0000 (14:41 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 27 Oct 2022 12:50:22 +0000 (14:50 +0200)
commit5de49512520dd60ac63a9c7e4c9de11368de3527
tree49054a128ad0a85be9c9f55cabb6d154c2996089
parent7faffdc6abc662470a4706f6c5af7c9c3a8764fb
MINOR: ssl: dump the SSL string error when SSL_CTX_use_PrivateKey() failed.

Display the OpenSSL reason error string when SSL_CTX_use_PrivateKey()
failed.
src/ssl_sock.c