mcuboot icon indicating copy to clipboard operation
mcuboot copied to clipboard

boot: bootutil: Fix encryption/decryption size during copy

Open Stephane-LeRoy opened this issue 6 months ago • 0 comments

During region copy, when chunk contains both header and TLVs, the encryption/decryption size is too large as it takes into account TLVs only. The fix modifies the encryption/decryption size to take into account both header and TLVs.

Stephane-LeRoy avatar Jun 12 '25 08:06 Stephane-LeRoy