Merge pull request #910 from akoeplinger/cleanup-test-ignores
[mono.git] / mcs / class / corlib / System.Security.Cryptography.X509Certificates / ChangeLog
index afe1d3c0444bb893e7c1cdcf17bd71840d567f4f..86217bd8cb05bc6b1148253a59084a0fa7f0b2fc 100644 (file)
@@ -1,3 +1,25 @@
+2010-03-16  Jb Evain  <jbevain@novell.com>
+
+       * X509KeyStorageFlags.cs, X509ContentType.cs, X509Certificate.cs
+       X509Certificate20.cs: use MOONLIGHT symbol to disambiguate
+       MonoTouch and Moonlight code.
+
+2009-09-22  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * X509Certificate20.cs: Don't depend on SecureString for NET_2_1
+
+2009-05-02  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * X509Certificate.cs: Remove code to initialize from an handle
+       in NET_2_1 since this is only possible from Windows and would be
+       SC anyway.
+
+2009-04-30  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * X509Certificate.cs: Remove CreateFromSignedFile from NET_2_1 
+       since it's unneeded and bring more code and [SecuritySafeCritical]
+       API into the assemblies.
+
 2008-08-18  Sebastien Pouliot  <sebastien@ximian.com>
 
        * X509Certificate[20].cs: Silverlight 2.0 does not implement either