On Fri, 13 Sep 2024 09:59:08 +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_PUBLIC_KEYS, taking it from a device tree is not yet
> supported.
> Since v2 this series unifies the way public keys are passed to barebox.
> We now have a single Kconfig option which takes a list of public keys,
> which can be either RSA or ECDSA keys.
> 
> [...]

Applied, thanks!

[01/16] keytoc: remove ECDSA dts support
        https://git.pengutronix.de/cgit/barebox/commit/?id=ea8da7c9f2bc (link 
may not be stable)
[02/16] keytoc: fail in case gen_key() fails
        https://git.pengutronix.de/cgit/barebox/commit/?id=dcd40860f529 (link 
may not be stable)
[03/16] keytoc: fix ECDSA endianess problems
        https://git.pengutronix.de/cgit/barebox/commit/?id=9932d1817b84 (link 
may not be stable)
[04/16] keytoc: remove duplicate __ENV__ check
        https://git.pengutronix.de/cgit/barebox/commit/?id=7a0ced8632b5 (link 
may not be stable)
[05/16] crypto: Makefile: make simpler
        https://git.pengutronix.de/cgit/barebox/commit/?id=099f1aed5c67 (link 
may not be stable)
[06/16] crypto/Makefile: Drop unnecessary dependencies
        https://git.pengutronix.de/cgit/barebox/commit/?id=d0aa7e8fb1e2 (link 
may not be stable)
[07/16] keytoc: make key name hint optional
        https://git.pengutronix.de/cgit/barebox/commit/?id=ed553b7d070c (link 
may not be stable)
[08/16] crypto: rsa: include key name hint into CONFIG_CRYPTO_RSA_KEY
        https://git.pengutronix.de/cgit/barebox/commit/?id=93ccf51a40ff (link 
may not be stable)
[09/16] crypto: rsa: encapsulate rsa keys in public keys struct
        https://git.pengutronix.de/cgit/barebox/commit/?id=b26a8b0a025c (link 
may not be stable)
[10/16] crypto: add public_key functions
        https://git.pengutronix.de/cgit/barebox/commit/?id=724f48590768 (link 
may not be stable)
[11/16] crypto: builtin_keys: Allow to specify multiple keys in 
CONFIG_CRYPTO_PUBLIC_KEYS
        https://git.pengutronix.de/cgit/barebox/commit/?id=13db5fdf2d54 (link 
may not be stable)
[12/16] crypto: public-keys: use array of public_keys
        https://git.pengutronix.de/cgit/barebox/commit/?id=1eb1f1d2b885 (link 
may not be stable)
[13/16] crypto: rsa: create static inline wrapper for rsa_verify()
        https://git.pengutronix.de/cgit/barebox/commit/?id=5ace4df43844 (link 
may not be stable)
[14/16] Add elliptic curve cryptography (ECC) helper functions
        https://git.pengutronix.de/cgit/barebox/commit/?id=cdc6830e3121 (link 
may not be stable)
[15/16] crypto: add ECDSA support
        https://git.pengutronix.de/cgit/barebox/commit/?id=1a3214bd3eb3 (link 
may not be stable)
[16/16] crypto: make RSA a visible option
        https://git.pengutronix.de/cgit/barebox/commit/?id=8e1de73767fd (link 
may not be stable)

Best regards,
-- 
Sascha Hauer <s.ha...@pengutronix.de>


Reply via email to