]> 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:49 +0000 (18:24 +0100)
commit9499fb28072c144d4c154e09a58ba5a5c3676a00
treefe423d495958decc02bb219738960da483802309
parentcc6b3cd887f7cdd43949b2838fe26d049c88a62f
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