ChangeLog 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. 2010-03-24 Atsushi Enomoto <[email protected]>
  2. * TransportSecurityBindingElementTest.cs : new test.
  3. 2009-12-14 Atsushi Enomoto <[email protected]>
  4. * WSSecurityTokenSerializerTest.cs : disable non-working test that
  5. needs several fixes or updates.
  6. 2008-02-28 Eyal Alaluf <[email protected]>
  7. * WSSecurityTokenSerializerTest.cs: Fixed test run on Windows (failed also
  8. on .Net).
  9. 2007-08-19 Atsushi Enomoto <[email protected]>
  10. * WSSecurityTokenSerializerTest.cs
  11. ServiceCredentialsSecurityTokenManagerTest.cs
  12. ScopedMessagePartSpecificationTest.cs : warning cleanup.
  13. 2007-04-02 Atsushi Enomoto <[email protected]>
  14. * ServiceCredentialsSecurityTokenManagerTest.cs : test that ssl
  15. authenticator implements IIssuanceSecurityTokenAuthenticator.
  16. 2007-03-30 Atsushi Enomoto <[email protected]>
  17. * WSSecurityTokenSerializerTest.cs : removed SCT reader test which
  18. was DPAPI dependent, and added new DPAPI independent one.
  19. 2007-03-20 Atsushi Enomoto <[email protected]>
  20. * WSSecurityTokenSerializerTest.cs : so, RequestedProofToken content
  21. is unlikely readable here.
  22. 2007-03-13 Atsushi Enomoto <[email protected]>
  23. * ServiceCredentialsSecurityTokenManagerTest.cs : test DedaultValues().
  24. * WSSecurityTokenSerializerTest.cs : added tests for SCT read/write.
  25. 2007-03-07 Atsushi Enomoto <[email protected]>
  26. * ServiceCredentialsSecurityTokenManagerTest.cs :
  27. test for InitializeSecurityTokenRequirement() for several token
  28. parameters (like existing tests in client credentials manager).
  29. 2007-03-01 Atsushi Enomoto <[email protected]>
  30. * ServiceCredentialsSecurityTokenManagerTest.cs : more tests for
  31. AnonymousSslnego token authenticator.
  32. 2007-02-21 Atsushi Enomoto <[email protected]>
  33. * WSSecurityTokenSerializerTest.cs : fixed DerivedKeyToken reader
  34. tests, and added more.
  35. 2007-02-16 Atsushi Enomoto <[email protected]>
  36. * WSSecurityTokenSerializerTest.cs : more WrappedKeySecurityToken.
  37. 2007-02-15 Atsushi Enomoto <[email protected]>
  38. * WSSecurityTokenSerializerTest.cs : added WrappedKeySecurityToken
  39. reader test.
  40. 2007-02-06 Atsushi Enomoto <[email protected]>
  41. * WSSecurityTokenSerializerTest.cs : added test for reading
  42. empty (invalid) UsernameToken.
  43. 2007-02-06 Atsushi Enomoto <[email protected]>
  44. * WSSecurityTokenSerializerTest.cs : added test for reading
  45. EncryptedKeySHA1 embedded key.
  46. 2007-02-05 Atsushi Enomoto <[email protected]>
  47. * WSSecurityTokenSerializerTest.cs : added more tests for
  48. EncryptedKey clause and BinarySecret clause writers.
  49. 2007-01-31 Atsushi Enomoto <[email protected]>
  50. * WSSecurityTokenSerializerTest.cs : added correct reader test for
  51. SecurityTokenReference with KeyIdentifier. Existing test was broken.
  52. 2007-01-15 Atsushi Enomoto <[email protected]>
  53. * WSSecurityTokenSerializerTest.cs: some tests for writing derived-
  54. key-involved key identifier clauses.
  55. 2007-01-12 Atsushi Enomoto <[email protected]>
  56. * WSSecurityTokenSerializerTest.cs : added some tests for
  57. EmitBspRequiredAttributes.
  58. 2007-01-12 Atsushi Enomoto <[email protected]>
  59. * WSSecurityTokenSerializerTest.cs : added somewhat wrong test for
  60. serialization for LocalIdKeyIdentifierClause with OwnerType.
  61. 2007-01-11 Atsushi Enomoto <[email protected]>
  62. * WSSecurityTokenSerializerTest.cs : some tests for
  63. SecurityContextSecurityToken.
  64. * SecurityTokenSpeficicationTest.cs : new test.
  65. 2007-01-10 Atsushi Enomoto <[email protected]>
  66. * WSSecurityTokenSerializerTest.cs : added a few x509 tests for
  67. SecurityVersion.WSSecurity10.
  68. 2006-12-09 Atsushi Enomoto <[email protected]>
  69. * WSSecurityTokenSerializerTest.cs : finished incomplete
  70. WriteWrappedKeySecurityToken() test.
  71. 2006-12-08 Atsushi Enomoto <[email protected]>
  72. * SecurityMessagePropertyTest.cs : test SenderIdPrefix as well.
  73. * WSSecurityTokenSerializerTest.cs : added test for writing
  74. LocalIdKeyIdentifierClause.
  75. 2006-12-08 Atsushi Enomoto <[email protected]>
  76. * ServiceSecurityContextTest.cs : new test.
  77. * SecurityMessagePropertyTest.cs : after making several effort to
  78. make GetOrCreateSecureMessage() pass (with new
  79. InterceptorBindingElement), it turned out that GetOrCreate() does
  80. not populate security information by itself...
  81. 2006-12-07 Atsushi Enomoto <[email protected]>
  82. * MessagePartSpecificationTest.cs : new test.
  83. * ScopedMessagePartSpecificationTest.cs : added AddParts() tests.
  84. 2006-12-06 Atsushi Enomoto <[email protected]>
  85. * WSSecurityTokenSerializerTest.cs : added test for reading
  86. EncryptedKeyIdentifierClause. Added test for writing
  87. EncryptedKeyIdentifierClause which includes KeyIdentifier.
  88. 2006-12-06 Atsushi Enomoto <[email protected]>
  89. * WSSecurityTokenSerializerTest.cs :
  90. enabled X509IssuerSerialKeyIdentifierClause writer test.
  91. 2006-12-05 Atsushi Enomoto <[email protected]>
  92. * WSSecurityTokenSerializerTest.cs : added test for
  93. X509ThumbprintKeyIdentifierClause writer. Removed some NotWorking.
  94. 2006-10-12 Atsushi Enomoto <[email protected]>
  95. * WSSecurityTokenSerializerTest.cs : added test for writing
  96. EncryptedKeyIdentifierClause. It is not the thing I needed for
  97. non-included key serialization thus it's not implemented yet.
  98. 2006-10-06 Atsushi Enomoto <[email protected]>
  99. * SecurityMessagePropertyTest.cs : new file.
  100. 2006-09-27 Atsushi Enomoto <[email protected]>
  101. * ServiceCredentialsSecurityTokenManagerTest.cs :
  102. a few more lines in Ssl create authenticator test.
  103. 2006-09-26 Atsushi Enomoto <[email protected]>
  104. * WSSecurityTokenSerializerTest.cs :
  105. WriteToken() test for SecurityContextSecurityToken.
  106. Incomplete/NotWorking ReadToken() test for DerivedKeyToken.
  107. 2006-09-22 Atsushi Enomoto <[email protected]>
  108. * SecurityAlgorithmSuiteTest.cs : fixed AsymmetricSignatureAlgorithm.
  109. Use SecurityAlgorithms constants.
  110. 2006-09-21 Atsushi Enomoto <[email protected]>
  111. * WSSecurityTokenSerializerTest.cs : added test for LocalId
  112. ReadKeyIdentifierClause().
  113. 2006-09-15 Atsushi Enomoto <[email protected]>
  114. * ServiceCredentialsSecurityTokenManagerTest.cs :
  115. removed some NotWorking.
  116. 2006-09-15 Atsushi Enomoto <[email protected]>
  117. * ServiceCredentialsSecurityTokenManagerTest.cs :
  118. some are notworking yet.
  119. 2006-09-12 Atsushi Enomoto <[email protected]>
  120. * ServiceCredentialsSecurityTokenManagerTest.cs : new test.
  121. 2006-09-12 Atsushi Enomoto <[email protected]>
  122. * WSSecurityTokenSerializerTest.cs : test that RsaSecurityToken is
  123. not supported.
  124. 2006-09-01 Atsushi Enomoto <[email protected]>
  125. * WSSecurityTokenSerializerTest.cs : cleaning up NotWorking.
  126. 2006-08-29 Atsushi Enomoto <[email protected]>
  127. * ScopedMessagePartSpecificationTest.cs : new test.
  128. 2006-08-22 Atsushi Enomoto <[email protected]>
  129. * ChannelProtectionRequirementsTest.cs : new test.
  130. 2006-08-17 Atsushi Enomoto <[email protected]>
  131. * WSSecurityTokenSerializerTest.cs : added GetTokenTypeUri test.
  132. 2006-08-04 Atsushi Enomoto <[email protected]>
  133. * WSSecurityTokenSerializerTest.cs :
  134. Added incomplete test for WriteWrappedKeySecurityToken(), but
  135. I couldn't find any usable key identifier yet.
  136. 2006-08-04 Atsushi Enomoto <[email protected]>
  137. * WSSecurityTokenSerializerTest.cs :
  138. Added test for GenericXmlSecurityToken serialization. Hmm, seems
  139. like it is also useless for ws-trust.
  140. 2006-08-04 Atsushi Enomoto <[email protected]>
  141. * WSSecurityTokenSerializerTest.cs :
  142. added test for WriteToken[Core] for BinarySecurityToken.
  143. 2006-08-01 Atsushi Enomoto <[email protected]>
  144. * WSSecurityTokenSerializerTest.cs : added test for
  145. WriteKeyIdentifierClause[Core] though not working.
  146. 2006-08-01 Atsushi Enomoto <[email protected]>
  147. * WSSecurityTokenSerializerTest.cs : test some WriteToken[Core].
  148. 2006-07-31 Atsushi Enomoto <[email protected]>
  149. * WSSecurityTokenSerializerTest.cs : test DefaultInstance as well.
  150. 2006-07-31 Atsushi Enomoto <[email protected]>
  151. * WSSecurityTokenSerializerTest.cs : new test.
  152. 2006-07-10 Atsushi Enomoto <[email protected]>
  153. * SecurityAlgorithmSuiteTest.cs,
  154. SupportingTokenParametersTest.cs : new tests.