Skip to content

Commit 7e01086

Browse files
de-nordicnvlsianpu
authored andcommitted
[nrf fromtree] bootutil: Add SIG_PURE TLV
The commit adds SIG_PURE TLV that should be used as TLV indicating that the signature attached to image has been calculated over entire image, rather than digest of image. This is generic flag as the "pure" usage may be applied to, potentially, any signature algorithm. Signed-off-by: Dominik Ermel <[email protected]> (cherry picked from commit 30bcd46)
1 parent 01ebfa1 commit 7e01086

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/imgtool/image.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
'ECDSASIG': 0x22,
8484
'RSA3072': 0x23,
8585
'ED25519': 0x24,
86+
'SIG_PURE': 0x25,
8687
'ENCRSA2048': 0x30,
8788
'ENCKW': 0x31,
8889
'ENCEC256': 0x32,

0 commit comments

Comments
 (0)