RFC Errata
RFC 7292, "PKCS #12: Personal Information Exchange Syntax v1.1", July 2014
Note: This RFC has been updated by RFC 9579, RFC 9879
Source of RFC: IETF - NON WORKING GROUPArea Assignment: sec
See Also: RFC 7292 w/ inline errata
Errata ID: 7257
Status: Verified
Type: Editorial
Publication Format(s) : TEXT
Reported By: Takashi Kato
Date Reported: 2022-11-25
Verifier Name: RFC Editor
Date Verified: 2022-11-28
Section Appendix D. says:
-- CRLBag
CRLBag ::= SEQUENCE {
crlId BAG-TYPE.&id ({CRLTypes}),
crltValue [0] EXPLICIT BAG-TYPE.&Type ({CRLTypes}{@crlId})
}
It should say:
-- CRLBag
CRLBag ::= SEQUENCE {
crlId BAG-TYPE.&id ({CRLTypes}),
crlValue [0] EXPLICIT BAG-TYPE.&Type ({CRLTypes}{@crlId})
}
Notes:
There's excess `t` in `crlValue`
