2010-06-22 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / corlib / Mono.Security.Authenticode / ChangeLog
old mode 100755 (executable)
new mode 100644 (file)
index 9b951d3..07ce4c9
@@ -1,3 +1,41 @@
+2010-03-16  Jb Evain  <jbevain@novell.com>
+
+       * AuthenticodeBase.cs, AuthenticodeDeformatter.cs: use MOONLIGHT
+       symbol to disambiguate MonoTouch and Moonlight code.
+
+2009-04-30  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * AuthenticodeBase.cs, AuthenticodeDeformatter.cs: Remove from NET_2_1
+
+2008-01-10  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AuthenticodeDeformatter.cs: Use RSAManaged and the new overloaded
+       PKCS1.Verify_v15 with tryNonStandardEncoding == true when verifying
+       timestamping certificate signatures. Fix for #350958
+
+2007-04-26  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AuthenticodeBase.cs: Synch with latest Mono.Security version
+       * AuthenticodeDeformatter.cs: Synch with latest Mono.Security version
+
+2006-11-08  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AuthenticodeDeformatter.cs: Return (find) the SigningCertificate 
+       even if the signature isn't verifiable. This is the behaviour required
+       for 2.0.
+
+2006-06-14  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AuthenticodeBase.cs: Fix destination offset. Note that this works 
+       under MS but not under Mono.
+       * AuthenticodeDeformatter.cs: Report a more useful error if the file
+       hash doesn't match the signed hash.
+
+2005-03-24  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AuthenticodeDeformatter.cs: Don't hide the SecurityException (e.g. 
+       file access).
+
 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
 
        * AuthenticodeDeformatter.cs: Fixed warning (l4) for unused variables.