]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add test for SSL_stream_reset
authorNeil Horman <nhorman@openssl.org>
Fri, 8 Nov 2024 14:49:46 +0000 (09:49 -0500)
committerNeil Horman <nhorman@openssl.org>
Wed, 13 Nov 2024 16:05:54 +0000 (11:05 -0500)
commit41018e118a68f86b9b79483785a8ef4e94e25828
treef2269e1c750058d30ac4ea9823923c1c54716e25
parente989f93d76d5235b47d4e9d4a44c5939b3ebbfd4
Add test for SSL_stream_reset

Add a test to the quic_multistream test suite to reset a stream after
all data has been received by a given stream, ensuring that we don't
crash in the reset operation

Fixes #25410

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25910)

(cherry picked from commit 15c6580a76814fb67bff07b9247bb97d40240011)
test/quic_multistream_test.c