]> 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:52:00 +0000 (13:52 +0100)
commit0544c21a22f4d787e6f31d35e8f980402ac90a6d
tree37918ba7008ec93614534fa9ccfb8cef2eafb913
parent4238abc17d44383592f92d6254d89dac806ee76b
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)
test/helpers/ssltestlib.c
test/helpers/ssltestlib.h
test/sslapitest.c