]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add test for OSSL_PROVIDER_load with module path set
authorNeil Horman <nhorman@openssl.org>
Wed, 3 Apr 2024 19:18:33 +0000 (15:18 -0400)
committerTomas Mraz <tomas@openssl.org>
Thu, 18 Apr 2024 16:39:48 +0000 (18:39 +0200)
commita15b30ec0bd7bcc9503ef1d201fdbc55332bf80e
treec49bb793def290d290b24e4a467c022b2c13fb9d
parentbad44bae8b9e7e853db96c6785633b21bf4e3e83
Add test for OSSL_PROVIDER_load with module path set

Ensure that, with the modulepath setting set in a config field, that we
are able to load a provider from the path relative to OPENSSL_MODULES

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24025)

(cherry picked from commit 91a77cbf66c575345cf1eab31717e8edafcd1633)
test/build.info
test/pathed.cnf [new file with mode: 0644]
test/prov_config_test.c
test/recipes/30-test_prov_config.t