ChangeLog 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. 2009-06-05 Marek Safar <[email protected]>
  2. * Makefile: Fixed NET_2_0 conditional to actually handle Mono.Security
  3. dependency.
  4. 2008-11-01 Sebastien Pouliot <[email protected]>
  5. * System.Security_test.dll.sources: Add new tests to build
  6. System.Security.Cryptography.Pkcs/CmsRecipientCollectionTest.cs
  7. System.Security.Cryptography.Xml/TransformTest.cs
  8. System.Security.Cryptography.Xml/XmlDecryptionTransformTest.cs
  9. 2008-10-14 Gert Driesen <[email protected]>
  10. * System.Security_test.dll.sources: Added XmlLicenseTransformTest.cs
  11. and XmlDsigExcC14NWithCommentsTransformTest.cs.
  12. 2008-09-23 Marek Safar <[email protected]>
  13. * Makefile: Don't override global debug flag.
  14. 2007-06-12 Marek Safar <[email protected]>
  15. * Makefile: Check only major framework version to do 2.x build.
  16. 2007-01-17 Atsushi Enomoto <[email protected]>
  17. * System.Security_test.dll.sources : added
  18. XmlDsigExcC14NTransformTest.cs.
  19. 2006-12-15 Sebastien Pouliot <[email protected]>
  20. * Makefile: Execute PKITS tests only if the data is installed locally.
  21. See System.dll unit tests for details.
  22. * System.Security_test.dll.sources: Add some PKITS unit tests to the
  23. build.
  24. 2006-11-08 Sebastien Pouliot <[email protected]>
  25. * System.Security_test.dll.sources: Added unit and CAS tests for
  26. System.Security.Cryptography.X509Certificates.X509Certificate2UI
  27. 2006-09-22 Atsushi Enomoto <[email protected]>
  28. * Makefile:
  29. Added Test/S.S.C.Xml/EncryptedXmlSample3.xml to EXTRA_DISTFILES.
  30. 2006-09-21 Atsushi Enomoto <[email protected]>
  31. * Makefile: oops, syntax breakage.
  32. 2006-09-21 Atsushi Enomoto <[email protected]>
  33. * Makefile:
  34. Added Test/S.S.C.Xml/EncryptedXmlSample2.xml to EXTRA_DISTFILES.
  35. 2006-09-21 Atsushi Enomoto <[email protected]>
  36. * System.Security_test.dll.sources: added EncryptedXmlTest.cs.
  37. * Makefile: added some extra test support files as EXTRA_DISTFILES.
  38. 2006-09-06 Atsushi Enomoto <[email protected]>
  39. * System.Security_test.dll.sources: added DataReferenceTest.cs.
  40. 2005-09-26 Sebastien Pouliot <[email protected]>
  41. * System.Security.dll.sources: Remove all X509 related classes.
  42. * System.Security_test.dll.sources: Remove all X509 related tests.
  43. * System.Security.Cryptography.X509Certificates/*.cs: moved to
  44. System.dll assembly.
  45. * Test/System.Security.Cryptography.X509Certificates/*.cs: moved to
  46. System.dll assembly.
  47. 2005-05-18 Sebastien Pouliot <[email protected]>
  48. * System.Security_test.dll.sources: Added unit tests for System.
  49. Security.Permissions.StorePermissionAttribute class.
  50. 2005-05-03 Sebastien Pouliot <[email protected]>
  51. * System.Security_test.dll.sources: Added unit tests for System.
  52. Security.Cryptography.Pkcs.SignerInfoCollection class.
  53. 2005-04-25 Sebastien Pouliot <[email protected]>
  54. * System.Security.dll.sources: Added IRelDecryptor interface and
  55. XmlLicenseTransform class to System.Security.Cryptography.Xml (2.0).
  56. 2005-04-23 Sebastien Pouliot <[email protected]>
  57. * System.Security.dll.sources: Added StorePermission and
  58. StorePermissionAttribute to System.Security.Permissions (2.0).
  59. 2005-04-04 Atsushi Enomoto <[email protected]>
  60. * System.Security.dll.sources: added XmlSignatureStreamReader.cs.
  61. 2005-01-17 Sebastien Pouliot <[email protected]>
  62. * System.Security.dll.sources: Added System.Security.Cryptography.
  63. X509Certificates/X509EnhancedKeyUsageExtension.cs and
  64. X509SubjectKeyIdentifierHashAlgorithm.cs to the build.
  65. * System.Security_test.dll.sources: Added System.Security.Cryptography
  66. .Pkcs/Pkcs9ContentTypeTest.cs, Pkcs9MessageDigestTest.cs and System.
  67. Security.Cryptography.X509Certificates/X509BasicConstraintsExtensionTest.cs,
  68. X509EnhancedKeyUsageExtensionTest.cs, X509ExtensionTest.cs,
  69. X509KeyUsageExtensionTest.cs and X509SubjectKeyIdentifierExtensionTest.cs
  70. to the unit test assembly.
  71. 2005-01-06 Raja R Harinath <[email protected]>
  72. * Makefile (LIB_MCS_FLAGS): Add reference to Mono.Security.dll
  73. only in the NET 2.0 profile. See 2004-07-07 entry.
  74. 2005-01-05 Sebastien Pouliot <[email protected]>
  75. * Makefile: Don't ignore the CS0119 warnings (private field not used)
  76. when building the assembly (the code is already clean for this).
  77. * System.Security.dll.sources: Add DataProtectionPermission, Attribute
  78. and Flags to the assembly (moved from corlib).
  79. * System.Security_test.dll.sources: Add DataProtectionPermission
  80. Attribute unit tests (moved from corlib unit tests).
  81. 2004-12-23 Sebastien Pouliot <[email protected]>
  82. * System.Security.dll.sources: Added System.Security.Cryptography/
  83. ProtectedData.cs, ProtectedMemory.cs, DataProtectionScope.cs and
  84. MemoryProtectionScope.cs as they been moved from mscorlib to here.
  85. * System.Security_test.dll.sources : Added Test/System.Security.
  86. Cryptography/ProtectedDataTest.cs and ProtectedMemoryTest.cs for the
  87. same reason.
  88. 2004-09-04 Tim Coleman <[email protected]>
  89. * System.Security.dll.sources:
  90. Add new System.Security.Cryptography.Pkcs classes.
  91. 2004-09-03 Tim Coleman <[email protected]>
  92. * System.Security.dll.sources:
  93. Add new System.Security.Cryptography.X509Certificates classes
  94. 2004-09-02 Tim Coleman <[email protected]>
  95. * System.Security.dll.sources:
  96. Add new System.Security.Cryptography.Xml classes
  97. 2004-07-09 Sebastien Pouliot <[email protected]>
  98. * System.Security_test.dll.sources: Fixed unit tests to work with Fx
  99. 2.0 beta 1.
  100. 2004-07-08 Sebastien Pouliot <[email protected]>
  101. * System.Security.dll.sources: Fixed classes to match Fx 2.0 beta 1.
  102. 2004-07-07 Sebastien Pouliot <[email protected]>
  103. * Makefile: Added a reference to Mono.Security because we'll require
  104. many class from it for the NET_2_0 profile - but it would be better
  105. not to have the dependency for NET_1_1.
  106. * System.Security.dll.sources: Added a lot of existing classes (from
  107. 1.2 documentation) that were never compiled.
  108. * System.Security_test.dll.sources: Added a lot of existing tests
  109. (from 1.2 documentation) that were never compiled.
  110. 2004-03-26 Sebastien Pouliot <[email protected]>
  111. * System.Security.dll.sources: Added internal class Manifest.
  112. 2004-03-26 Atsushi Enomoto <[email protected]>
  113. * System.Security_test.dll.sources :
  114. Added XmlDsigEnvelopedSignatureTest.cs.
  115. 2004-03-22 Sebastien Pouliot <[email protected]>
  116. * Makefile: Added /nowarn to cleanup display when building.
  117. 2004-03-16 Atsushi Enomoto <[email protected]>
  118. * System.Security.dll.sources: added XmlDsigNodeList.cs
  119. 2004-02-19 Tim Coleman <[email protected]>
  120. * System.Security.dll.sources: Add new
  121. System.Security.Cryptography.Xml.SymmetricKeyWrap
  122. 2004-02-11 Sebastien Pouliot <[email protected]>
  123. * System.Security_test.dll.sources: Added unit tests for
  124. XmlDsigXPathTransform.
  125. 2004-02-10 Tim Coleman <[email protected]>
  126. * System.Security.dll.sources: Add new
  127. System.Security.Cryptography.Xml classes.
  128. 2004-02-07 Tim Coleman <[email protected]>
  129. * System.Security.dll.sources: Add new
  130. System.Security.Cryptography.Xml classes.
  131. 2004-01-11 Sebastien Pouliot <[email protected]>
  132. * System.Security.dll.sources: Added AssemblyInfo.cs and Locale.cs.
  133. 2003-07-24 Sebastien Pouliot <[email protected]>
  134. * System.Security.dll.sources: Added new Mono.Xml.XmlCanonicalizer.cs
  135. from Aleksey Sanin.
  136. 2003-03-04 Sebastien Pouliot <[email protected]>
  137. * System.Security.build: Added a new output System.Security_cmp.dll
  138. which links with mscorlib. This version is to be used to generate
  139. the class status web page (required for CorCompare).
  140. 2003-03-03 Sebastien Pouliot <[email protected]>
  141. * System.Security.build: Updated build file to stop linking with
  142. MS assemblies (and like with Mono's corlib instead).
  143. 2003-03-02 Sebastien Pouliot <[email protected]>
  144. * list.unix: Added XmlSignature.cs.
  145. 2003-01-17 Sebastien Pouliot <[email protected]>
  146. * System.Security.build: Simplified and fixed some issues.
  147. 2002-11-28 Sebastien Pouliot <[email protected]>
  148. * System.Security.build: New. Nant build file for Windows.