commit | 246c0246d35078f554ca3b35e4e3722de721395a | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Fri Oct 11 08:59:13 2019 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Fri Oct 11 17:32:03 2019 +0200 |
tree | 43152ec2e6a163cdafd80aaef59cc2f0e40c6e87 | |
parent | a17f4116d5eb6b843dcacc7ab017b60ceca1946a [diff] |
MINOR: ssl: load the ocsp in/from the ckch Don't try to load the files containing the issuer and the OCSP response each time we generate a SSL_CTX. The .ocsp and the .issuer are now loaded in the struct cert_key_and_chain only once and then loaded from this structure when creating a SSL_CTX.