]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: Added cert_key_and_chain struct
authoryanbzhu <yanbzhu@cisco.com>
Tue, 1 Dec 2015 20:16:07 +0000 (15:16 -0500)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Dec 2015 10:22:29 +0000 (11:22 +0100)
commit488a4d2e753150f3384df51354a7b662fc018d33
treea2e1fce150974788e23988976d2a91890dbbdcf2
parent7ece096767d329d0ea04b70a1fb2c8b8a96b47e0
MINOR: ssl: Added cert_key_and_chain struct

Added cert_key_and_chain struct to ssl. This struct will store the
contents of a crt path (from the config file) into memory. This will
allow us to use the data stored in memory instead of reading the file
multiple times.

This will be used to support a later commit to load multiple pkeys/certs
into a single SSL_CTX
src/ssl_sock.c