commit | e146a2c12ff1e9138f564ae6815a131bd850d8ef | [log] [tgz] |
---|---|---|
author | Dhananjay Phadke <dphadke@linux.microsoft.com> | Tue Mar 15 10:19:32 2022 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 11 11:39:19 2022 -0400 |
tree | db1784dcb98974b8f70e8126c0d02e68571d41be | |
parent | 067cfc1c2ea382b0820d995f476e2a26713a3200 [diff] |
lib/crypto: support sha384/sha512 in x509/pkcs7 Set digest_size SHA384 and SHA512 algorithms in pkcs7 and x509, (not set by ported linux code, but needed by __UBOOT__ part). EFI_CAPSULE_AUTHENTICATE doesn't select these algos but required for correctness if certificates contain sha384WithRSAEncryption or sha512WithRSAEncryption OIDs. Signed-off-by: Dhananjay Phadke <dphadke@linux.microsoft.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>