[U-Boot] [U-Boot v2] [PATCH] rsa: add a more flexible way to support different hash algorithms (e.g. sha256)

2013-11-27 Thread andr...@oetken.name
As proposed by Heiko I made some small changes and verified the patch with the checkpatch-script.     From 169f40e72fceb222bb15dd59c1337f42371e97a5 Mon Sep 17 00:00:00 2001 From: Andreas Oetken Date: Wed, 27 Nov 2013 13:09:19 +0100 Subject: [PATCH] Added rsa-sha256 support. Signed-off-by: Andrea

Re: [U-Boot] [U-Boot v2] [PATCH] rsa: add a more flexible way to support different hash algorithms (e.g. sha256)

2013-12-01 Thread Heiko Schocher
Hello Andreas, Am 27.11.2013 13:10, schrieb andr...@oetken.name: As proposed by Heiko I made some small changes and verified the patch with the checkpatch-script. From 169f40e72fceb222bb15dd59c1337f42371e97a5 Mon Sep 17 00:00:00 2001 From: Andreas Oetken Date: Wed, 27 Nov 2013 13:09:19 +0100

Re: [U-Boot] [U-Boot v2] [PATCH] rsa: add a more flexible way to support different hash algorithms (e.g. sha256)

2013-12-13 Thread Simon Glass
Hi, On 1 December 2013 23:10, Heiko Schocher wrote: > Hello Andreas, > > Am 27.11.2013 13:10, schrieb andr...@oetken.name: > >> As proposed by Heiko I made some small changes and verified the patch with >> the >> checkpatch-script. You can also use patman to generate, check and send your patch i