Skip to content

Commit

Permalink
Making all fields in the CertificateAlternatives Structure optional
Browse files Browse the repository at this point in the history
  • Loading branch information
hannestschofenig authored Dec 1, 2023
1 parent 1ba5438 commit 14dbe76
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions draft-ietf-lamps-csr-attestation.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,14 +294,13 @@ broad variety of certificate types.
~~~
CertificateAlternatives ::=
CHOICE {
cert Certificate,
typedCert [0] IMPLICIT TypedCert,
typedFlatCert [1] IMPLICIT TypedFlatCert
cert [0] Certificate,
typedCert [1] TypedCert,
typedFlatCert [2] TypedFlatCert
}
~~~

"Certificate" is a standard X.509 certificate that MUST be compliant

with RFC 5280. Enforcement of this constraint is left to the relying
parties.

Expand Down

0 comments on commit 14dbe76

Please sign in to comment.