RFC Errata
RFC 5655, "Specification of the IP Flow Information Export (IPFIX) File Format", October 2009
Source of RFC: ipfix (ops)See Also: RFC 5655 w/ inline errata
Errata ID: 1988
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: Alfred Hoenes
Date Reported: 2009-12-28
Verifier Name: Dan Romascanu
Date Verified: 2010-05-11
Section 9.1.3, pg.39 says:
signedAttrs: an optional set of attributes that are signed along with the content. | digestAlgorithm: identifies the digital signature algorithm and associated parameters used to generate the signature. signature: the digital signature of the associated file. unsignedAttrs: an optional set of attributes that are not signed.
It should say:
signedAttrs: an optional set of attributes that are signed along with the content. | signatureAlgorithm: identifies the digital signature algorithm and associated parameters used to generate the signature. signature: the digital signature of the associated file. unsignedAttrs: an optional set of attributes that are not signed.
Notes:
Rationale:
Same SEQUENCE element name listed twice, for two different explanations.
Further Note (keep for update!):
In Section 9.1, in the ASN.1 on page 37, for a better approximation
to ASN.1, all pairs of curly braces, "{" ... "}", should better be
preceded by the keyword "SEQUENCE".