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

2019-09-06 Thread AKASHI Takahiro
On Fri, Sep 06, 2019 at 09:39:05AM +0200, Heinrich Schuchardt wrote: > On 9/6/19 9:08 AM, 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

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

2019-09-06 Thread Heinrich Schuchardt
On 9/6/19 9:08 AM, 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 secure boot. Signed-off-by: AKA

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

2019-09-06 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 --- lib/rsa/Kconfig | 7