RFC Errata
RFC 6031, "Cryptographic Message Syntax (CMS) Symmetric Key Package Content Type", December 2010
Source of RFC: keyprov (sec)See Also: RFC 6031 w/ inline errata
Errata ID: 2760
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: Sean Turner
Date Reported: 2011-03-31
Verifier Name: Stephen Farrell
Date Verified: 2011-04-07
Section 3.2.7 & A.2 says:
PSKCAlgorithmParameters ::= CHOICE {
suite UTF8String,
challengeFormat [0] ChallengeFormat,
responseFormat [1] ResponseFormat,
... }
It should say:
PSKCAlgorithmParameters ::= SEQUENCE {
suite UTF8String,
challengeFormat [0] ChallengeFormat,
responseFormat [1] ResponseFormat,
... }
Notes:
This aligns with the errata on RFC 6030, which is where the syntax for this attribute comes from. The errata can be found here http://www.rfc-editor.org/errata_search.php?rfc=6030&eid=2759
