2007-04-24 Marek Habersack <mhabersack@novell.com>
[mono.git] / mcs / class / corlib / Mono.Security.Authenticode / ChangeLog
old mode 100755 (executable)
new mode 100644 (file)
index 7f93988..76721f7
@@ -1,3 +1,34 @@
+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.
+
+2004-09-07  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AuthenticodeBase.cs: Merge from Mono.Security.dll. This version is 
+       less memory consuming (it works by 4kb blocks instead of loading the
+       entire assembly).
+       * AuthenticodeDeformatter.cs: Merge from Mono.Security.dll. Hash will
+       only be created if the assembly is signed. Benefits from Authenticode
+       Base changes.
+
 2004-04-28  Sebastien Pouliot  <sebastien@ximian.com>
 
        * AuthenticodeBase.cs: In sync with Mono.Security.dll version.