[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / corlib / Test / System.Security.Cryptography / ChangeLog
index b68d503034e0df30ebf428381caee2be94a2c42f..f8cf771c7b95022595b776a8c106283dbb438483 100644 (file)
@@ -1,3 +1,98 @@
+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
+       for the blob tests that should now pass.
+
+2007-05-08  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * DSATest.cs: Add test case where we import a key that has a null Y
+       (public part) but where X (private part) is available - and usable
+       to compute Y.
+
+2007-03-22  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * CryptoConfigTest.cs: Fix upper/lower/mixed cases tests as they work 
+       only for 2.0.
+       * CryptoStreamTest.cs: Fixed some test cases to work properly on MS
+       fx 2.0.
+       * DSACryptoServiceProviderTest.cs: Normalize line endings.
+       * PasswordDeriveBytesTest.cs: Fix test case that used Reset (as the 
+       method was fixed to reset the state in fx 2.0).
+       * Rfc2898DeriveBytesTest.cs: Add test case to trigger an endian bug.
+       * RSACryptoServiceProviderTest.cs: Normalize line endings.
+       * SymmetricAlgorithmTransformTest.cs: Change/split test cases so that
+       they work properly under both MS 1.1 and 2.0. In some cases tests are
+       marked as NotWorking because Mono implements the, more consistent, 2.0
+       behavior for all transforms.
+
+2007-03-15 Roei Erez <roeie@mainsoft.com>
+
+       * Adding some TARGET_JVM tags.
+       
 2007-03-05  Sebastien Pouliot  <sebastien@ximian.com>
 
        * SymmetricAlgorithmTransformTest.cs: Add test cases for #81008 by