mbox series

[v4,0/1] rsa: adds rsa3072 algorithm

Message ID 20220119082323.4567-1-jamin_lin@aspeedtech.com
Headers show
Series rsa: adds rsa3072 algorithm | expand

Message

Jamin Lin Jan. 19, 2022, 8:23 a.m. UTC
Add to support rsa 3072 bits algorithm in tools
for make-image signing at host side and add rsa 3072
bits verification in the image binary.

v4:
 - Fix vboot test failed for sha384 with rsa3072
v3:
 - Fix typo
 - Add test case in vboot for rsa3072 testing
v2:
 - update to send a single patch

Jamin Lin (1):
  rsa: adds rsa3072 algorithm

 configs/sandbox_defconfig                   |  1 +
 include/u-boot/rsa.h                        |  1 +
 lib/rsa/rsa-verify.c                        |  6 +++
 test/py/tests/test_vboot.py                 | 12 +++++-
 test/py/tests/vboot/sign-configs-sha384.its | 45 +++++++++++++++++++++
 test/py/tests/vboot/sign-images-sha384.its  | 42 +++++++++++++++++++
 tools/image-sig-host.c                      |  7 ++++
 7 files changed, 112 insertions(+), 2 deletions(-)
 create mode 100644 test/py/tests/vboot/sign-configs-sha384.its
 create mode 100644 test/py/tests/vboot/sign-images-sha384.its