[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / corlib / Test / System.Security.Cryptography.X509Certificates / ChangeLog
index cfc03cc4bcc8506cee44b9884e868b80299df233..f07c1ba5d929b7d0e76d24dcef534301aeac4d4c 100644 (file)
@@ -1,3 +1,60 @@
+2009-06-25  Zoltan Varga  <vargaz@gmail.com>
+
+       * *.cs: Convert all tests to new-style nunit classes/methods.   
+
+2008-07-26  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * X509CertificateTest.cs: Added asserts for Subject and Issuer.
+
+2006-11-17  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * X509Cert20Test.cs: Add test cases for Equals and Export.
+
+2006-11-13  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * X509Cert20Test.cs: Added test cases for importing PEM encoded
+       certificates and certificates enveloped into a PKCS#7 structure.
+
+2006-11-08  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * X509CapiTest.cs: Update test cases to work under 2.0 (serial number
+       is reversed, actually fixed, in 2.0).
+       * X509Cert20Test.cs: Added new 2.0 specific tests for DER-encoded
+       certificates and PKCS#12 certificates.
+       * X509CertificateCas.cs: Update test cases to work under 2.0.
+       * X509CertificateTest.cs: Update test cases to work under 2.0.
+       * X509SpcTest.cs: Fix behaviour changes for Authenticode handling 
+       under 2.0.
+
+2006-08-08  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * X509Cert20Test.cs: Add a test case with an unrequired password to 
+       decode a lonely DER x.509 certificate.
+
+2006-07-31  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * X509CapiTest.cs : ConstructorIntPtrZero() is valid only under 1.x.
+       * X509CertificateTest.cs :
+         Added tests for equality and null certificate constructor.
+
+2005-09-25  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * X509CapiTest.cs: Update the test cases as the 1.x date/time bug 
+       (Seattle time) has been fixed in 2.0.
+       * X509CertificateTest.cs: Update the test cases as the 1.x date/time 
+       bug (Seattle time) has been fixed in 2.0.
+
+2005-03-24  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * X509CapiTest.cs: Enabled IntPtr test under Linux. Add IntPtr.Zero 
+       tests (special case).
+       * X509CertificateCas.cs: New. CAS unit tests for X509Certificate.
+       * X509SpcTest.cs: Activate some tests (most only on Windows);
+
+2005-02-24  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * X509Cert20Test.cs: Fx 2.0 specific certificate tests.
+
 2004-05-20  Sebastien Pouliot  <sebastien@ximian.com>
 
        * X509CapiTest.cs: SetUp and TearDown are now public (required for new