Re: [PATCH] image: fit: Fix not verifying data configuration

2023-01-13 Thread Simon Glass
Hi Pegorer, On Tue, 27 Dec 2022 at 10:33, Pegorer Massimo wrote: > > Hi, > > > Da: U-Boot Per conto di Sean Anderson > > Inviato: venerdì 23 dicembre 2022 00:06 > > > > On 11/18/22 15:50, Simon Glass wrote: > > > Hi Sean, > > > > > > On Thu, 13 Oct 2022 at 09:41, Sean Anderson > > > wrote: > >

Re: [PATCH] image: fit: Fix not verifying data configuration

2022-12-22 Thread Sean Anderson
On 11/18/22 15:50, Simon Glass wrote: > Hi Sean, > > On Thu, 13 Oct 2022 at 09:41, Sean Anderson wrote: >> >> >> >> On 10/13/22 3:14 AM, Rasmus Villemoes wrote: >> > On 12/10/2022 18.28, Sean Anderson wrote: >> >> On 10/12/22 08:59, Simon Glass wrote: >> >>> Hi Sean, >> >>> >> >>> On Tue, 11 Oct

Re: [PATCH] image: fit: Fix not verifying data configuration

2022-11-18 Thread Simon Glass
Hi Sean, On Thu, 13 Oct 2022 at 09:41, Sean Anderson wrote: > > > > On 10/13/22 3:14 AM, Rasmus Villemoes wrote: > > On 12/10/2022 18.28, Sean Anderson wrote: > >> On 10/12/22 08:59, Simon Glass wrote: > >>> Hi Sean, > >>> > >>> On Tue, 11 Oct 2022 at 17:25, Sean Anderson > >>> wrote: > > >

Re: [PATCH] image: fit: Fix not verifying data configuration

2022-11-17 Thread Sean Anderson
On 10/12/22 12:28, Sean Anderson wrote: > On 10/12/22 08:59, Simon Glass wrote: >> Hi Sean, >> >> On Tue, 11 Oct 2022 at 17:25, Sean Anderson wrote: >>> >>> When reading data from a FIT image, we must verify the configuration we >>> get it from. This is because when we have a key with required = "

Re: [PATCH] image: fit: Fix not verifying data configuration

2022-10-13 Thread Sean Anderson
On 10/13/22 3:14 AM, Rasmus Villemoes wrote: > On 12/10/2022 18.28, Sean Anderson wrote: >> On 10/12/22 08:59, Simon Glass wrote: >>> Hi Sean, >>> >>> On Tue, 11 Oct 2022 at 17:25, Sean Anderson >>> wrote: When reading data from a FIT image, we must verify the configuration we ge

Re: [PATCH] image: fit: Fix not verifying data configuration

2022-10-13 Thread Rasmus Villemoes
On 12/10/2022 18.28, Sean Anderson wrote: > On 10/12/22 08:59, Simon Glass wrote: >> Hi Sean, >> >> On Tue, 11 Oct 2022 at 17:25, Sean Anderson >> wrote: >>> >>> When reading data from a FIT image, we must verify the configuration we >>> get it from. This is because when we have a key with require

Re: [PATCH] image: fit: Fix not verifying data configuration

2022-10-12 Thread Sean Anderson
On 10/12/22 08:59, Simon Glass wrote: Hi Sean, On Tue, 11 Oct 2022 at 17:25, Sean Anderson wrote: When reading data from a FIT image, we must verify the configuration we get it from. This is because when we have a key with required = "conf", the image does not need any particular signature or

Re: [PATCH] image: fit: Fix not verifying data configuration

2022-10-12 Thread Sean Anderson
On 10/12/22 08:59, Simon Glass wrote: Hi Sean, On Tue, 11 Oct 2022 at 17:25, Sean Anderson wrote: When reading data from a FIT image, we must verify the configuration we get it from. This is because when we have a key with required = "conf", the image does not need any particular signature or

Re: [PATCH] image: fit: Fix not verifying data configuration

2022-10-12 Thread Simon Glass
Hi Sean, On Tue, 11 Oct 2022 at 17:25, Sean Anderson wrote: > > When reading data from a FIT image, we must verify the configuration we > get it from. This is because when we have a key with required = "conf", > the image does not need any particular signature or hash. The > configuration is the