]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: SSL CTX initialization modifications for QUIC.
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 23 Nov 2020 13:33:30 +0000 (14:33 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 23 Dec 2020 10:57:26 +0000 (11:57 +0100)
commitec216523f71fbbe8eaf5ef7f68b6781e92d79ba5
tree3198b241b77788733d5bd89862c2773b76898b14
parentf46c10cfb1dd9ee481cafb8f6c1d4a62ea173fd8
MINOR: ssl: SSL CTX initialization modifications for QUIC.

Makes TLS/TCP and QUIC share the same CTX initializer so that not to modify the
caller which is an XPRT callback used both by the QUIC xprt and the SSL xprt over
TCP.
src/ssl_sock.c