]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a test for session cache overflow
authorMatt Caswell <matt@openssl.org>
Fri, 15 Jul 2022 12:26:33 +0000 (13:26 +0100)
committerTomas Mraz <tomas@openssl.org>
Mon, 8 Apr 2024 10:10:45 +0000 (12:10 +0200)
commitea821878c0cc04d292c1f8d1ff3c5e112da91f08
tree1f4b20d3e11259b3f61c6caa7762420d511c4c1c
parentcc9ece9118eeacccc3571c2ee852f8ba067d0607
Add a test for session cache overflow

Test sessions behave as we expect even in the case that an overflow
occurs when adding a new session into the session cache.

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 ddead0935d77ba9b771d632ace61b145d7153f18)
test/sslapitest.c