ChangeLog 6.5 KB

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