Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

107 lines
3.0 KiB
Plaintext
Executable File

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