]> 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>
Fri, 20 Dec 2024 17:26:08 +0000 (18:26 +0100)
commit5549fcd4783cb6c2a7f07e74505a2eea4939e5b1
treea11fe54975b2569933545e459d21114c2b016948
parent232eaccb7734fe082ead8b0d3d0007f13e3d13a8
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>
(Merged from https://github.com/openssl/openssl/pull/26197)

(cherry picked from commit b3bb214720f20f3b126ae4b9c330e9a48b835415)
crypto/core_fetch.c