| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- 2007-02-21 Atsushi Enomoto <[email protected]>
- * InMemorySymmetricSecurityKeyTest.cs :
- more GenerateDerivedKey() tests.
- 2007-02-15 Atsushi Enomoto <[email protected]>
- * SecurityKeyIdentifierTest.cs : new test.
- 2007-02-05 Atsushi Enomoto <[email protected]>
- * InMemorySymmetricSecurityKeyTest.cs,
- X509AsymmetricSecurityKeyTest.cs : added algorithm issupported/
- issymmetric/isasymmetric tests.
- 2007-02-05 Atsushi Enomoto <[email protected]>
- * X509AsymmetricSecurityKeyTest.cs : added get hash algorithm tests.
- 2007-01-11 Atsushi Enomoto <[email protected]>
- * X509IssuerSerialKeyIdentifierClauseTest.cs : test ClauseType.
- * X509ThumbprintKeyIdentifierClauseTest.cs : new test.
- 2006-12-06 Atsushi Enomoto <[email protected]>
- * X509IssuerSerialKeyIdentifierClauseTest.cs : new test.
- 2006-10-29 Atsushi Enomoto <[email protected]>
- * SamlAssertionTest.cs : some more .ctor() tests and WriteXml() test.
- * SamlSubjectTest.cs
- SamlAuthorizationDecisionStatementTest.cs
- SamlAuthenticationStatementTest.cs
- SamlConditionsTest.cs
- SamlAudienceRestrictionConditionTest.cs
- SamlActionTest.cs
- SamlEvidenceTest.cs
- SamlAuthorityBindingTest.cs : new tests.
- 2006-10-12 Atsushi Enomoto <[email protected]>
- * X509AsymmetricSecurityKeyTest.cs : added tests for
- IsSupportedAlgorithm() and GetAsymmetricAlgorithm().
- * EncryptedKeyIdentifierClauseTest.cs : new test.
- 2006-09-14 Atsushi Enomoto <[email protected]>
- * SecurityAlgorithmsTest.cs : fixed consts.
- 2006-09-14 Atsushi Enomoto <[email protected]>
- * SamlAssertionTest.cs :
- moved MySecurityTokenSerializer to *.Common dir.
- 2006-09-12 Atsushi Enomoto <[email protected]>
- * X509SecurityTokenTest.cs : added test for
- MatchesKeyIdentifierClause().
- * LocalIdKeyIdentifierClauseTest.cs : new test.
- 2006-09-12 Atsushi Enomoto <[email protected]>
- * SecurityAlgorithmsTest.cs, X509AsymmetricSecurityKeyTest.cs :
- new tests.
- 2006-09-07 Atsushi Enomoto <[email protected]>
- * SamlAttributeStatementTest.cs, SamlConstantsTest.cs :
- new tests.
- 2006-09-07 Atsushi Enomoto <[email protected]>
- * InMemorySymmetricSecurityKeyTest.cs : new test.
- * SamlAssertionTest.cs : added more WriteXml() and .ctor() tests,
- plus some minor fixes.
- 2006-09-04 Atsushi Enomoto <[email protected]>
- * SamlAssertionTest.cs : new test, for .ctor().
- 2006-08-14 Atsushi Enomoto <[email protected]>
- * SecurityTokenTypesTest.cs : new file (just for constant check).
- 2006-08-04 Atsushi Enomoto <[email protected]>
- * UserNameSecurityTokenTest.cs :
- limit ValidFrom test range more rational.
- 2006-08-04 Atsushi Enomoto <[email protected]>
- * UserNameSecurityTokenTest.cs : wrong test item numbers.
- 2006-08-04 Atsushi Enomoto <[email protected]>
- * UserNameSecurityTokenTest.cs : fixed test. DateTime.Now is not
- likely to return that of a few moments ago.
- 2006-08-01 Atsushi Enomoto <[email protected]>
- * UserNameSecurityTokenTest.cs : new test.
- 2006-07-31 Atsushi Enomoto <[email protected]>
- * X509SecurityTokenTest.cs : new test.
|