[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / Mono.Security / Mono.Security.Authenticode / ChangeLog
index ac3315e2539c265aeb7f78864c6ec7ac48f5fc46..b6b94272fce3306faf605ba09f77d95f3a23b70e 100644 (file)
@@ -1,3 +1,16 @@
+2008-12-23  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * SoftwarePublisherCertificate.cs: Support PKCS7 files that with 
+       PEM headers around the base64 content.
+       [Fix bug #457658]
+
+2008-05-16  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AuthenticodeFormatter.cs: Throw an NotSupportedException if we're
+       trying to sign a non-PE (portable executable) file. We do not support
+       signing CAB and MSI files (nor does mono generates them).
+       [Partial fix for #388602, kept open as Enhancement]
+
 2008-01-10  Sebastien Pouliot  <sebastien@ximian.com>
 
        * AuthenticodeDeformatter.cs: Use RSAManaged and the new overloaded