Merge pull request #910 from akoeplinger/cleanup-test-ignores
[mono.git] / mcs / class / corlib / System.Security.Cryptography.X509Certificates / ChangeLog
index 84675a355837d3a4a6b527bdf61df1fdcc78c221..86217bd8cb05bc6b1148253a59084a0fa7f0b2fc 100644 (file)
@@ -1,3 +1,52 @@
+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
+       IDeserializationCallback or ISerializable interfaces for this type.
+
+2008-08-08  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * X509Certificate20.cs: Remove reference to X509ContentType.Pfx and
+       SerializedCert since they are not available in SL 2.0
+       * X509ContentType.cs: Remove values not available in SL 2.0
+       * X509KeyStorageFlags.cs: Remove values not available in SL 2.0
+
+2008-07-02  Andreas Nahr  <ClassDevelopment@A-SoftTech.com>
+
+       * X509Certificate.cs: Fix parameter names
+
+2008-01-12  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * X509Certificate.cs: Don't wrap our own COMException inside another
+       one. This will provide a better error message to the user (or tool)
+
+2007-01-05  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * X509Certificate.cs: Now that the ASN.1 converted DateTime is 
+       "clearly" UTC (in 2.0) we need to adjust GetEffectiveDateString and 
+       GetExpirationDateString methods to return the local time.
+
 2006-11-17  Sebastien Pouliot  <sebastien@ximian.com>
 
        * X509Certificate.cs: Fix Equals to throw a CryptographicException, in