]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a test to check that child provider callbacks are working
authorMatt Caswell <matt@openssl.org>
Mon, 26 Apr 2021 15:00:04 +0000 (16:00 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 11 May 2021 13:59:43 +0000 (14:59 +0100)
commit3b85bcfa14988cb383d94e5dee16645ce1ad39ed
tree11c993c25d7bc40b4bcbe262e3acac7aa398fefe
parent7b88c184b66c0d7cfb1f76422448af6a636eea8c
Add a test to check that child provider callbacks are working

Write a test to confirm that if a provider is unloaded/loaded into a
libctx then it is similarly unloaded/loaded from any child libctxs.

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14991)
test/provider_test.c