]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a test for late loading of an ENGINE in TLS
authorMatt Caswell <matt@openssl.org>
Wed, 29 Nov 2023 11:30:07 +0000 (11:30 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 12 Dec 2023 16:06:54 +0000 (16:06 +0000)
commit7765d25ffe4f2a60b2082d469dec3b40f3418024
tree0e88b1fa6588775c427eadb2ab192d9dbdc5db62
parent5cd17920167a8b4f7a81722a1ed3b514115702de
Add a test for late loading of an ENGINE in TLS

Confirm that using an ENGINE works as expected with TLS even if it is
loaded late (after construction of the SSL_CTX).

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Todd Short <todd.short@me.com>
(Merged from https://github.com/openssl/openssl/pull/22864)
test/sslapitest.c