[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / Mono.Security / Test / Mono.Security.Cryptography / ChangeLog
index d51d6584d1c0a55c38ed1c7e51fd7c62bb3c7d0e..bc918d9ae4b879b21b5b022aed6f0ba3296d7b63 100644 (file)
@@ -1,3 +1,53 @@
+2007-05-08  Randolph Chung  <tausq@debian.org>
+
+       * CryptoConvertTest.cs: Add tests for DSA conversion functions.
+
+2006-10-04  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * PKCS1Test.cs: Ensure the latest changes didn't break some SSL3 
+       features that uses MD5SHA1 as a hash function.
+       * RSAManagedTest.cs: Forgot to update test cases after right padding 
+       was added.
+
+2006-09-05  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * RSAManagedTest.cs: Add a test case for #79269 (wrong exception).
+
+2005-04-27  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * KeyPairPersistenceTest.cs: Upgrade to NUnit 2.2 API to use Ignore.
+       Now Ignore all tests that results in UnauthorizedAccessException.
+
+2004-12-06  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * RSAManagedTest.cs: New. Unit tests to validate RSA decryption when 
+       using key blinding with or without using CRT.
+
+2004-11-05  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * KeyPairPersistenceTest.cs: Forgot to re-fix the second failing test.
+
+2004-11-03  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * KeyPairPersistenceTest.cs: Re-fix as the UnauthorizedAccessException
+       is the InnerException of a CryptographicException.
+
+2004-10-28  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * KeyPairPersistenceTest.cs: Fix two tests to work even if the user 
+       doesn't have access to the machine key store.
+
+2004-09-22  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * SHA224Test.cs: Fix compilation error with NUnit 2.1.91 (CVS).
+
+2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * SHA224ManagedTest.cs: New. Unit tests for the managed implementation
+       of SHA-224.
+       * SHA224Test.cs: New. Unit tests for SHA-224. Use test vectors from
+       RFC3874.
+
 2004-05-27  Sebastien Pouliot  <sebastien@ximian.com>
 
        * ARC4ManagedTest.cs: Added unit tests for exceptions coming from