| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168 |
- 2009-12-14 Atsushi Enomoto <[email protected]>
- * IssuedSecurityTokenProviderTest.cs : disable this failing niche too.
- 2007-04-17 Atsushi Enomoto <[email protected]>
- * IssuedSecurityTokenParametersTest.cs :
- added test for CreateRequestParameters().
- 2007-04-02 Atsushi Enomoto <[email protected]>
- * SslSecurityTokenParametersTest.cs : test both anonymous and mutual
- sslnego provider creation (error) for recipient.
- 2007-03-27 Atsushi Enomoto <[email protected]>
- * SspiSecurityTokenParametersTest.cs : Added test for security
- token provider as a communication object.
- Added test for authenticator.
- 2007-03-13 Atsushi Enomoto <[email protected]>
- * SslSecurityTokenParametersTest.cs : test for creating key clause
- for SCT.
- * SecurityContextSecurityTokenTest.cs : new test, for SCT.
- 2007-03-05 Atsushi Enomoto <[email protected]>
- * SslSecurityTokenParametersTest.cs : for requirement initialization,
- test IssuedSecurityTokenParametersProperty existence.
- 2007-03-01 Atsushi Enomoto <[email protected]>
- * SslSecurityTokenParametersTest.cs : warning fixes. Test for
- creating recipient provider (looks like unsupported).
- 2007-02-16 Atsushi Enomoto <[email protected]>
- * WrappedKeySecurityTokenTest.cs : test GetWrappedKey() value
- (identical to the raw key only when decrypted).
- 2007-02-06 Atsushi Enomoto <[email protected]>
- * WrappedKeySecurityTokenTest.cs : added test for
- CreateKeyIdentifierClause() (don't return input identifiers).
- 2007-02-05 Atsushi Enomoto <[email protected]>
- * WrappedKeySecurityTokenTest.cs : added tests for keywrap algorithm
- [in]consistency.
- 2007-01-09 Atsushi Enomoto <[email protected]>
- * WrappedKeySecurityTokenTest.cs : new test.
- 2006-12-09 Atsushi Enomoto <[email protected]>
- * SecureConversationSecurityTokenParametersTest.cs :
- test ChannelProtectionRequirements properties.
- 2006-10-12 Atsushi Enomoto <[email protected]>
- * X509SecurityTokenParametersTest.cs :
- Added case for InclusionMode.Never.
- 2006-10-03 Atsushi Enomoto <[email protected]>
- * X509ListedCertificateValidator.cs : new file to support some
- x509 channel validation tests.
- 2006-09-27 Atsushi Enomoto <[email protected]>
- * UserNameSecurityTokenParametersTest.cs : added tests for
- CreateSecurityKeyIdentifierClause().
- 2006-09-15 Atsushi Enomoto <[email protected]>
- * IssuedSecurityTokenParametersTest.cs,
- * SslSecurityTokenParametersTest.cs : more property value tests.
- 2006-09-15 Atsushi Enomoto <[email protected]>
- * SslSecurityTokenParametersTest.cs : tiny namespace fix.
- 2006-09-12 Atsushi Enomoto <[email protected]>
- * X509SecurityTokenParametersTest.cs :
- added test for CreateKeyIdentifierClause().
- 2006-08-30 Atsushi Enomoto <[email protected]>
- * UserNameSecurityTokenParametersTest.cs,
- X509SecurityTokenParametersTest.cs : new tests.
- 2006-08-25 Atsushi Enomoto <[email protected]>
- * SslSecurityTokenParametersTest.cs : new test.
- 2006-08-22 Atsushi Enomoto <[email protected]>
- * SecureConversationSecurityTokenParametersTest.cs :
- test for InitializeSecurityTokenRequirement(), but not working now.
- 2006-08-22 Atsushi Enomoto <[email protected]>
- * SecureConversationSecurityTokenParametersTest.cs : new test.
- 2006-08-21 Atsushi Enomoto <[email protected]>
- * IssuedSecurityTokenProviderTest.cs : split input verification test
- to two parts, and (will) generate reply source only in the second
- one. Added todo for entropy test.
- 2006-08-17 Atsushi Enomoto <[email protected]>
- * IssuedSecurityTokenProviderTest.cs : I found out how to avoid
- DerivedKeyToken. The input verification will go well.
- 2006-08-17 Atsushi Enomoto <[email protected]>
- * ServiceModelSecurityTokenTypesTest.cs : new test (for constants).
- 2006-08-16 Atsushi Enomoto <[email protected]>
- * IssuedSecurityTokenProviderTest.cs : added some attempt to
- decrypt the secure message, but no luck yet. It already spent
- my two days :-(
- 2006-08-14 Atsushi Enomoto <[email protected]>
- * IssuedSecurityTokenProviderTest.cs : added some comments.
- 2006-08-10 Atsushi Enomoto <[email protected]>
- * IssuedSecurityTokenProviderTest.cs : added GetTokenUnsignedReply ().
- In VerifyInput() use MessageBuffer.
- 2006-08-09 Atsushi Enomoto <[email protected]>
- * IssuedSecurityTokenProviderTest.cs : changes caused by
- HandlerTransportBindingElement changes.
- 2006-08-07 Atsushi Enomoto <[email protected]>
- * IssuedSecurityTokenProviderTest.cs : removed some NotWorking.
- 2006-08-04 Atsushi Enomoto <[email protected]>
- * IssuedSecurityTokenProviderTest.cs : some minor refactoring.
- 2006-08-03 Atsushi Enomoto <[email protected]>
- * IssuedSecurityTokenProviderTest.cs : more GetToken() tests for
- several condition.
- 2006-08-02 Atsushi Enomoto <[email protected]>
- * IssuedSecurityTokenProviderTest.cs : added some GetToken() tests to
- check premises.
- 2006-08-01 Atsushi Enomoto <[email protected]>
- * IssuedSecurityTokenProviderTest.cs : new test.
- 2006-07-21 Atsushi Enomoto <[email protected]>
- * IssuedSecurityTokenParametersTest.cs,
- SecurityTokenParametersTest.cs : new files.
|