ietf-rats / ietf-corim-cddl

This repository is abandoned. The adopted I-D can be found at:
https://github.com/ietf-rats-wg/draft-ietf-rats-corim/
2 stars 0 forks source link

corim-entity-map should have multiplicity #35

Closed nedmsmith closed 3 years ago

nedmsmith commented 3 years ago

The corim-entity-map should have multiplicity of 1-or-more so that if the signer is also the manifest-creator this role can be included too.

thomas-fossati commented 3 years ago

Don't we already have 1:n? Current CDDL says:

corim-meta-map = {
  corim.signer => one-or-more<corim-entity-map>
  ? corim.validity => validity-map
}
nedmsmith commented 3 years ago

My mistake. I misread it.