| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264 |
- 2010-07-28 Atsushi Enomoto <[email protected]>
- * ServiceCredentialsSecurityTokenManagerTest.cs : another WS-SC test.
- 2010-07-28 Atsushi Enomoto <[email protected]>
- * ServiceCredentialsSecurityTokenManagerTest.cs :
- enable some WS-SC tests.
- 2010-03-24 Atsushi Enomoto <[email protected]>
- * TransportSecurityBindingElementTest.cs : new test.
- 2009-12-14 Atsushi Enomoto <[email protected]>
- * WSSecurityTokenSerializerTest.cs : disable non-working test that
- needs several fixes or updates.
- 2008-02-28 Eyal Alaluf <[email protected]>
- * WSSecurityTokenSerializerTest.cs: Fixed test run on Windows (failed also
- on .Net).
- 2007-08-19 Atsushi Enomoto <[email protected]>
- * WSSecurityTokenSerializerTest.cs
- ServiceCredentialsSecurityTokenManagerTest.cs
- ScopedMessagePartSpecificationTest.cs : warning cleanup.
- 2007-04-02 Atsushi Enomoto <[email protected]>
- * ServiceCredentialsSecurityTokenManagerTest.cs : test that ssl
- authenticator implements IIssuanceSecurityTokenAuthenticator.
- 2007-03-30 Atsushi Enomoto <[email protected]>
- * WSSecurityTokenSerializerTest.cs : removed SCT reader test which
- was DPAPI dependent, and added new DPAPI independent one.
- 2007-03-20 Atsushi Enomoto <[email protected]>
- * WSSecurityTokenSerializerTest.cs : so, RequestedProofToken content
- is unlikely readable here.
- 2007-03-13 Atsushi Enomoto <[email protected]>
- * ServiceCredentialsSecurityTokenManagerTest.cs : test DedaultValues().
- * WSSecurityTokenSerializerTest.cs : added tests for SCT read/write.
- 2007-03-07 Atsushi Enomoto <[email protected]>
- * ServiceCredentialsSecurityTokenManagerTest.cs :
- test for InitializeSecurityTokenRequirement() for several token
- parameters (like existing tests in client credentials manager).
- 2007-03-01 Atsushi Enomoto <[email protected]>
- * ServiceCredentialsSecurityTokenManagerTest.cs : more tests for
- AnonymousSslnego token authenticator.
- 2007-02-21 Atsushi Enomoto <[email protected]>
- * WSSecurityTokenSerializerTest.cs : fixed DerivedKeyToken reader
- tests, and added more.
- 2007-02-16 Atsushi Enomoto <[email protected]>
- * WSSecurityTokenSerializerTest.cs : more WrappedKeySecurityToken.
- 2007-02-15 Atsushi Enomoto <[email protected]>
- * WSSecurityTokenSerializerTest.cs : added WrappedKeySecurityToken
- reader test.
- 2007-02-06 Atsushi Enomoto <[email protected]>
- * WSSecurityTokenSerializerTest.cs : added test for reading
- empty (invalid) UsernameToken.
- 2007-02-06 Atsushi Enomoto <[email protected]>
- * WSSecurityTokenSerializerTest.cs : added test for reading
- EncryptedKeySHA1 embedded key.
- 2007-02-05 Atsushi Enomoto <[email protected]>
- * WSSecurityTokenSerializerTest.cs : added more tests for
- EncryptedKey clause and BinarySecret clause writers.
- 2007-01-31 Atsushi Enomoto <[email protected]>
- * WSSecurityTokenSerializerTest.cs : added correct reader test for
- SecurityTokenReference with KeyIdentifier. Existing test was broken.
- 2007-01-15 Atsushi Enomoto <[email protected]>
- * WSSecurityTokenSerializerTest.cs: some tests for writing derived-
- key-involved key identifier clauses.
- 2007-01-12 Atsushi Enomoto <[email protected]>
- * WSSecurityTokenSerializerTest.cs : added some tests for
- EmitBspRequiredAttributes.
- 2007-01-12 Atsushi Enomoto <[email protected]>
- * WSSecurityTokenSerializerTest.cs : added somewhat wrong test for
- serialization for LocalIdKeyIdentifierClause with OwnerType.
- 2007-01-11 Atsushi Enomoto <[email protected]>
- * WSSecurityTokenSerializerTest.cs : some tests for
- SecurityContextSecurityToken.
- * SecurityTokenSpeficicationTest.cs : new test.
- 2007-01-10 Atsushi Enomoto <[email protected]>
- * WSSecurityTokenSerializerTest.cs : added a few x509 tests for
- SecurityVersion.WSSecurity10.
- 2006-12-09 Atsushi Enomoto <[email protected]>
- * WSSecurityTokenSerializerTest.cs : finished incomplete
- WriteWrappedKeySecurityToken() test.
- 2006-12-08 Atsushi Enomoto <[email protected]>
- * SecurityMessagePropertyTest.cs : test SenderIdPrefix as well.
- * WSSecurityTokenSerializerTest.cs : added test for writing
- LocalIdKeyIdentifierClause.
- 2006-12-08 Atsushi Enomoto <[email protected]>
- * ServiceSecurityContextTest.cs : new test.
- * SecurityMessagePropertyTest.cs : after making several effort to
- make GetOrCreateSecureMessage() pass (with new
- InterceptorBindingElement), it turned out that GetOrCreate() does
- not populate security information by itself...
- 2006-12-07 Atsushi Enomoto <[email protected]>
- * MessagePartSpecificationTest.cs : new test.
- * ScopedMessagePartSpecificationTest.cs : added AddParts() tests.
- 2006-12-06 Atsushi Enomoto <[email protected]>
- * WSSecurityTokenSerializerTest.cs : added test for reading
- EncryptedKeyIdentifierClause. Added test for writing
- EncryptedKeyIdentifierClause which includes KeyIdentifier.
- 2006-12-06 Atsushi Enomoto <[email protected]>
- * WSSecurityTokenSerializerTest.cs :
- enabled X509IssuerSerialKeyIdentifierClause writer test.
- 2006-12-05 Atsushi Enomoto <[email protected]>
- * WSSecurityTokenSerializerTest.cs : added test for
- X509ThumbprintKeyIdentifierClause writer. Removed some NotWorking.
- 2006-10-12 Atsushi Enomoto <[email protected]>
- * WSSecurityTokenSerializerTest.cs : added test for writing
- EncryptedKeyIdentifierClause. It is not the thing I needed for
- non-included key serialization thus it's not implemented yet.
- 2006-10-06 Atsushi Enomoto <[email protected]>
- * SecurityMessagePropertyTest.cs : new file.
- 2006-09-27 Atsushi Enomoto <[email protected]>
- * ServiceCredentialsSecurityTokenManagerTest.cs :
- a few more lines in Ssl create authenticator test.
- 2006-09-26 Atsushi Enomoto <[email protected]>
- * WSSecurityTokenSerializerTest.cs :
- WriteToken() test for SecurityContextSecurityToken.
- Incomplete/NotWorking ReadToken() test for DerivedKeyToken.
- 2006-09-22 Atsushi Enomoto <[email protected]>
- * SecurityAlgorithmSuiteTest.cs : fixed AsymmetricSignatureAlgorithm.
- Use SecurityAlgorithms constants.
- 2006-09-21 Atsushi Enomoto <[email protected]>
- * WSSecurityTokenSerializerTest.cs : added test for LocalId
- ReadKeyIdentifierClause().
- 2006-09-15 Atsushi Enomoto <[email protected]>
- * ServiceCredentialsSecurityTokenManagerTest.cs :
- removed some NotWorking.
- 2006-09-15 Atsushi Enomoto <[email protected]>
- * ServiceCredentialsSecurityTokenManagerTest.cs :
- some are notworking yet.
- 2006-09-12 Atsushi Enomoto <[email protected]>
- * ServiceCredentialsSecurityTokenManagerTest.cs : new test.
- 2006-09-12 Atsushi Enomoto <[email protected]>
- * WSSecurityTokenSerializerTest.cs : test that RsaSecurityToken is
- not supported.
- 2006-09-01 Atsushi Enomoto <[email protected]>
- * WSSecurityTokenSerializerTest.cs : cleaning up NotWorking.
- 2006-08-29 Atsushi Enomoto <[email protected]>
- * ScopedMessagePartSpecificationTest.cs : new test.
- 2006-08-22 Atsushi Enomoto <[email protected]>
- * ChannelProtectionRequirementsTest.cs : new test.
- 2006-08-17 Atsushi Enomoto <[email protected]>
- * WSSecurityTokenSerializerTest.cs : added GetTokenTypeUri test.
- 2006-08-04 Atsushi Enomoto <[email protected]>
- * WSSecurityTokenSerializerTest.cs :
- Added incomplete test for WriteWrappedKeySecurityToken(), but
- I couldn't find any usable key identifier yet.
- 2006-08-04 Atsushi Enomoto <[email protected]>
- * WSSecurityTokenSerializerTest.cs :
- Added test for GenericXmlSecurityToken serialization. Hmm, seems
- like it is also useless for ws-trust.
- 2006-08-04 Atsushi Enomoto <[email protected]>
- * WSSecurityTokenSerializerTest.cs :
- added test for WriteToken[Core] for BinarySecurityToken.
- 2006-08-01 Atsushi Enomoto <[email protected]>
- * WSSecurityTokenSerializerTest.cs : added test for
- WriteKeyIdentifierClause[Core] though not working.
- 2006-08-01 Atsushi Enomoto <[email protected]>
- * WSSecurityTokenSerializerTest.cs : test some WriteToken[Core].
- 2006-07-31 Atsushi Enomoto <[email protected]>
- * WSSecurityTokenSerializerTest.cs : test DefaultInstance as well.
- 2006-07-31 Atsushi Enomoto <[email protected]>
- * WSSecurityTokenSerializerTest.cs : new test.
- 2006-07-10 Atsushi Enomoto <[email protected]>
- * SecurityAlgorithmSuiteTest.cs,
- SupportingTokenParametersTest.cs : new tests.
|