Skip to content

Commit 88c1a01

Browse files
Merge pull request #32 from ietf-rats-wg/small-edits
Small edits
2 parents f26c26f + 6031655 commit 88c1a01

File tree

5 files changed

+20
-17
lines changed

5 files changed

+20
-17
lines changed

cddl/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ SHELL := /bin/bash
33
.DEFAULT_GOAL := check
44

55
FRAGMENTS += start.cddl
6-
FRAGMENTS += trustworthiness-vector.cddl
7-
FRAGMENTS += trustworthiness-claim.cddl
8-
FRAGMENTS += trust-tier.cddl
9-
FRAGMENTS += verifier-id.cddl
6+
FRAGMENTS += trustworthiness-vector.cddl
7+
FRAGMENTS += trustworthiness-claim.cddl
8+
FRAGMENTS += trustworthiness-tier.cddl
9+
FRAGMENTS += verifier-id.cddl
1010
FRAGMENTS += non-empty.cddl
1111
FRAGMENTS += jc.cddl
1212

cddl/start.cddl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
$.start.$ = trustworthiness-vector / trust-tier / verifier-id
1+
$.start.$ = trustworthiness-vector /
2+
trustworthiness-tier /
3+
verifier-id /
4+
trustworthiness-claim

cddl/trust-tier.cddl

Lines changed: 0 additions & 9 deletions
This file was deleted.

cddl/trustworthiness-tier.cddl

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
trustworthiness-tier-none-label = JC<"none", 0>
2+
trustworthiness-tier-affirming-label = JC<"affirming", 2>
3+
trustworthiness-tier-warning-label = JC<"warning", 32>
4+
trustworthiness-tier-contraindicated-label = JC<"contraindicated", 96>
5+
6+
trustworthiness-tier /= trustworthiness-tier-none-label
7+
trustworthiness-tier /= trustworthiness-tier-affirming-label
8+
trustworthiness-tier /= trustworthiness-tier-warning-label
9+
trustworthiness-tier /= trustworthiness-tier-contraindicated-label

draft-ietf-rats-ar4si.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -660,16 +660,16 @@ A missing entry means that the verifier makes no claim about this specific appra
660660

661661
As required by the `non-empty` macro, at least one entry MUST be present in the vector.
662662

663-
## Trust Tiers {#sec-trusttiers}
663+
## Trustworthiness Tiers {#sec-trusttiers}
664664

665-
The `trust-tier` type represents one of the equivalency classes in which the `trustworthiness-claim` space is partitioned.
665+
The `trustworthiness-tier` type represents one of the equivalency classes in which the `trustworthiness-claim` space is partitioned.
666666

667667
See {{sec-enum-encoding}} for the details.
668668

669669
The allowed values for the type are as follows:
670670

671671
~~~cddl
672-
{::include cddl/trust-tier.cddl}
672+
{::include cddl/trustworthiness-tier.cddl}
673673
~~~
674674
{: #fig-cddl-ttiers title="Trustworthiness Tiers" }
675675

0 commit comments

Comments
 (0)