commit | 2a4b0d5890deb0c973f8db7bb03adad96aff1050 | [log] [tgz] |
---|---|---|
author | Jamin Lin <jamin_lin@aspeedtech.com> | Wed Jan 19 16:23:21 2022 +0800 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 28 17:58:41 2022 -0500 |
tree | 22f3c65ca8413a2ab750c948cd6c18a9b34633c8 | |
parent | 05ec899140d2f602544f9ec6aa753ab36feff0b0 [diff] |
rsa: adds rsa3072 algorithm Add to support rsa 3072 bits algorithm in tools for image sign at host side and adds rsa 3072 bits verification in the image binary. Add test case in vboot for sha384 with rsa3072 algorithm testing. Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com> Reviewed-by: Simon Glass <sjg@chromium.org>