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:
authorSebastien Pouliot <sebastien@ximian.com>2008-09-17 23:10:48 +0400
committerSebastien Pouliot <sebastien@ximian.com>2008-09-17 23:10:48 +0400
commite6fd2f6754fce86a383ee8025a992faa9641448b (patch)
tree6711af1c2ab7daeb6e6adb6629241fdd8e0a4e2a /mcs/class/System.Security/Test/System.Security.Cryptography.Xml/ChangeLog
parentbc20013f7a16ca7638e7bd37f4990731b00c7643 (diff)
2008-09-17 Sebastien Pouliot <sebastien@ximian.com>
* SignedXmlTest.cs: Add test cases for HMACSHA[256|384|512] and HMACRIPEMD160 which are supported in 2.0. Based on test case from Fredrik Olsson on bug #425724. svn path=/trunk/mcs/; revision=113345
Diffstat (limited to 'mcs/class/System.Security/Test/System.Security.Cryptography.Xml/ChangeLog')
-rw-r--r--mcs/class/System.Security/Test/System.Security.Cryptography.Xml/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/System.Security/Test/System.Security.Cryptography.Xml/ChangeLog b/mcs/class/System.Security/Test/System.Security.Cryptography.Xml/ChangeLog
index 6dcd26ccdb7..eb530a614c3 100644
--- a/mcs/class/System.Security/Test/System.Security.Cryptography.Xml/ChangeLog
+++ b/mcs/class/System.Security/Test/System.Security.Cryptography.Xml/ChangeLog
@@ -1,3 +1,9 @@
+2008-09-17 Sebastien Pouliot <sebastien@ximian.com>
+
+ * SignedXmlTest.cs: Add test cases for HMACSHA[256|384|512] and
+ HMACRIPEMD160 which are supported in 2.0. Based on test case from
+ Fredrik Olsson on bug #425724.
+
2008-08-14 Gert Driesen <drieseng@users.sourceforge.net>
* KeyInfoX509DataTest.cs