]> 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:20:17 +0000 (18:20 +0100)
commitb3bb214720f20f3b126ae4b9c330e9a48b835415
treea079d4bb58b116dfc0a339a34decb3ffb3f451cc
parentf6097c7c5da84a6bd354c57fd6e0ffb2b549f30d
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)
crypto/core_fetch.c