Skip to content

Commit

Permalink
Synced ASN.1 in body with ASN.1 module
Browse files Browse the repository at this point in the history
  • Loading branch information
ounsworth committed Jan 24, 2024
1 parent f264430 commit cadf2bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions draft-ietf-lamps-csr-attestation.md
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ This list is left empty in this document. However, implementers should
populate it with the formats that they wish to support.

~~~
EvidenceStatements ::= SEQUENCE OF EvidenceStatement
EvidenceStatements ::= SEQUENCE SIZE (1..MAX) OF EvidenceStatement

EvidenceStatement ::= SEQUENCE {
type EVIDENCE-STATEMENT.&id({EvidenceStatementSet}),
Expand All @@ -490,12 +490,12 @@ Result must not be relied on. The format and contents of the hint are out of
scope of this document.

~~~
EvidenceBundles ::= SEQUENCE OF EvidenceBundle
EvidenceBundles ::= SEQUENCE SIZE (1..MAX) OF EvidenceBundle

EvidenceBundle ::= SEQUENCE
{
evidence EvidenceStatements,
certs SEQUENCE OF CertificateAlternatives OPTIONAL
certs SEQUENCE SIZE (1..MAX) OF CertificateAlternatives OPTIONAL
}

id-aa-evidenceStatement OBJECT IDENTIFIER ::= { id-aa TBDAA }
Expand Down

0 comments on commit cadf2bc

Please sign in to comment.