[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / Mono.Security / Test / Mono.Security.Authenticode / ChangeLog
index 46672ff642723ee063a6abfaa6d1faa4cb484944..60dbd12415f7ec105b2409971ea310378e0e21c7 100644 (file)
@@ -1,6 +1,23 @@
+2008-12-23  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * SoftwarePublisherCertificateTest.cs: Update test syntax to nunit
+       2.2. Test more cases like base64, unicode base64 and PEM base64.
+
+2004-11-05  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * PrivateKeyTest.cs: Fixed SaltWithoutPassword test to always use 
+       little endian.
+
+2004-10-28  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AuthenticodeDeformatterTest.cs: Check timestamp as an UTC value so 
+       that the test can work anywhere in the world (and not just at home ;)
+
 2004-09-07  Sebastien Pouliot  <sebastien@ximian.com>
 
-       * AuthenticodeDeformatterTest.cs: Merge new unit tests from HEAD.
+       * AuthenticodeDeformatterTest.cs: New. Unit tests to validate a valid
+       authenticode-signed assembly (included in test file) and an invalid
+       (non signed) assembly (the unit test assembly).
 
 2004-05-11  Sebastien Pouliot  <sebastien@ximian.com>