[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / corlib / Test / System.Security.Cryptography / ChangeLog
index b4ab58888c8b382f026a035a82198bb6e9835d84..f8cf771c7b95022595b776a8c106283dbb438483 100644 (file)
@@ -1,3 +1,36 @@
+2009-09-22  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * CryptoStreamTest.cs: Add (nunit-ized) test cases provided by
+       Santa Marta (via Atsushi) as repro for bugs #539288 and #539229
+
+2009-09-22  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * CryptoStreamTest.cs: Convert to newer nunit syntax
+
+2008-09-17  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * CryptoConfigTest.cs: Add test cases for HMAC URI.
+
+2008-07-13  Nestor Salceda  <nestor.salceda@gmail.com>
+
+       * RSAPKCS1KeyExchangeFormatterTest.cs: Add test case where you are
+       passing null parameters to SetKey method and constructor with the key as
+       parameter.  Fixes the bug #408738.
+
+2008-04-21  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * HMACSHA1Test.cs: Add test case where data reside inside a byte
+       array. Patch by Kazuki Oikawa.
+
+2008-04-17  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * DSATest.cs: Add valid test cases with invalid xml. Update to
+       NUnit 2 syntax.
+       * HashAlgorithmTest.cs: Fix compiler warnings.
+       * RSATest.cs: Add valid test cases with invalid xml. Update to
+       NUnit 2 syntax.
+       * SHA256Test.cs, SHA384Test.cs, SHA512Test.cs: Flush
+
 2008-03-04  Sebastien Pouliot  <sebastien@ximian.com>
 
        * PaddingModeTest.cs: Add test case for #366623 ANSI padding bug.