Re: [PATCH v4 0/6] nable ECDSA FIT verification for stm32mp

2021-04-21 Thread Simon Glass
On Fri, 16 Apr 2021 at 08:07, Alexandru Gagniuc wrote: > > This series is Part II of the ECDSA saga. It applies on top of [1]: > * [PATCH v7 00/11] Add support for ECDSA image signing > > Changes since v3: > - Remove unused ecdsa_check_key() function > > Changes since v2: > - Spell out

[PATCH v4 0/6] nable ECDSA FIT verification for stm32mp

2021-04-15 Thread Alexandru Gagniuc
This series is Part II of the ECDSA saga. It applies on top of [1]: * [PATCH v7 00/11] Add support for ECDSA image signing Changes since v3: - Remove unused ecdsa_check_key() function Changes since v2: - Spell out "elliptic curve" in Kconfig (Although RSA isn't spelled out) Changes since