ietf-rats-wg / draft-ietf-rats-msg-wrap

RATS conceptual messages wrapper
Other
0 stars 2 forks source link

CMW collections #39

Closed thomas-fossati closed 9 months ago

thomas-fossati commented 9 months ago

Composite and layered attesters produce evidence that can be composed of multiple individual evidence "bits".

A CMW "collection" is a container that aggregates several CMW evidence "bits," each with its unique "name."

cmw-collection = {
  + (int / text) => cmw
}

where

cmw = cmw-array / cmw-cbor-tag<bytes>

Note that this proposal addresses roughly the same scope as @simonfrost-arm's EAT collections, and intentionally makes a very similar serialisation.