Re: [PATCH] mkimage: fit: include image cipher in configuration signature

2020-08-08 Thread Tom Rini
On Thu, Jul 30, 2020 at 02:30:47PM +1000, patrick.oppenlan...@gmail.com wrote: > From: Patrick Oppenlander > > This patch addresses issue #2 for signed configurations. > Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH] mkimage: fit: include image cipher in configuration signature

2020-07-30 Thread Patrick Oppenlander
On Fri, Jul 31, 2020 at 12:59 AM Philippe REYNES wrote: > > Hi Patrick, > > > > From: Patrick Oppenlander > > > > This patch addresses issue #2 for signed configurations. > > > > -8<- > > This "line" will be included in the commit message ;) > Hi Philippe, apply using "git am --scissors

Re: [PATCH] mkimage: fit: include image cipher in configuration signature

2020-07-30 Thread Philippe REYNES
Hi Patrick, > From: Patrick Oppenlander > > This patch addresses issue #2 for signed configurations. > > -8<- This "line" will be included in the commit message ;) > Including the image cipher properties in the configuration signature > prevents an attacker from modifying cipher, key

[PATCH] mkimage: fit: include image cipher in configuration signature

2020-07-29 Thread patrick . oppenlander
From: Patrick Oppenlander This patch addresses issue #2 for signed configurations. -8<- Including the image cipher properties in the configuration signature prevents an attacker from modifying cipher, key or iv properties. Signed-off-by: Patrick Oppenlander --- tools/image-host.c | 1