ChangeLog 7.3 KB

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