ChangeLog 5.0 KB

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