2004-02-13 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / corlib / ChangeLog
index 5db28d335b2e6995741529c8129be5ecc45e5c33..bbe23a2647a57b291a455d6e1a29d8ea8697c7fa 100644 (file)
@@ -1,3 +1,66 @@
+2004-02-10 Carlos Guzmán Álvarez  <carlosga@telefonica.net>
+
+    * Mono.Security.Cryptography/PKCS1.cs:
+
+        - Added little change for allow the class to be used with
+        hash implementations that doesn't have an oid like the MD5SHA1 hash.
+
+2004-02-06  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * corlib.dll.sources: Moved SymmetricTransform class from System.
+       Security.Cryptography (SymmetricAlgorithm) to Mono.Security.
+       Cryptography.
+
+2004-02-05  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * corlib.dll.sources: Added KeyPairPersistance class, in Mono.
+       Security.Cryptography namespace, to the build.
+       * corlib_test.dll.sources: Added AppDomain unit tests in System.
+       Some tests are currently ignored because they produce lots of GC
+       Warning failures but they seems to work (nunit finishes).
+
+2004-01-14  Sebastien Pouliot  <spouliot@videotron.ca>
+
+       * corlib_test.dll.sources: Added Url and UrlMembershipCondition unit 
+       tests in System.Security.Policy namespace.
+
+2004-01-06  Sebastien Pouliot  <spouliot@videotron.ca>
+
+       * corlib_test.dll.sources: Added SecurityException unit tests in
+       System.Security namespace.
+
+2004-01-05  Sebastien Pouliot  <spouliot@videotron.ca>
+
+       * corlib_test.dll.sources: Added CodeAccessPermission unit tests in
+       System.Security namespace. Added CodeGroup related and PolicyLevel
+       unit tests to System.Security.Policy.
+
+2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
+
+       * corlib.dll.sources: Added System.Resources.Win32Resources.cs.
+
+2004-01-03  Sebastien Pouliot  <spouliot@videotron.ca>
+
+       * corlib_test.dll.sources: Added SecurityManager unit tests in
+       in System.Security namespace.
+
+2004-01-03  Sebastien Pouliot  <spouliot@videotron.ca>
+
+       * corlib.dll.sources: Added SiteMembershipCondition to 
+       System.Security.Policy namespace.
+       * corlib_test.dll.sources: Added Site and SiteMembershipCondition
+       unit tests in System.Security.Policy namespace.
+
+2004-01-02  Sebastien Pouliot  <spouliot@videotron.ca>
+
+       * corlib.dll.sources: Added many (long time) missing classes in the
+       System.Security.Policy namespace.
+
+2004-01-01  Nick Drochak  <ndrochak@gol.com>
+
+       * corlib_test.dll.sources: Add PermissionRequestEvidenceTest.cs
+       * corlib.dll.sources. Add PermissionRequestEvidence.cs
+
 2003-12-29  Sebastien Pouliot  <spouliot@videotron.ca>
 
        * corlib_test.dll.sources: Added new unit tests to System.Security.