commit | a59191b8947c94105c9703e7f062093992350815 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Wed May 15 16:08:56 2019 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Mon Jul 29 15:28:46 2019 +0200 |
tree | ac9fcc9267f8b9393d75223e64b8f4f88b04c9e7 | |
parent | c940207d39aec21c458a14a6a0964eeb5097e807 [diff] |
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.