2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / Mono.Security / Test / Mono.Security.Cryptography / ChangeLog
index cd197dc8d3f07598e9747ea849db5c5c19c424c8..6c5875ddd43d2af504ea446b983927052c5b2ab4 100644 (file)
@@ -1,7 +1,32 @@
+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>
 
-       * KeyPersistanceTest.cs: Merge fixes from HEAD when machine store
-       isn't created (and can't be created by the current user).
+       * 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>