]> 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:38:39 +0000 (18:38 +0200)
commit91a77cbf66c575345cf1eab31717e8edafcd1633
tree4a8632d21110826f49449b593b8fe092df5b02b3
parentbc9595963a45e28e6a8b2de45a6719c252bd3a3d
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)
test/build.info
test/pathed.cnf [new file with mode: 0644]
test/prov_config_test.c
test/recipes/30-test_prov_config.t