ChangeLog 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. 2009-12-14 Atsushi Enomoto <[email protected]>
  2. * IssuedSecurityTokenProviderTest.cs : disable this failing niche too.
  3. 2007-04-17 Atsushi Enomoto <[email protected]>
  4. * IssuedSecurityTokenParametersTest.cs :
  5. added test for CreateRequestParameters().
  6. 2007-04-02 Atsushi Enomoto <[email protected]>
  7. * SslSecurityTokenParametersTest.cs : test both anonymous and mutual
  8. sslnego provider creation (error) for recipient.
  9. 2007-03-27 Atsushi Enomoto <[email protected]>
  10. * SspiSecurityTokenParametersTest.cs : Added test for security
  11. token provider as a communication object.
  12. Added test for authenticator.
  13. 2007-03-13 Atsushi Enomoto <[email protected]>
  14. * SslSecurityTokenParametersTest.cs : test for creating key clause
  15. for SCT.
  16. * SecurityContextSecurityTokenTest.cs : new test, for SCT.
  17. 2007-03-05 Atsushi Enomoto <[email protected]>
  18. * SslSecurityTokenParametersTest.cs : for requirement initialization,
  19. test IssuedSecurityTokenParametersProperty existence.
  20. 2007-03-01 Atsushi Enomoto <[email protected]>
  21. * SslSecurityTokenParametersTest.cs : warning fixes. Test for
  22. creating recipient provider (looks like unsupported).
  23. 2007-02-16 Atsushi Enomoto <[email protected]>
  24. * WrappedKeySecurityTokenTest.cs : test GetWrappedKey() value
  25. (identical to the raw key only when decrypted).
  26. 2007-02-06 Atsushi Enomoto <[email protected]>
  27. * WrappedKeySecurityTokenTest.cs : added test for
  28. CreateKeyIdentifierClause() (don't return input identifiers).
  29. 2007-02-05 Atsushi Enomoto <[email protected]>
  30. * WrappedKeySecurityTokenTest.cs : added tests for keywrap algorithm
  31. [in]consistency.
  32. 2007-01-09 Atsushi Enomoto <[email protected]>
  33. * WrappedKeySecurityTokenTest.cs : new test.
  34. 2006-12-09 Atsushi Enomoto <[email protected]>
  35. * SecureConversationSecurityTokenParametersTest.cs :
  36. test ChannelProtectionRequirements properties.
  37. 2006-10-12 Atsushi Enomoto <[email protected]>
  38. * X509SecurityTokenParametersTest.cs :
  39. Added case for InclusionMode.Never.
  40. 2006-10-03 Atsushi Enomoto <[email protected]>
  41. * X509ListedCertificateValidator.cs : new file to support some
  42. x509 channel validation tests.
  43. 2006-09-27 Atsushi Enomoto <[email protected]>
  44. * UserNameSecurityTokenParametersTest.cs : added tests for
  45. CreateSecurityKeyIdentifierClause().
  46. 2006-09-15 Atsushi Enomoto <[email protected]>
  47. * IssuedSecurityTokenParametersTest.cs,
  48. * SslSecurityTokenParametersTest.cs : more property value tests.
  49. 2006-09-15 Atsushi Enomoto <[email protected]>
  50. * SslSecurityTokenParametersTest.cs : tiny namespace fix.
  51. 2006-09-12 Atsushi Enomoto <[email protected]>
  52. * X509SecurityTokenParametersTest.cs :
  53. added test for CreateKeyIdentifierClause().
  54. 2006-08-30 Atsushi Enomoto <[email protected]>
  55. * UserNameSecurityTokenParametersTest.cs,
  56. X509SecurityTokenParametersTest.cs : new tests.
  57. 2006-08-25 Atsushi Enomoto <[email protected]>
  58. * SslSecurityTokenParametersTest.cs : new test.
  59. 2006-08-22 Atsushi Enomoto <[email protected]>
  60. * SecureConversationSecurityTokenParametersTest.cs :
  61. test for InitializeSecurityTokenRequirement(), but not working now.
  62. 2006-08-22 Atsushi Enomoto <[email protected]>
  63. * SecureConversationSecurityTokenParametersTest.cs : new test.
  64. 2006-08-21 Atsushi Enomoto <[email protected]>
  65. * IssuedSecurityTokenProviderTest.cs : split input verification test
  66. to two parts, and (will) generate reply source only in the second
  67. one. Added todo for entropy test.
  68. 2006-08-17 Atsushi Enomoto <[email protected]>
  69. * IssuedSecurityTokenProviderTest.cs : I found out how to avoid
  70. DerivedKeyToken. The input verification will go well.
  71. 2006-08-17 Atsushi Enomoto <[email protected]>
  72. * ServiceModelSecurityTokenTypesTest.cs : new test (for constants).
  73. 2006-08-16 Atsushi Enomoto <[email protected]>
  74. * IssuedSecurityTokenProviderTest.cs : added some attempt to
  75. decrypt the secure message, but no luck yet. It already spent
  76. my two days :-(
  77. 2006-08-14 Atsushi Enomoto <[email protected]>
  78. * IssuedSecurityTokenProviderTest.cs : added some comments.
  79. 2006-08-10 Atsushi Enomoto <[email protected]>
  80. * IssuedSecurityTokenProviderTest.cs : added GetTokenUnsignedReply ().
  81. In VerifyInput() use MessageBuffer.
  82. 2006-08-09 Atsushi Enomoto <[email protected]>
  83. * IssuedSecurityTokenProviderTest.cs : changes caused by
  84. HandlerTransportBindingElement changes.
  85. 2006-08-07 Atsushi Enomoto <[email protected]>
  86. * IssuedSecurityTokenProviderTest.cs : removed some NotWorking.
  87. 2006-08-04 Atsushi Enomoto <[email protected]>
  88. * IssuedSecurityTokenProviderTest.cs : some minor refactoring.
  89. 2006-08-03 Atsushi Enomoto <[email protected]>
  90. * IssuedSecurityTokenProviderTest.cs : more GetToken() tests for
  91. several condition.
  92. 2006-08-02 Atsushi Enomoto <[email protected]>
  93. * IssuedSecurityTokenProviderTest.cs : added some GetToken() tests to
  94. check premises.
  95. 2006-08-01 Atsushi Enomoto <[email protected]>
  96. * IssuedSecurityTokenProviderTest.cs : new test.
  97. 2006-07-21 Atsushi Enomoto <[email protected]>
  98. * IssuedSecurityTokenParametersTest.cs,
  99. SecurityTokenParametersTest.cs : new files.