]> git.ipfire.org Git - thirdparty/openssl.git/commit - test/build.info
Implement OSSL_PROVIDER_get0_default_search_path, add docs and tests.
authorPatrick Mills <patrick.mills@cerberusftp.com>
Wed, 23 Nov 2022 20:08:51 +0000 (15:08 -0500)
committerTomas Mraz <tomas@openssl.org>
Tue, 6 Dec 2022 17:24:06 +0000 (18:24 +0100)
commitd3db25f568087bc9dc89b6720f0b4213cd5585c3
tree349de5088200bde94a4b4fd450fad4f922398f96
parentf2e4629608c3a2f5d93a91ef95abc25726eec44c
Implement OSSL_PROVIDER_get0_default_search_path, add docs and tests.

Reviewed-by: Todd Short <todd.short@me.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19752)
crypto/provider_core.c
doc/man3/OSSL_PROVIDER.pod
include/openssl/provider.h
test/build.info
test/provider_default_search_path_test.c [new file with mode: 0644]
test/recipes/04-test_provider_default_search_path.t [new file with mode: 0644]
util/libcrypto.num