File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
boot/bootutil/include/bootutil Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,9 +102,9 @@ struct flash_area;
102
102
#define IMAGE_TLV_ECDSA_SIG 0x22 /* ECDSA of hash output */
103
103
#define IMAGE_TLV_RSA3072_PSS 0x23 /* RSA3072 of hash output */
104
104
#define IMAGE_TLV_ED25519 0x24 /* ed25519 of hash output */
105
- #define IMAGE_TLV_SIG_PURE 0x25 /* Whatever signature has been selected, it will be used
106
- * as "pure" where signature is verified over entire
107
- * image rather than hash of an image * /
105
+ #define IMAGE_TLV_SIG_PURE 0x25 /* Indicator that attached signature has been prepared
106
+ * over image rather than its digest.
107
+ */
108
108
#define IMAGE_TLV_ENC_RSA2048 0x30 /* Key encrypted with RSA-OAEP-2048 */
109
109
#define IMAGE_TLV_ENC_KW 0x31 /* Key encrypted with AES-KW 128 or 256*/
110
110
#define IMAGE_TLV_ENC_EC256 0x32 /* Key encrypted with ECIES-EC256 */
You can’t perform that action at this time.
0 commit comments