Re: [PATCH v3 2/2] rsa: sig: fix config signature check for fit with padding

2020-05-01 Thread Tom Rini
On Wed, Apr 29, 2020 at 03:26:17PM +0200, Philippe Reynes wrote: > The signature check on config node is broken on fit with padding. > To compute the signature for config node, U-Boot compute the > signature on all properties of requested node for this config, > except for the property "data".

[PATCH v3 2/2] rsa: sig: fix config signature check for fit with padding

2020-04-29 Thread Philippe Reynes
The signature check on config node is broken on fit with padding. To compute the signature for config node, U-Boot compute the signature on all properties of requested node for this config, except for the property "data". But, when padding is used for binary in a fit, there isn't a property "data"