Skip to content

Commit 01ebfa1

Browse files
de-nordicnvlsianpu
authored andcommitted
[nrf noup] bootutil: Align definitions with upstream
fixup! [nrf noup] bootutil: PureEdDSA using ED25519 Signed-off-by: Dominik Ermel <[email protected]>
1 parent 68b96b8 commit 01ebfa1

File tree

1 file changed

+3
-3
lines changed
  • boot/bootutil/include/bootutil

1 file changed

+3
-3
lines changed

boot/bootutil/include/bootutil/image.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ struct flash_area;
102102
#define IMAGE_TLV_ECDSA_SIG 0x22 /* ECDSA of hash output */
103103
#define IMAGE_TLV_RSA3072_PSS 0x23 /* RSA3072 of hash output */
104104
#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+
*/
108108
#define IMAGE_TLV_ENC_RSA2048 0x30 /* Key encrypted with RSA-OAEP-2048 */
109109
#define IMAGE_TLV_ENC_KW 0x31 /* Key encrypted with AES-KW 128 or 256*/
110110
#define IMAGE_TLV_ENC_EC256 0x32 /* Key encrypted with ECIES-EC256 */

0 commit comments

Comments
 (0)