RFC Errata
RFC 5906, "Network Time Protocol Version 4: Autokey Specification", June 2010
Note: This RFC has been updated by RFC 9748
Source of RFC: ntp (int)See Also: RFC 5906 w/ inline errata
Errata ID: 6402
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: Russ Housley
Date Reported: 2021-01-20
Verifier Name: Erik Kline
Date Verified: 2022-07-27
Section Appendix J says:
CertificateSerialNumber SET { ::= INTEGER Validity ::= SEQUENCE { notBefore UTCTime, notAfter UTCTime } }
It should say:
CertificateSerialNumber ::= INTEGER Validity ::= SEQUENCE { notBefore UTCTime, notAfter UTCTime }
Notes:
The original ASN.1 will not compile.