Re: [PATCH] lib: rsa: rsa-verify: don't look for keys in the FIT image

2021-01-28 Thread Tom Rini
On Tue, Jan 12, 2021 at 07:18:54PM +0100, Philippe Reynes wrote: > In the function rsa_verify_hash, if the "main" key doesn't > work, u-boot try others keys. But it searches those keys > in the FIT image instead of the u-boot device tree. > > Signed-off-by: Philippe Reynes > Reviewed-by: Simon G

Re: [PATCH] lib: rsa: rsa-verify: don't look for keys in the FIT image

2021-01-23 Thread Simon Glass
Hi , On Tue, 12 Jan 2021 at 11:19, Philippe Reynes wrote: > > In the function rsa_verify_hash, if the "main" key doesn't > work, u-boot try others keys. But it searches those keys > in the FIT image instead of the u-boot device tree. > > Signed-off-by: Philippe Reynes > --- > lib/rsa/rsa-verify

Re: [PATCH] lib: rsa: rsa-verify: don't look for keys in the FIT image

2021-01-13 Thread Philippe REYNES
Hi Alex Le 12/01/2021 à 19:30, Alex G. a écrit : On 1/12/21 12:18 PM, Philippe Reynes wrote: Hi Philippe, In the function rsa_verify_hash, if the "main" key doesn't work, u-boot try others keys. But it searches those keys in the FIT image instead of the u-boot device tree. Signed-off-by: Phi

Re: [PATCH] lib: rsa: rsa-verify: don't look for keys in the FIT image

2021-01-12 Thread Alex G.
On 1/12/21 12:18 PM, Philippe Reynes wrote: Hi Philippe, In the function rsa_verify_hash, if the "main" key doesn't work, u-boot try others keys. But it searches those keys in the FIT image instead of the u-boot device tree. Signed-off-by: Philippe Reynes --- lib/rsa/rsa-verify.c | 4 ++--

[PATCH] lib: rsa: rsa-verify: don't look for keys in the FIT image

2021-01-12 Thread Philippe Reynes
In the function rsa_verify_hash, if the "main" key doesn't work, u-boot try others keys. But it searches those keys in the FIT image instead of the u-boot device tree. Signed-off-by: Philippe Reynes --- lib/rsa/rsa-verify.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/