]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: merge ssl_sock_load_cert_file() and ssl_sock_load_cert_chain_file()
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 15 May 2019 13:33:54 +0000 (15:33 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 29 Jul 2019 13:28:46 +0000 (15:28 +0200)
commitc940207d39aec21c458a14a6a0964eeb5097e807
tree1e48e0a183160e93d64b60ffe0ebf76c10545833
parent61ed7797f6440ee1102576365553650b1982a233
MINOR: ssl: merge ssl_sock_load_cert_file() and ssl_sock_load_cert_chain_file()

This commit merges the function ssl_sock_load_cert_file() and
ssl_sock_load_cert_chain_file().

The goal is to refactor the SSL code and use the cert_key_and_chain
struct to load everything.
src/ssl_sock.c