]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic-be: Missing callbacks initializations (USE_QUIC_OPENSSL_COMPAT)
authorFrederic Lecaille <flecaille@haproxy.com>
Wed, 28 May 2025 13:58:44 +0000 (15:58 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 11 Jun 2025 16:37:34 +0000 (18:37 +0200)
commitd1cd0bb9877c92a1a48bed75707bdaf9e82df7e9
tree8ba58c1a62ffb8441823ec55cd57644796d413fa
parentfc90964b55fd6e3e2f616f673e88f68f042a45a9
MINOR: quic-be: Missing callbacks initializations (USE_QUIC_OPENSSL_COMPAT)

quic_tls_compat_init() function is called from OpenSSL QUIC compatibility module
(USE_QUIC_OPENSSL_COMPAT) to initialize the keylog callback and the callback
which stores the QUIC transport parameters as a TLS extensions into the stack.
These callbacks must also be initialized for QUIC backends.
src/quic_openssl_compat.c
src/quic_ssl.c