openssl/providers/implementations/storemgmt
Richard Levitte 0550cdeb80 PROV & STORE: Don't decode keys in the 'file:' store loader
This makes the 'file:' store loader only read the file, and only decode
down to a base level binary format, and simply pass that blob of data
back to the OSSL_FUNC_store_load() object callback.

This offloads the decoding into specific OpenSSL types to libcrypto,
which takes away the issue of origins, which provider is it that holds
the key (or other future types of objects).

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15981)
2021-07-03 19:44:15 +02:00
..
build.info
file_store_der2obj.c PROV: drop get_params() and gettable_params() from all decoder implementations 2021-06-05 20:30:35 +10:00
file_store_local.h
file_store.c PROV & STORE: Don't decode keys in the 'file:' store loader 2021-07-03 19:44:15 +02:00