2005-09-27 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / System.Security / ChangeLog
index 53b586c7a1424bd0fe44ca178b8713b2e1e0cb52..182a5778a4a98aaf94b5c2e13c56edae7a092868 100644 (file)
@@ -1,3 +1,83 @@
+2005-09-26  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * System.Security.dll.sources: Remove all X509 related classes.
+       * System.Security_test.dll.sources: Remove all X509 related tests.
+       * System.Security.Cryptography.X509Certificates/*.cs: moved to 
+       System.dll assembly.
+       * Test/System.Security.Cryptography.X509Certificates/*.cs: moved to
+       System.dll assembly.
+
+2005-05-18  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * System.Security_test.dll.sources: Added unit tests for System.
+       Security.Permissions.StorePermissionAttribute class.
+
+2005-05-03  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * System.Security_test.dll.sources: Added unit tests for System.
+       Security.Cryptography.Pkcs.SignerInfoCollection class.
+
+2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * System.Security.dll.sources: Added IRelDecryptor interface and 
+       XmlLicenseTransform class to System.Security.Cryptography.Xml (2.0).
+
+2005-04-23  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * System.Security.dll.sources: Added StorePermission and 
+       StorePermissionAttribute to System.Security.Permissions (2.0).
+
+2005-04-04  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Security.dll.sources: added XmlSignatureStreamReader.cs.
+
+2005-01-17  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * System.Security.dll.sources: Added System.Security.Cryptography.
+       X509Certificates/X509EnhancedKeyUsageExtension.cs and 
+       X509SubjectKeyIdentifierHashAlgorithm.cs to the build.
+       * System.Security_test.dll.sources: Added System.Security.Cryptography
+       .Pkcs/Pkcs9ContentTypeTest.cs, Pkcs9MessageDigestTest.cs and System.
+       Security.Cryptography.X509Certificates/X509BasicConstraintsExtensionTest.cs,
+       X509EnhancedKeyUsageExtensionTest.cs, X509ExtensionTest.cs, 
+       X509KeyUsageExtensionTest.cs and X509SubjectKeyIdentifierExtensionTest.cs
+       to the unit test assembly.
+
+2005-01-06  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (LIB_MCS_FLAGS): Add reference to Mono.Security.dll
+       only in the NET 2.0 profile.  See 2004-07-07 entry.
+
+2005-01-05  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * Makefile: Don't ignore the CS0119 warnings (private field not used) 
+       when building the assembly (the code is already clean for this).
+       * System.Security.dll.sources: Add DataProtectionPermission, Attribute
+       and Flags to the assembly (moved from corlib).
+       * System.Security_test.dll.sources: Add DataProtectionPermission
+       Attribute unit tests (moved from corlib unit tests).
+
+2004-12-23  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * System.Security.dll.sources: Added System.Security.Cryptography/
+       ProtectedData.cs, ProtectedMemory.cs, DataProtectionScope.cs and
+       MemoryProtectionScope.cs as they been moved from mscorlib to here.
+       * System.Security_test.dll.sources : Added Test/System.Security.
+       Cryptography/ProtectedDataTest.cs and ProtectedMemoryTest.cs for the 
+       same reason.
+
+2004-09-04  Tim Coleman <tim@timcoleman.com>
+       * System.Security.dll.sources:
+               Add new System.Security.Cryptography.Pkcs classes.
+
+2004-09-03  Tim Coleman <tim@timcoleman.com>
+       * System.Security.dll.sources: 
+               Add new System.Security.Cryptography.X509Certificates classes
+
+2004-09-02  Tim Coleman <tim@timcoleman.com>
+       * System.Security.dll.sources: 
+               Add new System.Security.Cryptography.Xml classes
+
 2004-07-09  Sebastien Pouliot  <sebastien@ximian.com>
 
        * System.Security_test.dll.sources: Fixed unit tests to work with Fx