]> 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:36 +0000 (11:05 -0500)
commita08e59faeeaaeee7a4322462e7b3ee1d153ba1d8
tree0f83dd24add079bccbc11c86233b8a48c32a9bef
parent7d0280a1984640d124bcfde74f044dd2841a51b9
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