Re: [PATCH] fit: Fix verification of images with external data

2021-08-04 Thread Tom Rini
On Tue, Apr 20, 2021 at 07:19:44PM +0100, John Keeping wrote: > The "-E" option to mkimage generates a FIT with external data using the > data-size and data-offset properties which must both be ignored when > verifying a signature. > > Add "data-offset" to the list of excluded properties for sign

Re: [PATCH] fit: Fix verification of images with external data

2021-05-19 Thread Simon Glass
On Tue, 20 Apr 2021 at 12:20, John Keeping wrote: > > The "-E" option to mkimage generates a FIT with external data using the > data-size and data-offset properties which must both be ignored when > verifying a signature. > > Add "data-offset" to the list of excluded properties for signature > ver

Re: [PATCH] fit: Fix verification of images with external data

2021-05-19 Thread John Keeping
On Tue, 20 Apr 2021 19:19:44 +0100 John Keeping wrote: > The "-E" option to mkimage generates a FIT with external data using the > data-size and data-offset properties which must both be ignored when > verifying a signature. > > Add "data-offset" to the list of excluded properties for signature

[PATCH] fit: Fix verification of images with external data

2021-04-20 Thread John Keeping
The "-E" option to mkimage generates a FIT with external data using the data-size and data-offset properties which must both be ignored when verifying a signature. Add "data-offset" to the list of excluded properties for signature verification; since the line is now too long, re-format the list to