Skip to content

Commit

Permalink
Update ce.cddl
Browse files Browse the repository at this point in the history
updated to reflect v1.1 spec
  • Loading branch information
nedmsmith committed Jan 7, 2025
1 parent adbeba7 commit d663800
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions exports/ce.cddl
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ spdm-indirect-map = {
}

$$flags-map-extension //= (
? &(runtime-meas: 6) => bool
? &(immutable: 7) => bool
? &(tcb: 8) => bool
? &(is-runtime-meas: 6) => bool
? &(is-immutable: 7) => bool
? &(is-tcb: 8) => bool
)

0 comments on commit d663800

Please sign in to comment.