Re: [U-Boot] [PATCH v1 1/3] lib: rsa: decouple rsa from FIT image verification

2019-10-22 Thread AKASHI Takahiro
On Mon, Oct 21, 2019 at 06:17:02PM -0600, Simon Glass wrote: > Hi Takahiro, > > On Tue, 8 Oct 2019 at 23:27, AKASHI Takahiro > wrote: > > > > Introduce new configuration, CONFIG_RSA_VERIFY which will decouple building > > RSA functions from FIT verification and allow for adding a RSA-based > > s

Re: [U-Boot] [PATCH v1 1/3] lib: rsa: decouple rsa from FIT image verification

2019-10-21 Thread Simon Glass
Hi Takahiro, On Tue, 8 Oct 2019 at 23:27, AKASHI Takahiro wrote: > > Introduce new configuration, CONFIG_RSA_VERIFY which will decouple building > RSA functions from FIT verification and allow for adding a RSA-based > signature verification for other file formats, in particular PE file > for UEFI

[U-Boot] [PATCH v1 1/3] lib: rsa: decouple rsa from FIT image verification

2019-10-08 Thread AKASHI Takahiro
Introduce new configuration, CONFIG_RSA_VERIFY which will decouple building RSA functions from FIT verification and allow for adding a RSA-based signature verification for other file formats, in particular PE file for UEFI secure boot. Signed-off-by: AKASHI Takahiro --- Kconfig|