commit | 9664f522dc27780cd53c4267cfc2c237dadb1738 | [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 | 78a18f6daeec74318ec7f2a0d5819e5f78bd1b80 [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>