commit | a17f4116d5eb6b843dcacc7ab017b60ceca1946a | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Thu Oct 10 15:16:44 2019 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Fri Oct 11 17:32:03 2019 +0200 |
tree | 821d846ac7f7515259b424ee78166469cb659140 | |
parent | 150bfa84e3940358d96775dfe2129443d0aac94c [diff] |
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.