From: Sascha Hauer <s.hauer@pengutronix.de>
To: Barebox List <barebox@lists.infradead.org>,
Sascha Hauer <s.hauer@pengutronix.de>
Subject: Re: [PATCH 0/9] Add ECDSA support for FIT image verification
Date: Tue, 06 Aug 2024 08:03:48 +0200 [thread overview]
Message-ID: <172292422811.656150.8182584317110255868.b4-ty@pengutronix.de> (raw)
In-Reply-To: <20240722082405.926111-1-s.hauer@pengutronix.de>
On Mon, 22 Jul 2024 10:23:56 +0200, Sascha Hauer wrote:
> This series implements ECDSA signature verification for FIT images.
> The ECDSA code itself is taken from the Kernel. Currently only supported
> way to specify a ECDSA key is to compile it into the binary using
> CONFIG_CRYPTO_ECDSA_KEY, taking it from a device tree is not yet
> supported.
>
> Sascha Hauer (9):
> errno: include string for EOPNOTSUPP
> rsatoc: switch to non deprecated openssl API
> rsatoc: rename to keytoc
> keytoc: add ecdsa support
> malloc: implement free_sensitive()
> Add elliptic curve cryptography (ECC) helper functions
> crypro: add ECDSA support
> crypto: make RSA a visible option
> fit: Add ecdsa support
>
> [...]
Applied, thanks!
[1/9] errno: include string for EOPNOTSUPP
https://git.pengutronix.de/cgit/barebox/commit/?id=1ad1a884407f (link may not be stable)
[2/9] rsatoc: switch to non deprecated openssl API
(no commit info)
[3/9] rsatoc: rename to keytoc
https://git.pengutronix.de/cgit/barebox/commit/?id=7b51f76a4534 (link may not be stable)
[4/9] keytoc: add ecdsa support
https://git.pengutronix.de/cgit/barebox/commit/?id=994f3df141f5 (link may not be stable)
[5/9] malloc: implement free_sensitive()
(no commit info)
[6/9] Add elliptic curve cryptography (ECC) helper functions
(no commit info)
[7/9] crypro: add ECDSA support
(no commit info)
[8/9] crypto: make RSA a visible option
(no commit info)
[9/9] fit: Add ecdsa support
(no commit info)
Best regards,
--
Sascha Hauer <s.hauer@pengutronix.de>
prev parent reply other threads:[~2024-08-06 6:04 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-22 8:23 Sascha Hauer
2024-07-22 8:23 ` [PATCH 1/9] errno: include string for EOPNOTSUPP Sascha Hauer
2024-07-22 8:23 ` [PATCH 2/9] rsatoc: switch to non deprecated openssl API Sascha Hauer
2024-07-22 8:23 ` [PATCH 3/9] rsatoc: rename to keytoc Sascha Hauer
2024-07-22 8:24 ` [PATCH 4/9] keytoc: add ecdsa support Sascha Hauer
2024-07-22 8:24 ` [PATCH 5/9] malloc: implement free_sensitive() Sascha Hauer
2024-07-22 8:24 ` [PATCH 6/9] Add elliptic curve cryptography (ECC) helper functions Sascha Hauer
2024-07-22 8:24 ` [PATCH 7/9] crypro: add ECDSA support Sascha Hauer
2024-07-22 8:24 ` [PATCH 8/9] crypto: make RSA a visible option Sascha Hauer
2024-07-22 8:24 ` [PATCH 9/9] fit: Add ecdsa support Sascha Hauer
2024-08-06 6:03 ` Sascha Hauer [this message]
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=172292422811.656150.8182584317110255868.b4-ty@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
/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