]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: load the sctl in/from the ckch
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 10 Oct 2019 13:16:44 +0000 (15:16 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 11 Oct 2019 15:32:03 +0000 (17:32 +0200)
commita17f4116d5eb6b843dcacc7ab017b60ceca1946a
tree821d846ac7f7515259b424ee78166469cb659140
parent150bfa84e3940358d96775dfe2129443d0aac94c
MINOR: ssl: load the sctl in/from the ckch

Don't try to load the file containing the sctl each time we generate a
SSL_CTX.

The .sctl is now loaded in the struct cert_key_and_chain only once and
then loaded from this structure when creating a SSL_CTX.

Note that this now make possible the use of sctl with multi-cert
bundles.
include/types/ssl_sock.h
src/ssl_sock.c