From: Sascha Hauer <s.hauer@pengutronix.de>
To: Oleksij Rempel <o.rempel@pengutronix.de>
Cc: barebox@lists.infradead.org,
Steffen Trumtrar <s.trumtrar@pengutronix.de>
Subject: Re: [PATCH v1 2/2] bootm: fit: support rsa2048
Date: Wed, 22 Mar 2017 08:09:09 +0100 [thread overview]
Message-ID: <20170322070909.jncddvur7dfpfc7q@pengutronix.de> (raw)
In-Reply-To: <20170320125540.8431-2-o.rempel@pengutronix.de>
On Mon, Mar 20, 2017 at 01:55:40PM +0100, Oleksij Rempel wrote:
> From: Steffen Trumtrar <s.trumtrar@pengutronix.de>
>
> Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
> Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
> ---
> common/image-fit.c | 2 ++
> 1 file changed, 2 insertions(+)
Applied (only this one), thanks
Sascha
>
> diff --git a/common/image-fit.c b/common/image-fit.c
> index 48c021347..2597312f7 100644
> --- a/common/image-fit.c
> +++ b/common/image-fit.c
> @@ -254,6 +254,8 @@ static int fit_verify_signature(struct device_node *sig_node, void *fit)
> }
> if (strcmp(algo_name, "sha1,rsa2048") == 0) {
> algo = HASH_ALGO_SHA1;
> + } else if (strcmp(algo_name, "sha256,rsa2048") == 0) {
> + algo = HASH_ALGO_SHA256;
> } else if (strcmp(algo_name, "sha256,rsa4096") == 0) {
> algo = HASH_ALGO_SHA256;
> } else {
> --
> 2.11.0
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2017-03-22 7:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-20 12:55 [PATCH v1 1/2] bootm: fit: support multiple configuration nodes Oleksij Rempel
2017-03-20 12:55 ` [PATCH v1 2/2] bootm: fit: support rsa2048 Oleksij Rempel
2017-03-22 7:09 ` Sascha Hauer [this message]
2017-03-22 7:08 ` [PATCH v1 1/2] bootm: fit: support multiple configuration nodes Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170322070909.jncddvur7dfpfc7q@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=o.rempel@pengutronix.de \
--cc=s.trumtrar@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox