]> git.ipfire.org Git - thirdparty/openssl.git/commit
Use correctly formatted ALPN data in tserver
authorMatt Caswell <matt@openssl.org>
Fri, 31 May 2024 10:22:13 +0000 (11:22 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 27 Jun 2024 09:30:51 +0000 (10:30 +0100)
commitfc8ff75814767d6c55ea78d05adc72cd346d0f0a
tree173ee5d7999479eef346b6eea399d3ad04e57ee3
parentc6e1ea223510bb7104bf0c41c0c45eda5a16b718
Use correctly formatted ALPN data in tserver

The QUIC test server was using incorrectly formatted ALPN data. With the
previous implementation of SSL_select_next_proto this went unnoticed. With
the new stricter implemenation it was failing.

Follow on from CVE-2024-5535

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24716)
ssl/quic/quic_tserver.c