]> 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)
committerTomas Mraz <tomas@openssl.org>
Wed, 14 Feb 2024 17:04:31 +0000 (18:04 +0100)
commit09a50376fba61c3d9287aac1f8880f1ec6b6ca0a
treee02cd50d5d27bf67b744f713bf49abcca594762e
parent81619f36bd84a375db8de4b185e09aebd3d6a029
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/23559)
test/quic_multistream_test.c