ChangeLog 6.4 KB

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