2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / Mono.Security / Test / Mono.Security.Authenticode / ChangeLog
index 83c96c8c3f0ca463ca20c4c4ede8b883b3cdec42..edd24086b5bfe67d551d1ef61ebabb02128c86db 100644 (file)
@@ -1,10 +1,18 @@
 2004-11-05  Sebastien Pouliot  <sebastien@ximian.com>
 
-       * PrivateKeyTest.cs: Merge endian fix from HEAD.
+       * 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>