]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/quic/quic_channel.c
QUIC TLS: Ensure QUIC_TLS is ticked between each processed RX packet
authorHugo Landau <hlandau@openssl.org>
Fri, 20 Oct 2023 15:52:40 +0000 (16:52 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 25 Oct 2023 10:14:23 +0000 (11:14 +0100)
commit82b7a0eee90e3280bd0e2dd4a9812b3873a7f462
tree7630a4484a7818a45a212ffaa1d8500ba4907059
parent3860ef2ae69ad9187acc17e0d1c78261dbc63125
QUIC TLS: Ensure QUIC_TLS is ticked between each processed RX packet

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22476)
ssl/quic/quic_channel.c
ssl/quic/quic_channel_local.h
ssl/quic/quic_rx_depack.c
test/quicapitest.c