RFC Errata
Found 1 record.
Status: Reported (1)
RFC 8894, "Simple Certificate Enrolment Protocol", September 2020
Source of RFC: IETF - NON WORKING GROUP
Errata ID: 6372
Status: Reported
Type: Editorial
Publication Format(s) : TEXT
Reported By: Russ Housley
Date Reported: 2020-12-28
Section 3.3.3 says:
The messageData for this type consists of an IssuerAndSubject: issuerAndSubject ::= SEQUENCE { issuer Name, subject Name }
It should say:
The messageData for this type consists of an IssuerAndSubject: IssuerAndSubject ::= SEQUENCE { issuer Name, subject Name }
Notes:
For the ASN.1 to compile properly, the definition must begin with a capital letter.