]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Initialize TLS contexts for QUIC openssl wrapper
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 7 Jun 2023 09:19:51 +0000 (11:19 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Fri, 21 Jul 2023 13:54:31 +0000 (15:54 +0200)
commit557706b34c609fa899a3f30fa6070c3a0e839acb
tree8a0bd8adb2273a0cceb1c554d61f2206490ec695
parent91f1950ed665a8f3a33adcaa0904f0fdb5b07ad1
MINOR: quic: Initialize TLS contexts for QUIC openssl wrapper

When the QUIC OpenSSL wrapper use is enabled, all the TLS contexts (SSL_CTX) must
be configured to support it. This is done calling quic_tls_compat_init() from
ssl_sock_prepare_ctx(). Note that quic_tls_compat_init() ignore the TLS context
which are not linked to non-QUIC TLS sessions/connections.

Required for the QUIC openssl wrapper support.
src/ssl_sock.c