]> 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:24:23 +0000 (18:24 +0100)
commit862ef67cac49a7f305c1c8d4a0583a71ed3b18d7
tree205c4b23f0d2d59a22cb6cf5484801dfe5a17acb
parentea12a075d90ee399926abe9f4ea305121f9869b8
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