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

2019-11-20 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 Reviewed-by: Simon Glass ---

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

2019-12-06 Thread Tom Rini
On Thu, Nov 21, 2019 at 09:11:16AM +0900, 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 se

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

2019-12-12 Thread AKASHI Takahiro
Tom, Simon, On Fri, Dec 06, 2019 at 07:25:47PM -0500, Tom Rini wrote: > On Thu, Nov 21, 2019 at 09:11:16AM +0900, 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