]> git.ipfire.org Git - thirdparty/openssl.git/commit
Take into account no_store when pushing algorithm
authorDmitry Belyavskiy <beldmit@gmail.com>
Wed, 18 Dec 2024 20:28:14 +0000 (21:28 +0100)
committerDmitry Belyavskiy <beldmit@gmail.com>
Mon, 13 Jan 2025 09:48:15 +0000 (10:48 +0100)
commit4b3b4027c61fc4bff2f7d6b9318c5ec8d996ded4
tree84f15139a5b1ed73cf4ad8d91ff8b93d1567ac33
parent2decc85cfb6b9c85229780dde6edf39c599d8882
Take into account no_store when pushing algorithm

When we put algorithm to the store, we have a fallback to the
OSSL_LIB_CTX level store when store is NULL.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(cherry picked from commit b3bb214720f20f3b126ae4b9c330e9a48b835415)

Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/26231)
crypto/core_fetch.c