]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add QUIC stateless reset test
authorNeil Horman <nhorman@openssl.org>
Tue, 23 Jan 2024 14:49:27 +0000 (09:49 -0500)
committerNeil Horman <nhorman@openssl.org>
Wed, 31 Jan 2024 13:45:56 +0000 (08:45 -0500)
commit69055b2ceca9e86e536ab17c862e46734c1a61de
treeb9ee42e0daab609cc6fba11d45919ccbde8ba67e
parent5a25177d1b07ef6e754fec1747b57ee90ab1e028
Add QUIC stateless reset test

QUIC supports the concept of stateless reset, in which a specially
crafted frame is sent to a client informing it that the QUIC state
information is no longer available, and the connection should be closed
immediately.  Test for proper client support here

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23384)
test/quic_multistream_test.c