]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: load the ocsp in/from the ckch
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 11 Oct 2019 06:59:13 +0000 (08:59 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 11 Oct 2019 15:32:03 +0000 (17:32 +0200)
commit246c0246d35078f554ca3b35e4e3722de721395a
tree43152ec2e6a163cdafd80aaef59cc2f0e40c6e87
parenta17f4116d5eb6b843dcacc7ab017b60ceca1946a
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.
include/types/ssl_sock.h
src/ssl_sock.c