Re: [PATCH v6 03/11] lib: Add support for ECDSA image signing

2021-04-16 Thread Tom Rini
On Fri, Feb 19, 2021 at 12:45:12PM -0600, Alexandru Gagniuc wrote: > mkimage supports rsa2048, and rsa4096 signatures. With newer silicon > now supporting hardware-accelerated ECDSA, it makes sense to expand > signing support to elliptic curves. > > Implement host-side ECDSA signing and verificat

[PATCH v6 03/11] lib: Add support for ECDSA image signing

2021-02-19 Thread Alexandru Gagniuc
mkimage supports rsa2048, and rsa4096 signatures. With newer silicon now supporting hardware-accelerated ECDSA, it makes sense to expand signing support to elliptic curves. Implement host-side ECDSA signing and verification with libcrypto. Device-side implementation of signature verification is be