ChangeLog 7.7 KB

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