[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / Mono.Security / Test / Mono.Security.Cryptography / ChangeLog
index 6c5875ddd43d2af504ea446b983927052c5b2ab4..bc918d9ae4b879b21b5b022aed6f0ba3296d7b63 100644 (file)
@@ -1,3 +1,23 @@
+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