Re: [PATCH] mkimage: ecdsa: add nodes to signature/key node

2024-10-08 Thread Tom Rini
On Thu, 29 Aug 2024 14:44:47 +0200, Matthias Pritschet wrote: > Add the "required", "algo", and "key-name-hint" nodes to the > signature/key node if ecdsa256 is used. > > This change is mainly copy&paste from rsa_add_verify_data which already > adds these nodes. > > > [...] Applied to u-boot/m

[PATCH] mkimage: ecdsa: add nodes to signature/key node

2024-08-29 Thread Matthias Pritschet
From: Matthias Pritschet Add the "required", "algo", and "key-name-hint" nodes to the signature/key node if ecdsa256 is used. This change is mainly copy&paste from rsa_add_verify_data which already adds these nodes. Signed-off-by: Matthias Pritschet --- lib/ecdsa/ecdsa-libcrypto.c | 19 ++