]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/provider_core.c
Add a callback for providers to know about global properties changes
authorMatt Caswell <matt@openssl.org>
Fri, 7 May 2021 16:59:47 +0000 (17:59 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 20 May 2021 08:32:40 +0000 (09:32 +0100)
commit447588b69aa6ba46e61302570df9d2d2a57960ed
treec0bd727c9b2b0c43ed023bba922ffb8a30684ee8
parentad8570a8b6b4ec27e92013653d4d36b0c1b36991
Add a callback for providers to know about global properties changes

Where a child libctx is in use it needs to know what the current global
properties are.

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15242)
crypto/evp/evp_fetch.c
crypto/provider_child.c
crypto/provider_core.c
include/crypto/evp.h
include/internal/provider.h
include/openssl/core_dispatch.h