Skip to content

Commit

Permalink
update: add suit-candidate-verification, suit-install = 17 -> 20
Browse files Browse the repository at this point in the history
  • Loading branch information
kentakayama committed Sep 13, 2024
1 parent aa20d6d commit e24ec12
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions inc/csuit/suit_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -195,19 +195,16 @@ typedef enum suit_manifest_key {
SUIT_VALIDATE = 7,
SUIT_LOAD = 8,
SUIT_INVOKE = 9,
SUIT_PAYLOAD_FETCH = 16,
SUIT_INSTALL = 20,
SUIT_TEXT = 23,

/* draft-ietf-suit-update-management */
SUIT_COSWID = 14,

/* draft-ietf-suit-trust-domains */
SUIT_DEPENDENCY_RESOLUTION = 15,

/* draft-ietf-suit-manifest */
SUIT_PAYLOAD_FETCH = 16,
SUIT_INSTALL = 17,
SUIT_TEXT = 23,

/* draft-ietf-suit-trust-domains */
SUIT_CANDIDATE_VERIFICATION = 18,
SUIT_UNINSTALL = 24,
} suit_manifest_key_t;

Expand Down

0 comments on commit e24ec12

Please sign in to comment.