RFC Errata
Found 2 records.
Status: Verified (2)
RFC 2797, "Certificate Management Messages over CMS", April 2000
Note: This RFC has been obsoleted by RFC 5272
Source of RFC: pkix (sec)
Errata ID: 4037
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: Russ Housley
Date Reported: 2014-07-03
Verifier Name: Stephen Farrell
Date Verified: 2014-07-03
Section Appendix A says:
EnrollmentMessageSyntax { iso(1) identified-organization(3) dod(4) internet(1) security(5) mechansims(5) pkix(7) id-mod(0) id-mod-cmc(6) }
It should say:
EnrollmentMessageSyntax { iso(1) identified-organization(3) dod(6) internet(1) security(5) mechansims(5) pkix(7) id-mod(0) id-mod-cmc(6) }
Notes:
The PKIX Object Identifier arc is:
id-pkix OBJECT IDENTIFIER ::= { iso(1) identified-organization(3)
dod(6) internet(1) security(5) mechanisms(5) pkix(7) }
So, the third element in the object identifier should be "dod(6)" instead of "dod(4)".
Errata ID: 4038
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: Russ Housley
Date Reported: 2014-07-03
Verifier Name: Stephen Farrell
Date Verified: 2014-07-03
Section Appendix A says:
id-cmc-confirmCertAcceptance OBJECT IDENTIFIER ::= {pkix-cmc 24}
It should say:
id-cmc-confirmCertAcceptance OBJECT IDENTIFIER ::= {id-cmc 24}
Notes:
This is a typo in the ASN.1 module. The proper definition for this object identifier is {id-cmc 24}.