]> git.ipfire.org Git - thirdparty/openssl.git/commit
Ensure mirroring of properties works for subsequent updates
authorMatt Caswell <matt@openssl.org>
Tue, 11 May 2021 15:50:27 +0000 (16:50 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 20 May 2021 08:35:41 +0000 (09:35 +0100)
commitb1c053acdaaee5e653949932f9999370edfc64db
tree7415bb7e2ab85cddc2f4e88c36d6924954908584
parent366bf9aedbbf719097a891dbf675f46dab8c9276
Ensure mirroring of properties works for subsequent updates

If the global properties are updated after a provider with a child libctx
has already started we need to make sure those updates are mirrored in
that child.

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15242)
crypto/evp/evp_cnf.c
crypto/evp/evp_fetch.c
crypto/property/property.c
crypto/provider_child.c
include/internal/property.h
test/p_test.c
test/provider_test.c