]> git.ipfire.org Git - thirdparty/openssl.git/commit
Extend the multi_resume test for simultaneous resumptions
authorMatt Caswell <matt@openssl.org>
Tue, 5 Mar 2024 15:35:51 +0000 (15:35 +0000)
committerTomas Mraz <tomas@openssl.org>
Mon, 8 Apr 2024 10:09:42 +0000 (12:09 +0200)
commit031b11a4054c972a5e2f07dfa81ce1842453253e
treeca7a3b49a9a24861246b2a39e4bc2ff86ee85913
parent5f5b9e1ca1fad0215f623b8bd4955a2e8101f306
Extend the multi_resume test for simultaneous resumptions

Test what happens if the same session gets resumed multiple times at the
same time - and one of them gets marked as not_resumable.

Related to CVE-2024-2511

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24044)
test/sslapitest.c