removed unused variables
[mono.git] / mcs / class / corlib / System.Security.Cryptography.X509Certificates / ChangeLog
index 86be09eef0aab49ec929953a3bd8c1005539af97..0a463b8c28b25cddbc9a297e01bfa907077ebdde 100644 (file)
@@ -1,6 +1,23 @@
 2004-09-07  Sebastien Pouliot  <sebastien@ximian.com>
 
-       * X509Certificate.cs: Merge changes from HEAD.
+       * X509Certificate.cs: CreateFromSignedFile now throw the COMException
+       if the specified file isn't signed (before this was done by 
+       AuthenticodeDeformatter). More details are available on failure.
+
+2004-07-08  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * X509Certificate.cs: Added new Equals(Object). Moved [Serializable]
+       so it's compiled by all profiles. Added missing MonoTODO.
+       * X509ContentType.cs: Added new (from 1.2) Pkcs12 enum member. Added
+       missing [Serializable] attribute.
+       * X509KeyStorageFlags.cs: Specified all flags values. Added missing
+       [Serializable] attribute.
+
+2004-07-07  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * X509Certificate.cs: Fixed NET_2_0 directives.
+       * X509ContentType.cs: New enum in Fx 2.0.
+       * X509KeyStorageFlags.cs: New flags in Fx 2.0.
 
 2003-12-15  Sebastien Pouliot  <spouliot@videotron.ca>