]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: ssl: Fix a crash when using QUIC
authorOlivier Houchard <ohouchard@haproxy.com>
Wed, 10 Sep 2025 09:40:32 +0000 (11:40 +0200)
committerOlivier Houchard <cognet@ci0.org>
Wed, 10 Sep 2025 09:45:03 +0000 (11:45 +0200)
commit1759c972550aa3350a333ec35814443f6cf189b7
tree32036df117488574fd0cb78ffe21f606f15f1ddd
parentbe86a69fe84be78e8578d5bd9cf05855dcff02be
BUG/MEDIUM: ssl: Fix a crash when using QUIC

Commit 5ab9954faa9c815425fa39171ad33e75f4f7d56f introduced a new flag in
ssl_sock_ctx, to know that an ALPN was negociated, however, the way to
get the ssl_sock_ctx was wrong for QUIC. If we're using QUIC, get it
from the quic_conn.
This should fix crashes when attempting to use QUIC.
src/ssl_sock.c