]> git.ipfire.org Git - thirdparty/openssl.git/commit
Only associate a provider with a store once it has been added to it
authorMatt Caswell <matt@openssl.org>
Mon, 21 Jun 2021 11:13:31 +0000 (12:13 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 24 Jun 2021 13:48:15 +0000 (14:48 +0100)
commitb91687c567abdd37cc1920be543eb1961a7351b4
tree91af3e8cffea89e7439cdfcf9a9118c4b6476cba
parent814c2018e11c99aeb3d84e0fee2b3943ff4039c8
Only associate a provider with a store once it has been added to it

This means we can distinguish providers that have been added to the
store, and those which haven't yet been.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15854)
crypto/provider_core.c