Re: Updated XML Encryption 1.1

Frederick,


> Thanks for noticing this needed change and making an update.  I have a couple of questions
>
> For the RSA-OAEP defined by http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p  the MGF element should not be present but I don't think this is captured by the rnc schema.

I think that this constraint is already covered by the following lines
in xenc-schema.rnc.

xenc_EncryptionMethodOtherParams =
 ...
  | (attribute Algorithm { xsd:anyURI
"http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p" },
     element OAEPparams { xsd:base64Binary }?,
     ds_DigestMethod?)

Hmm, do we need ds_DigestMethod for ttp://www.w3.org/2001/04/xmlenc#rsa-oaep?

>
> Oxygen shows a syntax error at line 69, "xenc11_MGF = element name MFG {xenc11_MFGType }" - I'm not sure why.

My mistake.  I fixed some typo in my local copy.


I will send a revised version (including an RNG schema) when all
algorithm identifiers are fixed.

Regards,
Makoto

Received on Sunday, 16 October 2011 09:47:40 UTC