Skip to content

Commit

Permalink
Update CDDL to be more explicit
Browse files Browse the repository at this point in the history
Co-authored-by: Emil Lundberg <emil@yubico.com>
  • Loading branch information
timcappalli and emlun committed Oct 4, 2023
1 parent 175ee61 commit 108db99
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -6281,14 +6281,12 @@ The "compound" attestation statement format is used to pass multiple, self-conta
```
$$attStmtType //= (
fmt: "compound",
attStmt: compoundAttStmts
attStmt: [2* nonCompoundAttStmt]
)

compoundAttStmts = []
nonCompoundAttStmt = { $$attStmtType } .within { fmt: text .ne "compound" }
```

`compoundAttStmts` MUST contain two or more attestation statements which MUST NOT be compound attestation statements.

: Signing procedure
:: Not applicable

Expand Down

0 comments on commit 108db99

Please sign in to comment.