Re: [U-Boot] [PATCH 3/3] fit: rsa: Add support for SHA256 hash

2014-03-05 Thread Marek Vasut
On Sunday, February 16, 2014 at 12:31:53 AM, Simon Glass wrote: > Hi Marek, > > On 5 February 2014 20:47, Marek Vasut wrote: > > Add support for "sha256,rsa2048" signature. This patch utilises the > > previously laid groundwork for adding other hashes. > > > > Signed-off-by: Marek Vasut > > Do

Re: [U-Boot] [PATCH 3/3] fit: rsa: Add support for SHA256 hash

2014-02-15 Thread Simon Glass
Hi Marek, On 5 February 2014 20:47, Marek Vasut wrote: > Add support for "sha256,rsa2048" signature. This patch utilises the previously > laid groundwork for adding other hashes. > > Signed-off-by: Marek Vasut Does this conflict with Heiko's patch or is it the same? Regards, Simon

[U-Boot] [PATCH 3/3] fit: rsa: Add support for SHA256 hash

2014-02-05 Thread Marek Vasut
Add support for "sha256,rsa2048" signature. This patch utilises the previously laid groundwork for adding other hashes. Signed-off-by: Marek Vasut --- common/image-sig.c | 8 +++- lib/rsa/rsa-sign.c | 5 + lib/rsa/rsa-verify.c | 58 ++