]> git.ipfire.org Git - thirdparty/openssl.git/commit
quic conformance: 10.2.1 rate limiting
authorPauli <pauli@openssl.org>
Tue, 18 Jul 2023 01:37:14 +0000 (11:37 +1000)
committerPauli <pauli@openssl.org>
Fri, 4 Aug 2023 01:55:45 +0000 (11:55 +1000)
commit50e76846bf2d431d431b0b026f63d0b708d6e960
tree687511250ca436324270cb79e682ad029362cb8c
parentafe4a7978d2cff7852b46e8f23218ec6c41b8bf0
quic conformance: 10.2.1 rate limiting

Implement the two requirements about limiting closing transmission size to
no more than thrice the received size.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21429)
include/internal/quic_txp.h
ssl/quic/quic_channel.c
ssl/quic/quic_channel_local.h
ssl/quic/quic_txp.c