]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: ssl: use cert_key_and_chain struct in ssl_sock_load_cert_file()
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 15 May 2019 14:08:56 +0000 (16:08 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 29 Jul 2019 13:28:46 +0000 (15:28 +0200)
commita59191b8947c94105c9703e7f062093992350815
treeac9fcc9267f8b9393d75223e64b8f4f88b04c9e7
parentc940207d39aec21c458a14a6a0964eeb5097e807
MEDIUM: ssl: use cert_key_and_chain struct in ssl_sock_load_cert_file()

This structure was only used in the case of the multi-cert bundle.

Using these primitives everywhere when we load the file are a first step
in the deduplication of the code.
src/ssl_sock.c