Skip to content

Commit

Permalink
add: suit-manifest-aes-kw-slot
Browse files Browse the repository at this point in the history
  • Loading branch information
kentakayama committed Sep 16, 2024
1 parent 735a2a7 commit 3192941
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ SUIT_ENCRYPTION_INFO := \
suit-encryption-info-es-ecdh-aes-ctr.cose

SUIT_MANIFEST_WITH_ENCRYPTED_PAYLOAD := \
suit-manifest-aes-kw.suit \
suit-manifest-aes-kw-content.suit \
suit-manifest-aes-kw.suit \
suit-manifest-aes-kw-slot.suit \
suit-manifest-es-ecdh-content.suit \
suit-manifest-es-ecdh-dependency.suit

Expand Down Expand Up @@ -93,8 +94,9 @@ validate_cddl_match: all cddl
RUBYOPT="-W0" cddl draft-ietf-suit-firmware-encryption.cddl validate suit-encryption-info-es-ecdh-aes-ctr.cose
RUBYOPT="-W0" cddl esdh_aeskw.cddl validate suit-encryption-info-es-ecdh-aes-ctr.cose
@echo [SUCCESS] Each SUIT_Encryption_Info matches to its CDDL
RUBYOPT="-W0" cddl draft-ietf-suit-manifest.cddl validate suit-manifest-aes-kw.suit
RUBYOPT="-W0" cddl draft-ietf-suit-manifest.cddl validate suit-manifest-aes-kw-content.suit
RUBYOPT="-W0" cddl draft-ietf-suit-manifest.cddl validate suit-manifest-aes-kw.suit
RUBYOPT="-W0" cddl draft-ietf-suit-manifest.cddl validate suit-manifest-aes-kw-slot.suit
RUBYOPT="-W0" cddl draft-ietf-suit-manifest.cddl validate suit-manifest-es-ecdh-content.suit
RUBYOPT="-W0" cddl draft-ietf-suit-manifest.cddl validate suit-manifest-es-ecdh-dependency.suit
@echo [SUCCESS] Each SUIT Manifest with Encrypted Payloads matches to its CDDL
Expand Down

0 comments on commit 3192941

Please sign in to comment.