ChangeLog 7.9 KB

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