New test.
[mono.git] / mcs / class / corlib / Test / System.Security.Cryptography.X509Certificates / ChangeLog
index 1c88c371ca1656c9b6ce4a69b5b08676a4a67df8..2b74d38fa3ef425b4f4f8a2c803f0a8f088982e1 100644 (file)
@@ -1,3 +1,28 @@
+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.