All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/1] rsa: adds rsa3072 algorithm
@ 2022-01-19  8:23 Jamin Lin
  2022-01-19  8:23 ` [PATCH v4 1/1] " Jamin Lin
  0 siblings, 1 reply; 4+ messages in thread
From: Jamin Lin @ 2022-01-19  8:23 UTC (permalink / raw)
  To: Simon Glass, Alexandru Gagniuc, Philippe Reynes, Thomas Perrot,
	Sean Anderson, open list
  Cc: troy_lee, steven_lee

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

-- 
2.17.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-01-29 18:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-19  8:23 [PATCH v4 0/1] rsa: adds rsa3072 algorithm Jamin Lin
2022-01-19  8:23 ` [PATCH v4 1/1] " Jamin Lin
2022-01-27 15:05   ` Simon Glass
2022-01-29 18:49   ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.