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 18:10:41 +0400
committerAtsushi Eno <atsushieno@gmail.com>2006-09-21 18:10:41 +0400
commit8d2ce38aaea10e25b4dbd3bfef32ee58b1a3327d (patch)
treed09bf7d84016d9b47aa298fd8565817e4f3d6f35 /mcs/class/System.Security/Makefile
parent107a12767be8111bffeba70b913b885336db1d91 (diff)
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
Diffstat (limited to 'mcs/class/System.Security/Makefile')
-rw-r--r--mcs/class/System.Security/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System.Security/Makefile b/mcs/class/System.Security/Makefile
index a8c4bfa9cbe..85dece660a9 100644
--- a/mcs/class/System.Security/Makefile
+++ b/mcs/class/System.Security/Makefile
@@ -17,5 +17,6 @@ endif
EXTRA_DISTFILES = \
Test/System.Security.Cryptography.Xml/sample.pfx \
Test/System.Security.Cryptography.Xml/EncryptedXmlSample1.xml
+ Test/System.Security.Cryptography.Xml/EncryptedXmlSample2.xml
include ../../build/library.make