]> 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>
Wed, 29 Nov 2023 11:30:07 +0000 (11:30 +0000)
commita9c97da4910648790387d035afb12963158778fb
tree2184669c752ddd7d1518df0c5447a961ca3d2d31
parenteadebcc863f8ff4c7bfa140dc9fdf8c2d21b899d
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).
test/sslapitest.c