]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix winstore provider to work with recent decoder changes
authorNeil Horman <nhorman@openssl.org>
Mon, 14 Apr 2025 15:03:02 +0000 (11:03 -0400)
committerMatt Caswell <matt@openssl.org>
Wed, 16 Apr 2025 08:42:16 +0000 (09:42 +0100)
commit8419baf31222c5f439b09ceb41f7a6e1916eab3b
tree35997b40210a4ca476833fad29ba5d14724600bf
parenta0ff819e537854e7e96d26a0deb56d703006b40f
Fix winstore provider to work with recent decoder changes

Changes made recently in commit 31b5f3f made changes to how a default
decoder was created, in which ossl_decoder_instance_new() started
returning null.  Other storemgmt providers were updated to start using
ossl_decoder_instance_new_forprov, but the winstore manager seems to
have got missed.  Fix it up properly

Fixes #27355

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27384)
providers/implementations/storemgmt/winstore_store.c