Re: [U-Boot] [PATCH 2/4] rsa: add a structure for the padding

2018-10-09 Thread Simon Glass
On 2 October 2018 at 10:32, Philippe Reynes wrote: > The rsa signature use a padding algorithm. By default, we use the > padding pkcs-1.5. In order to add some new padding algorithm, we > add a padding framework to manage several padding algorithm. > The choice of the padding is done in the file .

[U-Boot] [PATCH 2/4] rsa: add a structure for the padding

2018-10-02 Thread Philippe Reynes
The rsa signature use a padding algorithm. By default, we use the padding pkcs-1.5. In order to add some new padding algorithm, we add a padding framework to manage several padding algorithm. The choice of the padding is done in the file .its. Signed-off-by: Philippe Reynes --- common/image-fit.