[Skiboot] [PATCH 5/7] crypto: add out-of-tree mbedtls pkcs7 parser
Stewart Smith
stewart at flamingspork.com
Thu Dec 5 02:59:48 AEDT 2019
On Tue, Dec 3, 2019, at 4:06 PM, Eric Richter wrote:
> From: Nayna Jain <nayna at linux.ibm.com>
>
> This patch adds a pkcs7 parser for mbedtls that hasn't yet
> gone upstream. Once/if that implementation is accepted,
> this patch can be removed.
>
> Signed-off-by: Eric Richter <erichte at linux.ibm.com>
> ---
> libstb/crypto/Makefile.inc | 4 +-
> libstb/crypto/pkcs7/Makefile.inc | 10 +
> libstb/crypto/pkcs7/pkcs7.c | 476 +++++++++++++++++++++++++++++++
> libstb/crypto/pkcs7/pkcs7.h | 176 ++++++++++++
> 4 files changed, 665 insertions(+), 1 deletion(-)
> create mode 100644 libstb/crypto/pkcs7/Makefile.inc
> create mode 100644 libstb/crypto/pkcs7/pkcs7.c
> create mode 100644 libstb/crypto/pkcs7/pkcs7.h
What's the testing story for this code?
More information about the Skiboot
mailing list