Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@gmail.com>2006-09-22 08:32:02 +0400
committerAtsushi Eno <atsushieno@gmail.com>2006-09-22 08:32:02 +0400
commit24da8a2f2a8994003d52c34eea7c66fe36c764d6 (patch)
tree4139092518883d24e20c54664e723ae894ac2cf2 /mcs/class/System.Security/ChangeLog
parente2b9ba5fa59998bde4011f170160df72ddcd4ca6 (diff)
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
Diffstat (limited to 'mcs/class/System.Security/ChangeLog')
-rw-r--r--mcs/class/System.Security/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/System.Security/ChangeLog b/mcs/class/System.Security/ChangeLog
index 43c719458ac..8f715797373 100644
--- a/mcs/class/System.Security/ChangeLog
+++ b/mcs/class/System.Security/ChangeLog
@@ -1,3 +1,8 @@
+2006-09-22 Atsushi Enomoto <atsushi@ximian.com>
+
+ * Makefile:
+ Added Test/S.S.C.Xml/EncryptedXmlSample3.xml to EXTRA_DISTFILES.
+
2006-09-21 Atsushi Enomoto <atsushi@ximian.com>
* Makefile: oops, syntax breakage.