[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / corlib / Test / System.Security.Cryptography / ChangeLog
index 1e5e41217907e3fa5c7e4575c5cd2cd77b6cb0b8..f8cf771c7b95022595b776a8c106283dbb438483 100644 (file)
@@ -1,3 +1,67 @@
+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.
+
+2008-02-21  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * Rfc2898DeriveBytesTest.cs: Add test cases for consecutive calls to
+       GetBytes and compare the result to a single, larger, call. Converted 
+       all exitsing tests to NUnit 2.2.
+
+2008-01-02  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * RC2CryptoServiceProviderTest.cs: Fix Create[De|En]cryptor_KeyNull 
+       test case not to fail about 1 out of 256 times under the 2.0 profile.
+       * TripleDESCryptoServiceProviderTest.cs: Fix Create[De|En]cryptor_KeyNull
+       test case not to fail about 1 out of 256 times under the 2.0 profile.
+
+2007-11-20  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * DESCryptoServiceProviderTest.cs: Fix CreateDecryptor_KeyNull test 
+       case not to fail about 1 out of 256 times under the 2.0 profile.
+
+2007-10-23  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * DESCryptoServiceProviderTest.cs: Fix CreateEncryptor_KeyNull test 
+       case not to fail about 1 out of 256 times under the 2.0 profile.
+
+2007-05-16  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * CryptoStreamTest.cs: Add test cases for WriteByte.
+
 2007-05-08  Randolph Chung  <tausq@debian.org>
 
        * DSACryptoServiceProviderTest.cs: Remove "NotWorking" annotation