2006-09-22 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Fri, 22 Sep 2006 04:32:02 +0000 (04:32 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Fri, 22 Sep 2006 04:32:02 +0000 (04:32 -0000)
commit24da8a2f2a8994003d52c34eea7c66fe36c764d6
tree4139092518883d24e20c54664e723ae894ac2cf2
parente2b9ba5fa59998bde4011f170160df72ddcd4ca6
2006-09-22  Atsushi Enomoto  <atsushi@ximian.com>

* EncryptedXml.cs : use Padding member instead of const ISO10126 (though
  I doubt it should be there). Use it in DecryptData().

* EncryptedXmlTest.cs, EncryptedXmlSample3.xml :
  another decryption test for padding sanity.

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

svn path=/trunk/mcs/; revision=65804
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/EncryptedXmlSample3.xml [new file with mode: 0644]
mcs/class/System.Security/Test/System.Security.Cryptography.Xml/EncryptedXmlTest.cs