Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions checksets/05-add_proposal.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,21 @@ let checks =
types.Status.Complete
types.Status.Unknown
types.Notes/empty
, types.Check/new
2
( types.RfcRef/single
''
A client adding a new member to a group MUST verify that the LeafNode for
the new member is compatible with the group's extensions. The capabilities
field MUST indicate support for each extension in the GroupContext.
An Add proposal is invalid if the KeyPackage is invalid according to
Section 10.1.
''
"section-13.4-5.5"
)
types.Status.Complete
types.Status.Unknown
types.Notes/empty
]

in types.CheckSet/new id name desc checks
13 changes: 13 additions & 0 deletions checksets/14-welcome.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,19 @@ let checks =
types.Status.Missing
types.Status.Missing
(types.Notes/single "branching isn't currently implemented")
, types.Check/new
15
( types.RfcRef/single
''
A client joining a group MUST verify that it supports every extension in the
GroupContext for the group. Otherwise, it MUST treat the enclosing GroupInfo
message as invalid and not join the group.
''
"section-13.4-5.6"
)
types.Status.Complete
types.Status.Unknown
types.Notes/empty
]

in types.CheckSet/new id name desc checks