RFC Errata
RFC 6030, "Portable Symmetric Key Container (PSKC)", October 2010
Source of RFC: keyprov (sec)See Also: RFC 6030 w/ inline errata
Errata ID: 3418
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: Simon Josefsson
Date Reported: 2012-11-26
Verifier Name: Sean Turner
Date Verified: 2013-03-16
Section 7 and 11 says:
Section 7: <Signature> Section 11: <xs:element name="Signature" type="ds:SignatureType" minOccurs="0"/>
It should say:
Section 7: <ds:Signature> Section 11: <xs:element ref="ds:Signature" minOccurs="0"/>
Notes:
It seems the Signature element is in the wrong namespace, making PSKC incompatible with the XMLDsig specification.
There is a thread on this on the XMLSec mailing list:
http://thread.gmane.org/gmane.text.xml.xmlsec/4178
Both Aleksey Sanin (author of the XMLSec library) and G. Ken Holman (XML
expert) appear to believe this is an error in the XML schema for PSKC:
http://thread.gmane.org/gmane.text.xml.xmlsec/4178/focus=4181
http://thread.gmane.org/gmane.text.xml.xmlsec/4178/focus=4185
This was brought up on the keyprov mailing list:
http://thread.gmane.org/gmane.ietf.keyprov/1011
/Simon