]> 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)
committerTomas Mraz <tomas@openssl.org>
Mon, 8 Apr 2024 10:06:04 +0000 (12:06 +0200)
commit0447cd690f86ce52ff760d55d6064ea0d08656bf
treedc59330757833bce3bd11e3187999142f994fb41
parente7f1afe4f7e799394684ce86bd98f2445031eb7f
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/24042)
test/sslapitest.c