[PATCH 0/9] Add ECDSA support for FIT image verification
Sascha Hauer
s.hauer at pengutronix.de
Mon Aug 5 23:03:48 PDT 2024
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 at pengutronix.de>
More information about the barebox
mailing list