mcuboot icon indicating copy to clipboard operation
mcuboot copied to clipboard

Allow bypasing signature hash key matching

Open de-nordic opened this issue 6 months ago • 0 comments

Currently MCUboot checks whether key hash in TLV matches any known builtin public keys. When only one key in compiled in, most cases, then this match is pointless as image signature verification will just verify validity of the key anyway. The PR adds MCUBOOT_BYPASS_KEY_MATCH option that allows to turn of the key matching and slightly reduces the binary size.

de-nordic avatar May 15 '25 17:05 de-nordic