]> git.ipfire.org Git - thirdparty/openssl.git/commit
Move the ability to load the dasync engine into ssltestlib.c
authorMatt Caswell <matt@openssl.org>
Fri, 26 Apr 2024 10:05:52 +0000 (11:05 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 28 May 2024 12:58:27 +0000 (13:58 +0100)
commit1359c00e683840154760b7ba9204bad1b13dc074
tree139d359586df461024a9bff8a49f8b76d68b696d
parent6fef334f914abfcd988e53a32d19f01d84529f74
Move the ability to load the dasync engine into ssltestlib.c

The sslapitest has a helper function to load the dasync engine which is
useful for testing pipelining. We would like to have the same facility
from sslbuffertest, so we move the function to the common location
ssltestlib.c

Follow on from CVE-2024-4741

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

(cherry picked from commit 0544c21a22f4d787e6f31d35e8f980402ac90a6d)
test/helpers/ssltestlib.c
test/helpers/ssltestlib.h
test/sslapitest.c