QUIC TXP: Don't send STREAM frames until handshake is complete
authorHugo Landau <hlandau@openssl.org>
Mon, 31 Oct 2022 17:39:45 +0000 (17:39 +0000)
committerHugo Landau <hlandau@openssl.org>
Fri, 13 Jan 2023 13:20:12 +0000 (13:20 +0000)
commitcda88bafe7532083a1e7c5bc08a9971735724c10
treef3578853a90af2d2f8ae8e8d8b1f11ac216f9586
parentdf038685644eb1bc4618f678b52fc22f0101235f
QUIC TXP: Don't send STREAM frames until handshake is complete

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