[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Security / Test / System.Security.Cryptography.Xml / ChangeLog
index 3988d531472fe9bd51ba83be123287899ca80486..1169837e5822359e58dd3eb07fe2ac326f334fe8 100644 (file)
@@ -1,3 +1,105 @@
+2009-07-14  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * SignedInfoTest.cs: Test case for Signature Length/Method mixup
+       * SignedXmlTest.cs: Test cases for HMACOutputLength
+
+2009-06-26  Robert Jordan  <robertj@gmx.net>
+
+       * *.cs: Upgrade to new NUnit style.
+
+2008-11-01  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * EncryptedXmlTest.cs: Add null check test cases for many methods.
+       * SignedXmlTest.cs: New. Check that GetIdElement returns null when
+       either parameter is null.
+       * TransformTest.cs: New. Check null check behavior.
+       * XmlDecryptionTransformTest.cs: New. Check null check behavior.
+       * XmlDsigC14NTransformTest.cs: Confirm MS.NET NRE behavior inside
+       GetDigestedOutput method.
+       * XmlDsigExcC14NTransformTest.cs: Confirm MS.NET NRE behavior inside
+       GetDigestedOutput method.
+
+2008-10-14  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * XmlDsigXsltTranformTest.cs: Added test for .ctor (bool).
+       * XmlDsigEnvelopedTransformTest.cs: Added test for .ctor (bool). Use
+       Assert class. Improved properties tests.
+       * XmlDsigC14TransformTest.cs: Added test for .ctor (bool).
+       * XmlDsigExcC14NTransformTest.cs: Added .ctor tests and added asserts
+       IncludsiveNamespacesPrefixList
+       * XmlDsigExcC14NWithCommentsTransformTest.cs: Added basic .ctor and
+       properties tests.
+       * XmlDsigC14NWithCommentsTransformTest.cs: Fixed line endings.
+       * XmlLicenseTransformTest.cs: Added basic .ctor and properties tests.
+
+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
+       * SignedInfoTest.cs
+       * XmlDsigC14NTransformTest.cs
+       * XmlDsigExcC14NTransformTest.cs
+       * XmlDsigC14NWithCommentsTransformTest.cs
+       * ReferenceTet.cs
+       * SignatureTest.cs: Fixed line endings.
+
+2008-05-25  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * XmlDsigBase64TransformTest.cs: Add test case for InputTypes
+       * XmlDsigExcC14NTransformTest.cs: Add test case for InputTypes
+
+2007-03-22  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlDsigC14NTransformTest.cs : added test for xmlns attribute 
+         completion for input nodes, as well as test for
+         PropagatedNamespaces (ignored so far).
+
+2007-01-25  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SignedXmlTest.cs : enable SignElementWithPrefixedNamespace().
+
+2007-01-23  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SignedXmlTest.cs : fixed ambiguous variable name in previous tests.
+
+2007-01-23  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SignedXmlTest.cs :
+         run the transformation in yesterday's test twice.
+
+2007-01-22  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlDsigExcC14NTransformTest.cs, XmlDsigC14NTransformTest.cs,
+         SignedXmlTest.cs : added some more tests which blocks indigo.
+
+2007-01-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlDsigExcC14NTransformTest.cs : new tests, mostly copied from
+         non-exc test.
+
+2007-01-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SignedXmlTest.cs : added DataReferenceToNonDataObject().
+
+2007-01-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DataObjectTest.cs : test to make sure to not clear attributes or
+         children unnecessarily.
+
+2007-01-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SignedXmlTest.cs : fixed ComputeSignatureNoSigningKey() to not
+         expect silly exception. Added test for malformed reference.
+
+2007-01-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SignedXmlTest.cs : added ComputeSignatureNoSigningKey().
+
 2006-11-01  Atsushi Enomoto  <atsushi@ximian.com>
 
        * SignedXmlTest.cs : added Ignore for failing wrong test by design.