public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v2 0/1] rsa: adds rsa3072 algorithm
@ 2021-12-09  3:57 Jamin Lin
  2021-12-09  3:57 ` [PATCH v2] " Jamin Lin
  0 siblings, 1 reply; 4+ messages in thread
From: Jamin Lin @ 2021-12-09  3:57 UTC (permalink / raw)
  To: Alexandru Gagniuc, Simon Glass, Philippe Reynes, Thomas Perrot,
	Sean Anderson, open list
  Cc: troy_lee, steven_lee

Add to support rsa 30272 bits algorithm in tools
for make-image signing at host side and add rsa 3027
bits verification in the image binary.

v2:
 - update to send a single patch

*** BLURB HERE ***

Jamin Lin (1):
  rsa: adds rsa3072 algorithm

 include/u-boot/rsa.h   | 1 +
 lib/rsa/rsa-verify.c   | 6 ++++++
 tools/image-sig-host.c | 7 +++++++
 3 files changed, 14 insertions(+)

-- 
2.17.1


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

end of thread, other threads:[~2021-12-10  6:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-09  3:57 [PATCH v2 0/1] rsa: adds rsa3072 algorithm Jamin Lin
2021-12-09  3:57 ` [PATCH v2] " Jamin Lin
2021-12-10  0:15   ` Simon Glass
2021-12-10  6:05     ` Jamin Lin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox