Skip to content

Commit

Permalink
Update ce.cddl
Browse files Browse the repository at this point in the history
Changed to allow concise-evidence to be either concise-evidence-map or tagged-concise-evidenc.
  • Loading branch information
nedmsmith committed Jan 7, 2025
1 parent 75e8436 commit b18980e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion exports/ce.cddl
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@ spdm-toc-map = {

$tagged-evidence-type-choice /= tagged-concise-evidence

concise-evidence = concise-evidence-map / tagged-concise-evidence

tagged-concise-evidence = #6.571(concise-evidence-map)
concise-evidence = concise-evidence-map

concise-evidence-map = {
&(ce.ev-triples: 0) => ev-triples-map
? &(ce.evidence-id: 1) => $evidence-id-type-choice
? &(profile: 2) => $profile-type-choice
* $$concise-evidence-map-extension
}
$evidence-id-type-choice /= tagged-uuid-type
Expand Down

0 comments on commit b18980e

Please sign in to comment.