Re: [PATCH 1/3] mkimage: fit: only process one cipher node

2020-07-29 Thread Philippe REYNES
Hi Patrick, > From: Patrick Oppenlander > > Previously mkimage would process any node matching the regex cipher.* > and apply the ciphers to the image data in the order they appeared in > the FDT. This meant that data could be inadvertently ciphered multiple > times. > > Switch to processing a

Re: [PATCH 1/3] mkimage: fit: only process one cipher node

2020-07-27 Thread Simon Glass
Hi Patrick, On Fri, 17 Jul 2020 at 05:30, wrote: > > From: Patrick Oppenlander > > Previously mkimage would process any node matching the regex cipher.* > and apply the ciphers to the image data in the order they appeared in > the FDT. This meant that data could be inadvertently ciphered multipl

[PATCH 1/3] mkimage: fit: only process one cipher node

2020-07-17 Thread patrick . oppenlander
From: Patrick Oppenlander Previously mkimage would process any node matching the regex cipher.* and apply the ciphers to the image data in the order they appeared in the FDT. This meant that data could be inadvertently ciphered multiple times. Switch to processing a single cipher node which exac