OSSL_STORE: Make the 'file' scheme loader handle MSBLOB and PVK files
authorRichard Levitte <levitte@openssl.org>
Fri, 12 Oct 2018 14:56:44 +0000 (16:56 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 13 May 2020 16:51:15 +0000 (18:51 +0200)
commitf55838f34dd5c65420662f7eacf6c6ffd7f261a2
treed6b825c43e806c1ed7d6c6d17ce00637baa14572
parentbac4bffbfbfaf2d16d248e8bc32023d1d2d48d10
OSSL_STORE: Make the 'file' scheme loader handle MSBLOB and PVK files

This involves exposing two pvkfmt.c functions, but only internally.

Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/11756)
crypto/err/openssl.txt
crypto/include/internal/pem_int.h [new file with mode: 0644]
crypto/pem/pvkfmt.c
crypto/store/loader_file.c