]> git.ipfire.org Git - thirdparty/openssl.git/commit
QUIC: Prevent incoming oversize tokens
authorHugo Landau <hlandau@openssl.org>
Thu, 19 Oct 2023 08:27:11 +0000 (09:27 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 20 Oct 2023 15:31:40 +0000 (16:31 +0100)
commit461d41174b33e365677d21bf176d6959b15c2468
treea718edd67929f9ca0c541b44192abc023acecbfa
parent21f7a09ca256eee0ccc9a8fc498e8427469ab506
QUIC: Prevent incoming oversize tokens

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22436)
include/internal/quic_txp.h
ssl/quic/quic_channel.c
ssl/quic/quic_txp.c
test/quic_multistream_test.c
test/quic_txp_test.c