]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add support for rstream get/release record in the QUIC TLS layer
authorMatt Caswell <matt@openssl.org>
Thu, 23 Feb 2023 16:31:49 +0000 (16:31 +0000)
committerPauli <pauli@openssl.org>
Wed, 12 Apr 2023 01:02:01 +0000 (11:02 +1000)
commit7257188b7054cf8acfc4837e38486459e0930718
treec0abc99f056e96dcc2b7123805033fbe00eda9b4
parentdfb8e185134df90fd3f21fb6ec625e7c295fdcea
Add support for rstream get/release record in the QUIC TLS layer

The QUIC TLS layer was taking an internal copy of rstream data while
reading. The QUIC rstream code has recently been extended to enable a
get/release model which avoids the need for this internal copy, so we use
that instead.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20404)
include/internal/quic_tls.h
ssl/quic/quic_channel.c
ssl/quic/quic_tls.c