]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a test for session cache handling
authorMatt Caswell <matt@openssl.org>
Mon, 4 Mar 2024 13:45:23 +0000 (13:45 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 5 Apr 2024 07:58:40 +0000 (08:58 +0100)
commit5f5b9e1ca1fad0215f623b8bd4955a2e8101f306
treec4945b2f539cbc202497dc020ea6074a4640c6b1
parent7764e3d81fea50f145a48929354a49701be9f7a9
Add a test for session cache handling

Repeatedly create sessions to be added to the cache and ensure we never
exceed the expected size.

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