]> git.feebdaed.xyz Git - 0xmirror/openssl.git/commit
Add engine stubs test
authorMilan Broz <gmazyland@gmail.com>
Tue, 16 Dec 2025 10:53:27 +0000 (11:53 +0100)
committerNeil Horman <nhorman@openssl.org>
Fri, 19 Dec 2025 14:03:42 +0000 (09:03 -0500)
commit706606c00870dc89d969464e921c24a6587c5b0e
tree4f4ac61b7181b20b39f6829fcb881debf54e2de4
parent9ce72b90eb7f0d30fc56f89f1c9432386ca84d9c
Add engine stubs test

This test tries to use all stub macros and compare return values
to verify that OPENSSL_ENGINE_STUBS define works.

Fixes openssl/project#1762

Signed-off-by: Milan Broz <gmazyland@gmail.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Norbert Pocs <norbertp@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29414)
test/build.info
test/engine_stubs_test.c [new file with mode: 0644]
test/recipes/92-test_engine_stubs.t [new file with mode: 0644]