]> git.ipfire.org Git - thirdparty/openssl.git/commit
Implementing store support for EVP_SKEY
authorDmitry Belyavskiy <beldmit@gmail.com>
Mon, 11 Aug 2025 09:55:06 +0000 (11:55 +0200)
committerNeil Horman <nhorman@openssl.org>
Wed, 10 Dec 2025 17:20:44 +0000 (12:20 -0500)
commit1b0f21f0555cfada3e789c80100df40d1c429800
tree4c45e1f1f76e955cdbf0fdceac511837257b06b3
parent1b035166bdb2d86e718ad51a55caffc8bc9504a7
Implementing store support for EVP_SKEY

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Simo Sorce <simo@redhat.com>
(Merged from https://github.com/openssl/openssl/pull/28278)
22 files changed:
apps/enc.c
apps/include/apps.h
apps/lib/apps.c
apps/storeutl.c
crypto/err/openssl.txt
crypto/store/store_err.c
crypto/store/store_lib.c
crypto/store/store_local.h
crypto/store/store_result.c
crypto/store/store_strings.c
doc/man1/openssl-enc.pod.in
doc/man1/openssl-storeutl.pod.in
doc/man3/OSSL_STORE_INFO.pod
doc/man7/ossl_store-file.pod
include/openssl/core_object.h
include/openssl/store.h
include/openssl/storeerr.h
providers/implementations/storemgmt/file_store.c
providers/implementations/storemgmt/file_store_any2obj.c
test/recipes/20-test_enc.t
test/recipes/20-test_enc_data/skeyfile.bin [new file with mode: 0644]
util/libcrypto.num