]> 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:10:40 +0000 (12:10 +0200)
commitc1e462ee4bd61867ee391fc13110ca41e4889535
tree87424b8f11061f6b3b15e59e7d119bf83b8acf20
parent2af85c2b8fd6799924a56eb5907cc6110b450467
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)

(cherry picked from commit 031b11a4054c972a5e2f07dfa81ce1842453253e)
test/sslapitest.c