]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: ssl_sock_load_cert_chain() display error strings
authorWilliam Lallemand <wlallemand@haproxy.org>
Tue, 15 Nov 2022 15:56:03 +0000 (16:56 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 15 Nov 2022 15:56:03 +0000 (16:56 +0100)
commit45fed2c7a6bb762d5a52b9355cedde15d6f7cd3b
tree331650c039d05aac7fa4028d5de3f0b0b4e8897f
parent91d31c9e1c34eb760b8d1bd8e2e79ccf48096884
MINOR: ssl: ssl_sock_load_cert_chain() display error strings

Display error strings when SSL_CTX_use_certificate()  or
SSL_CTX_set1_chain() doesn't work.
src/ssl_sock.c