1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
|
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.
|