ChangeLog 4.7 KB

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