[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / Mono.Security / Test / Mono.Security.X509 / ChangeLog
index e41283a019d3e4acdf3bf396d37294133f88d484..cc19471e4eb5842219f9d2b40f74da6450505f37 100644 (file)
@@ -1,3 +1,74 @@
+2007-05-09  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * PKCS12Test.cs: Added unit tests for new SecretBag support. Patch by
+       Jay Miller.
+
+2007-02-12  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * X509CertificateTest.cs: Add test case for a certificate using dates
+       with an UTC offset (e.g. 990630000000+1000).
+
+2006-12-14  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * X501NameTest.cs: Added test case with a DN using Teletex/T61String.
+
+2006-12-11  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * PKCS12Test.cs: Add all failing PKITS PKCS#12 files (all DSA) as unit
+       test cases. Updated syntax to NUnit 2.2.
+
+2006-12-05  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * X509CertificateTest.cs: Add new test cases for [Issuer|Subject]
+       UniqueIdentifier properties.
+       * X509Crl.cs: Add test cases for CRL signature verification using a
+       certificate without a CA flag in it's BasicConstraintExtension.
+
+2006-12-04  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * X509Certificate.cs: New. Unit tests for X509Certificate when dealing
+       with DSA keys, including the case where DSA parameters are inherited.
+
+2006-10-08  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * PKCS12Test.cs: Added OpenSSL generated test case with an empty 
+       password (#79717). Changed results for existing test case with empty
+       password.
+
+2006-07-25  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * X509CrlTest.cs: Added regression test for bug #78901.
+
+2006-01-24  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * PKCS12Test.cs: Add a test case where the password is String.Empty 
+       when no password is required to decrypt the structures.
+
+2005-11-04  Sebastien Pouliot  <sebastien@ximian.com> 
+       * PKCS12Test.cs: Added tests for adding multiple keys with the same 
+       size inside a pkcs12 file. Fixed test when removing different keys
+       from the structure (removed only it the public key match).
+
+2005-11-04  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * PKCS12.cs: Added tests for MaximumPasswordLength property wrt to the
+       CryptoAPI limits on the password length (32 characters) when importing
+       and exporting PKCS #12 files.
+
+2005-08-29  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * X501NameTest.cs: Added test cases for quoted and escaped values.
+
+2005-08-12  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * X520AttributesTest.cs: New. Test cases from Daniel Granath to check
+       best encoding selection for values.
+
+2005-06-30  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * X509CrlTest.cs: New. Add regression test for bug #75406.
+
 2005-04-26  Sebastien Pouliot  <sebastien@ximian.com>
 
        * PKCS12Test.cs: Fix a test for 2.0 (where the constructor could be