2006-09-21 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Thu, 21 Sep 2006 14:10:41 +0000 (14:10 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Thu, 21 Sep 2006 14:10:41 +0000 (14:10 -0000)
commit8d2ce38aaea10e25b4dbd3bfef32ee58b1a3327d
treed09bf7d84016d9b47aa298fd8565817e4f3d6f35
parent107a12767be8111bffeba70b913b885336db1d91
2006-09-21  Atsushi Enomoto  <atsushi@ximian.com>

* EncryptedXml.cs :
  Handle orthodox padding (xmlenc spec section 5.2). However, like
  EncryptedXmlSample1, it might not exist, so make it optional.

* EncryptedXmlTest.cs, EncryptedXmlSample2.xml :
  Added another case that expects correct padding processing which is
  specified in W3C xmlenc spec section 5.2.

* Makefile:
  Added Test/S.S.C.Xml/EncryptedXmlSample2.xml to EXTRA_DISTFILES.

svn path=/trunk/mcs/; revision=65766
mcs/class/System.Security/ChangeLog
mcs/class/System.Security/Makefile
mcs/class/System.Security/System.Security.Cryptography.Xml/ChangeLog
mcs/class/System.Security/System.Security.Cryptography.Xml/EncryptedXml.cs
mcs/class/System.Security/Test/System.Security.Cryptography.Xml/ChangeLog
mcs/class/System.Security/Test/System.Security.Cryptography.Xml/EncryptedXmlSample2.xml [new file with mode: 0644]
mcs/class/System.Security/Test/System.Security.Cryptography.Xml/EncryptedXmlTest.cs