ChangeLog 5.5 KB

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