ChangeLog 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. 2007-02-21 Atsushi Enomoto <[email protected]>
  2. * InMemorySymmetricSecurityKeyTest.cs :
  3. more GenerateDerivedKey() tests.
  4. 2007-02-15 Atsushi Enomoto <[email protected]>
  5. * SecurityKeyIdentifierTest.cs : new test.
  6. 2007-02-05 Atsushi Enomoto <[email protected]>
  7. * InMemorySymmetricSecurityKeyTest.cs,
  8. X509AsymmetricSecurityKeyTest.cs : added algorithm issupported/
  9. issymmetric/isasymmetric tests.
  10. 2007-02-05 Atsushi Enomoto <[email protected]>
  11. * X509AsymmetricSecurityKeyTest.cs : added get hash algorithm tests.
  12. 2007-01-11 Atsushi Enomoto <[email protected]>
  13. * X509IssuerSerialKeyIdentifierClauseTest.cs : test ClauseType.
  14. * X509ThumbprintKeyIdentifierClauseTest.cs : new test.
  15. 2006-12-06 Atsushi Enomoto <[email protected]>
  16. * X509IssuerSerialKeyIdentifierClauseTest.cs : new test.
  17. 2006-10-29 Atsushi Enomoto <[email protected]>
  18. * SamlAssertionTest.cs : some more .ctor() tests and WriteXml() test.
  19. * SamlSubjectTest.cs
  20. SamlAuthorizationDecisionStatementTest.cs
  21. SamlAuthenticationStatementTest.cs
  22. SamlConditionsTest.cs
  23. SamlAudienceRestrictionConditionTest.cs
  24. SamlActionTest.cs
  25. SamlEvidenceTest.cs
  26. SamlAuthorityBindingTest.cs : new tests.
  27. 2006-10-12 Atsushi Enomoto <[email protected]>
  28. * X509AsymmetricSecurityKeyTest.cs : added tests for
  29. IsSupportedAlgorithm() and GetAsymmetricAlgorithm().
  30. * EncryptedKeyIdentifierClauseTest.cs : new test.
  31. 2006-09-14 Atsushi Enomoto <[email protected]>
  32. * SecurityAlgorithmsTest.cs : fixed consts.
  33. 2006-09-14 Atsushi Enomoto <[email protected]>
  34. * SamlAssertionTest.cs :
  35. moved MySecurityTokenSerializer to *.Common dir.
  36. 2006-09-12 Atsushi Enomoto <[email protected]>
  37. * X509SecurityTokenTest.cs : added test for
  38. MatchesKeyIdentifierClause().
  39. * LocalIdKeyIdentifierClauseTest.cs : new test.
  40. 2006-09-12 Atsushi Enomoto <[email protected]>
  41. * SecurityAlgorithmsTest.cs, X509AsymmetricSecurityKeyTest.cs :
  42. new tests.
  43. 2006-09-07 Atsushi Enomoto <[email protected]>
  44. * SamlAttributeStatementTest.cs, SamlConstantsTest.cs :
  45. new tests.
  46. 2006-09-07 Atsushi Enomoto <[email protected]>
  47. * InMemorySymmetricSecurityKeyTest.cs : new test.
  48. * SamlAssertionTest.cs : added more WriteXml() and .ctor() tests,
  49. plus some minor fixes.
  50. 2006-09-04 Atsushi Enomoto <[email protected]>
  51. * SamlAssertionTest.cs : new test, for .ctor().
  52. 2006-08-14 Atsushi Enomoto <[email protected]>
  53. * SecurityTokenTypesTest.cs : new file (just for constant check).
  54. 2006-08-04 Atsushi Enomoto <[email protected]>
  55. * UserNameSecurityTokenTest.cs :
  56. limit ValidFrom test range more rational.
  57. 2006-08-04 Atsushi Enomoto <[email protected]>
  58. * UserNameSecurityTokenTest.cs : wrong test item numbers.
  59. 2006-08-04 Atsushi Enomoto <[email protected]>
  60. * UserNameSecurityTokenTest.cs : fixed test. DateTime.Now is not
  61. likely to return that of a few moments ago.
  62. 2006-08-01 Atsushi Enomoto <[email protected]>
  63. * UserNameSecurityTokenTest.cs : new test.
  64. 2006-07-31 Atsushi Enomoto <[email protected]>
  65. * X509SecurityTokenTest.cs : new test.