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 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168
|
2009-12-14 Atsushi Enomoto <atsushi@ximian.com>
* IssuedSecurityTokenProviderTest.cs : disable this failing niche too.
2007-04-17 Atsushi Enomoto <atsushi@ximian.com>
* IssuedSecurityTokenParametersTest.cs :
added test for CreateRequestParameters().
2007-04-02 Atsushi Enomoto <atsushi@ximian.com>
* SslSecurityTokenParametersTest.cs : test both anonymous and mutual
sslnego provider creation (error) for recipient.
2007-03-27 Atsushi Enomoto <atsushi@ximian.com>
* SspiSecurityTokenParametersTest.cs : Added test for security
token provider as a communication object.
Added test for authenticator.
2007-03-13 Atsushi Enomoto <atsushi@ximian.com>
* SslSecurityTokenParametersTest.cs : test for creating key clause
for SCT.
* SecurityContextSecurityTokenTest.cs : new test, for SCT.
2007-03-05 Atsushi Enomoto <atsushi@ximian.com>
* SslSecurityTokenParametersTest.cs : for requirement initialization,
test IssuedSecurityTokenParametersProperty existence.
2007-03-01 Atsushi Enomoto <atsushi@ximian.com>
* SslSecurityTokenParametersTest.cs : warning fixes. Test for
creating recipient provider (looks like unsupported).
2007-02-16 Atsushi Enomoto <atsushi@ximian.com>
* WrappedKeySecurityTokenTest.cs : test GetWrappedKey() value
(identical to the raw key only when decrypted).
2007-02-06 Atsushi Enomoto <atsushi@ximian.com>
* WrappedKeySecurityTokenTest.cs : added test for
CreateKeyIdentifierClause() (don't return input identifiers).
2007-02-05 Atsushi Enomoto <atsushi@ximian.com>
* WrappedKeySecurityTokenTest.cs : added tests for keywrap algorithm
[in]consistency.
2007-01-09 Atsushi Enomoto <atsushi@ximian.com>
* WrappedKeySecurityTokenTest.cs : new test.
2006-12-09 Atsushi Enomoto <atsushi@ximian.com>
* SecureConversationSecurityTokenParametersTest.cs :
test ChannelProtectionRequirements properties.
2006-10-12 Atsushi Enomoto <atsushi@ximian.com>
* X509SecurityTokenParametersTest.cs :
Added case for InclusionMode.Never.
2006-10-03 Atsushi Enomoto <atsushi@ximian.com>
* X509ListedCertificateValidator.cs : new file to support some
x509 channel validation tests.
2006-09-27 Atsushi Enomoto <atsushi@ximian.com>
* UserNameSecurityTokenParametersTest.cs : added tests for
CreateSecurityKeyIdentifierClause().
2006-09-15 Atsushi Enomoto <atsushi@ximian.com>
* IssuedSecurityTokenParametersTest.cs,
* SslSecurityTokenParametersTest.cs : more property value tests.
2006-09-15 Atsushi Enomoto <atsushi@ximian.com>
* SslSecurityTokenParametersTest.cs : tiny namespace fix.
2006-09-12 Atsushi Enomoto <atsushi@ximian.com>
* X509SecurityTokenParametersTest.cs :
added test for CreateKeyIdentifierClause().
2006-08-30 Atsushi Enomoto <atsushi@ximian.com>
* UserNameSecurityTokenParametersTest.cs,
X509SecurityTokenParametersTest.cs : new tests.
2006-08-25 Atsushi Enomoto <atsushi@ximian.com>
* SslSecurityTokenParametersTest.cs : new test.
2006-08-22 Atsushi Enomoto <atsushi@ximian.com>
* SecureConversationSecurityTokenParametersTest.cs :
test for InitializeSecurityTokenRequirement(), but not working now.
2006-08-22 Atsushi Enomoto <atsushi@ximian.com>
* SecureConversationSecurityTokenParametersTest.cs : new test.
2006-08-21 Atsushi Enomoto <atsushi@ximian.com>
* 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 <atsushi@ximian.com>
* IssuedSecurityTokenProviderTest.cs : I found out how to avoid
DerivedKeyToken. The input verification will go well.
2006-08-17 Atsushi Enomoto <atsushi@ximian.com>
* ServiceModelSecurityTokenTypesTest.cs : new test (for constants).
2006-08-16 Atsushi Enomoto <atsushi@ximian.com>
* 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 <atsushi@ximian.com>
* IssuedSecurityTokenProviderTest.cs : added some comments.
2006-08-10 Atsushi Enomoto <atsushi@ximian.com>
* IssuedSecurityTokenProviderTest.cs : added GetTokenUnsignedReply ().
In VerifyInput() use MessageBuffer.
2006-08-09 Atsushi Enomoto <atsushi@ximian.com>
* IssuedSecurityTokenProviderTest.cs : changes caused by
HandlerTransportBindingElement changes.
2006-08-07 Atsushi Enomoto <atsushi@ximian.com>
* IssuedSecurityTokenProviderTest.cs : removed some NotWorking.
2006-08-04 Atsushi Enomoto <atsushi@ximian.com>
* IssuedSecurityTokenProviderTest.cs : some minor refactoring.
2006-08-03 Atsushi Enomoto <atsushi@ximian.com>
* IssuedSecurityTokenProviderTest.cs : more GetToken() tests for
several condition.
2006-08-02 Atsushi Enomoto <atsushi@ximian.com>
* IssuedSecurityTokenProviderTest.cs : added some GetToken() tests to
check premises.
2006-08-01 Atsushi Enomoto <atsushi@ximian.com>
* IssuedSecurityTokenProviderTest.cs : new test.
2006-07-21 Atsushi Enomoto <atsushi@ximian.com>
* IssuedSecurityTokenParametersTest.cs,
SecurityTokenParametersTest.cs : new files.
|