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-21 11:25:48 +0400
committerAtsushi Eno <atsushieno@gmail.com>2006-09-21 11:25:48 +0400
commiteb9e5702942536f187b81234289ecd043869354d (patch)
tree14160d4c3942538f4e3900ca88e17572c4b7715b /mcs/class/System.Security/System.Security_test.dll.sources
parent7d179d69f52199e6f1a314e03c4e5430f2b58ddc (diff)
2006-09-21 Atsushi Enomoto <atsushi@ximian.com>
* EncryptedXml.cs : True fix for DecryptData(). It indeed uses block size (or possibly IV size) in Transform(), but only for stripping the heading n bytes garbage. * EncryptedXmlTest.cs : new file. Added practical example. * EncryptedXmlSample1.xml, sample.pfx : support files for the above test. * System.Security_test.dll.sources: added EncryptedXmlTest.cs. * Makefile: added some extra test support files as EXTRA_DISTFILES. svn path=/trunk/mcs/; revision=65750
Diffstat (limited to 'mcs/class/System.Security/System.Security_test.dll.sources')
-rw-r--r--mcs/class/System.Security/System.Security_test.dll.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System.Security/System.Security_test.dll.sources b/mcs/class/System.Security/System.Security_test.dll.sources
index 5865b97dcc8..e0ffebc9b81 100644
--- a/mcs/class/System.Security/System.Security_test.dll.sources
+++ b/mcs/class/System.Security/System.Security_test.dll.sources
@@ -23,6 +23,7 @@ System.Security.Cryptography.Xml/AssertCrypto.cs
System.Security.Cryptography.Xml/DataObjectTest.cs
System.Security.Cryptography.Xml/DSAKeyValueTest.cs
System.Security.Cryptography.Xml/DataReferenceTest.cs
+System.Security.Cryptography.Xml/EncryptedXmlTest.cs
System.Security.Cryptography.Xml/KeyInfoNameTest.cs
System.Security.Cryptography.Xml/KeyInfoNodeTest.cs
System.Security.Cryptography.Xml/KeyInfoRetrievalMethodTest.cs