[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to reduce dupli...
[mono.git] / mcs / class / System.Security / ChangeLog
index c4f656fe6c42f4965b983bc6b8a8fc7b77015a05..82455b4257cf5d11fab81b3c9010b0b846613578 100644 (file)
@@ -1,3 +1,122 @@
+2010-03-16  Jb Evain  <jbevain@novell.com>
+
+       * Makefile: rename the net_2_1 profile to moonlight.
+
+2009-06-05  Marek Safar  <marek.safar@gmail.com>
+
+       * Makefile: Fixed NET_2_0 conditional to actually handle Mono.Security
+       dependency.
+
+2008-11-01  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * System.Security_test.dll.sources: Add new tests to build
+               System.Security.Cryptography.Pkcs/CmsRecipientCollectionTest.cs
+               System.Security.Cryptography.Xml/TransformTest.cs
+               System.Security.Cryptography.Xml/XmlDecryptionTransformTest.cs
+
+2008-10-14  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * System.Security_test.dll.sources: Added XmlLicenseTransformTest.cs
+       and XmlDsigExcC14NWithCommentsTransformTest.cs.
+
+2008-09-23  Marek Safar <marek.safar@gmail.com>
+
+       * Makefile: Don't override global debug flag.
+
+2007-06-12  Marek Safar <marek.safar@gmail.com>
+
+       * Makefile: Check only major framework version to do 2.x build.
+
+2007-01-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Security_test.dll.sources : added
+         XmlDsigExcC14NTransformTest.cs.
+
+2006-12-15  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * Makefile: Execute PKITS tests only if the data is installed locally.
+       See System.dll unit tests for details.
+       * System.Security_test.dll.sources: Add some PKITS unit tests to the
+       build.
+
+2006-11-08  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * System.Security_test.dll.sources: Added unit and CAS tests for 
+       System.Security.Cryptography.X509Certificates.X509Certificate2UI
+
+2006-09-22  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile:
+         Added Test/S.S.C.Xml/EncryptedXmlSample3.xml to EXTRA_DISTFILES.
+
+2006-09-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile: oops, syntax breakage.
+
+2006-09-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile:
+         Added Test/S.S.C.Xml/EncryptedXmlSample2.xml to EXTRA_DISTFILES.
+
+2006-09-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Security_test.dll.sources: added EncryptedXmlTest.cs.
+       * Makefile: added some extra test support files as EXTRA_DISTFILES.
+
+2006-09-06  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Security_test.dll.sources: added DataReferenceTest.cs.
+
+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)