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/Makefile
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/Makefile')
-rw-r--r--mcs/class/System.Security/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/System.Security/Makefile b/mcs/class/System.Security/Makefile
index 84bf3752d9e..a8c4bfa9cbe 100644
--- a/mcs/class/System.Security/Makefile
+++ b/mcs/class/System.Security/Makefile
@@ -14,4 +14,8 @@ LIB_MCS_FLAGS += -r:Mono.Security.dll -nowarn:414
TEST_MCS_FLAGS += -nowarn:168,183,414
endif
+EXTRA_DISTFILES = \
+ Test/System.Security.Cryptography.Xml/sample.pfx \
+ Test/System.Security.Cryptography.Xml/EncryptedXmlSample1.xml
+
include ../../build/library.make