ChangeLog 8.2 KB

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