New test.
[mono.git] / mcs / class / Mono.Security / Mono.Security.Authenticode / ChangeLog
index aa85e2bac7f8ee5ce429240897747b32de7794d9..032d57088af2787510377f11c288ad0bc22d89c4 100644 (file)
@@ -1,3 +1,17 @@
+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.
+       * AuthenticodeFormatter.cs: Implemented support for Timestamp method.
+
 2005-04-18  Sebastien Pouliot  <sebastien@ximian.com>
 
        * AuthenticodeFormatter.cs: Commented unused private constants to