]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add tracking of receive credit for unvalidated connections
authorNeil Horman <nhorman@openssl.org>
Mon, 9 Dec 2024 15:21:54 +0000 (10:21 -0500)
committerNeil Horman <nhorman@openssl.org>
Sat, 11 Jan 2025 21:02:29 +0000 (16:02 -0500)
commit20578d268ef787b4b27b9feaf2a5e6e84f1bb422
tree5c58f69727720d65291a820757c42725fff3c837
parentb5cd576ef27e6b9c0b346d3df7ba55ece876658a
Add tracking of receive credit for unvalidated connections

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26178)
demos/guide/quic-hq-interop-server.c
include/internal/quic_txp.h
ssl/quic/quic_channel.c
ssl/quic/quic_impl.c
ssl/quic/quic_port.c
ssl/quic/quic_rx_depack.c
ssl/quic/quic_txp.c
test/quic_txp_test.c