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 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334
|
2010-07-26 Atsushi Enomoto <atsushi@ximian.com>
* SamlSubject.cs : add missing .ctor().
2007-11-27 Atsushi Enomoto <atsushi@ximian.com>
* SecurityKeyIdentifier.cs : fill 'out' parameter properly (gmcs
does not report this as error; see bug #334258).
2007-02-21 Atsushi Enomoto <atsushi@ximian.com>
* InMemorySymmetricSecurityKey.cs : added some argument check.
2007-02-15 Atsushi Enomoto <atsushi@ximian.com>
* SecurityKeyIdentifier.cs : implemented all.
* EncryptedKeyIdentifierClause.cs : forgot to commit; importtant
"return false" was missing.
2007-02-05 Atsushi Enomoto <atsushi@ximian.com>
* InMemorySymmetricSecurityKey.cs, SecurityKey.cs,
X509AsymmetricSecurityKey.cs :
implemented [IsSupported|IsSymmetric|IsAsymmetric]Algorithm.
2007-02-05 Atsushi Enomoto <atsushi@ximian.com>
* X509AsymmetricSecurityKey.cs :
implemented GetHashAlgorithmForSignature().
2007-01-31 Atsushi Enomoto <atsushi@ximian.com>
* InMemorySymmetricSecurityKey.cs : implemented some algorithm related
members.
* X509ThumbprintKeyIdentifierClause.cs : thumbprint comparison was
broken. Now it compares byte sequences.
* SecurityTokenResolver.cs : (removed MonoTODO.)
2007-01-11 Atsushi Enomoto <atsushi@ximian.com>
* X509IssuerSerialKeyIdentifierClause.cs : fixed previous change,
and check null argument.
2007-01-11 Atsushi Enomoto <atsushi@ximian.com>
* X509IssuerSerialKeyIdentifierClause.cs,
X509ThumbprintKeyIdentifierClause.cs : clause type is null.
2006-12-06 Atsushi Enomoto <atsushi@ximian.com>
* X509IssuerSerialKeyIdentifierClause.cs : IssuerSerialNumber is a
decimal string.
2006-10-29 Atsushi Enomoto <atsushi@ximian.com>
* SamlSubject.cs
SamlAuthorizationDecisionStatement.cs
SamlAssertion.cs
SamlConditions.cs
SamlAudienceRestrictionCondition.cs
SamlDoNotCacheCondition.cs
SamlEvidence.cs
SamlSubjectStatement.cs
SamlAdvice.cs
SamlAttribute.cs
SamlAuthenticationStatement.cs
SamlConstants.cs
SamlAction.cs
SamlAuthorityBinding.cs : implemented all WriteXml() and some of
ReadXml(). A couple of more API fixes.
2006-10-12 Atsushi Enomoto <atsushi@ximian.com>
* X509AsymmetricSecurityKey.cs : implemented IsSupportedAlgorithm().
* EncryptedKeyIdentifierClause.cs : implemented.
* AsymmetricSecurityKey.cs : removed MonoTODO.
2006-10-03 Atsushi Enomoto <atsushi@ximian.com>
* SamlSerializer.cs : fixed API; ReadXml()->ReadToken().
* SamlAuthenticationClaimResource.cs : fixed breakage when it becomes
part of the build.
* SamlDoNotCacheCondition.cs, SamlNameIdentifierClaimResource.cs :
new files.
* Dummy.cs : removed. Now we can live without this.
* X509SecurityToken.cs : fix API (virtualize Dispose()).
2006-10-03 Atsushi Enomoto <atsushi@ximian.com>
* SamlAuthorizationDecisionStatement.cs,
SamlConditions.cs,
SamlAudienceRestrictionCondition.cs,
SamlEvidence.cs,
SamlAuthenticationClaimResource.cs,
SamlSerializer.cs,
SamlAuthorityBinding.cs,
SamlCondition.cs,
SamlAuthorizationDecisionClaimResource.cs : new files.
* Dummy.cs : removed all above.
* SamlSubject.cs : added missing members.
* X509SecurityToken.cs : seems like it does not use urn:uuid.
2006-09-27 Atsushi Enomoto <atsushi@ximian.com>
* LocalIdKeyIdentifierClause.cs : implemented Matches().
2006-09-22 Atsushi Enomoto <atsushi@ximian.com>
* X509AsymmetricSecurityKey.cs : use EncryptedXml.DecryptKey() in
DecryptKey() to just reuse correct implementation.
Implemented EncryptKey().
2006-09-22 Atsushi Enomoto <atsushi@ximian.com>
* X509AsymmetricSecurityKey.cs : fixed GetAsymmetricAlgorithm().
(URI, useOAEP)
2006-09-14 Atsushi Enomoto <atsushi@ximian.com>
* Dummy.cs : added more types.
* SecurityAlgorithms.cs : fixed consts.
2006-09-14 Atsushi Enomoto <atsushi@ximian.com>
* UserNameSecurityToken.cs, RsaSecurityToken.cs : implemented.
2006-09-12 Atsushi Enomoto <atsushi@ximian.com>
* SecurityKeyIdentifierClause.cs : avoid NRE on null nonce.
2006-09-12 Atsushi Enomoto <atsushi@ximian.com>
* SigningCredentials.cs : new file.
* Dummy.cs : removed above.
* X509ThumbprintKeyIdentifierClause.cs,
X509SubjectKeyIdentifierClause.cs :
API fix and removed unused field.
* RsaSecurityKey.cs, RsaKeyIdentifierClause.cs :
Implemented some members.
* SecurityKeyIdentifierClause.cs, LocalIdKeyIdentifierClause.cs,
BinaryKeyIdentifierClause.cs : Added missing nonce info.
* SamlAttribute.cs : fixed warned code: raise an error.
2006-09-12 Atsushi Enomoto <atsushi@ximian.com>
* X509RawDataKeyIdentifierClause.cs,
X509IssuerSerialKeyIdentifierClause.cs,
BinaryKeyIdentifierClause.cs: implemented several members.
* SecurityToken.cs : implemented MatchesKeyIdentifierClause() and
ResolveKeyIdentifierClause().
* X509SecurityToken.cs : implemented MatchesKeyIdentifierClause().
* SecurityKeyIdentifierClause.cs : implemented CanCreateKey and
CreateKey().
2006-09-12 Atsushi Enomoto <atsushi@ximian.com>
* SecurityAlgorithms.cs : added missing constants.
* X509AsymmetricSecurityKey.cs : implemented GetAsymmetricAlgorithm().
* LocalIdKeyIdentifierClause.cs : added missing bits.
2006-09-07 Atsushi Enomoto <atsushi@ximian.com>
* SamlConstants.cs : implemented.
* SamlAttributeStatement.cs :
Correct constructor chain. implemented WriteXml().
* SamlAttribute.cs : implemented WriteXml(). API updates.
* SamlSubjectStatement.cs : null arg check.
* SamlAssertion.cs : write prefix.
Pass through NullImplementedException in WriteXml().
* SamlSubject.cs : implemented several members.
2006-09-07 Atsushi Enomoto <atsushi@ximian.com>
* SamlSubject.cs, SamlConstants.cs : added missing classes.
* Dummy.cs : removed above.
* SamlAssertion.cs : implemented WriteXml() and more .ctor()
argument check.
* SamlAttribute.cs : added missing .ctor().
* SamlAttributeStatement.cs : derive from SamlSubjectStatement.
* SecurityAlgorithms.cs : updated WS-SC P_SHA1 URI.
* TlsHMAC.cs : new support file, copied from Mono.Security.
(WS-SecureConversation uses P_SHA from RFC 2246.)
* InMemorySymmetricSecurityKey.cs : partly implemented
GetSymmetricAlgorithm() and GenerateDerivedKey().
* X509AsymmetricSecurityKey.cs : partly implement EncryptKey.
2006-09-04 Atsushi Enomoto <atsushi@ximian.com>
* X509AsymmetricSecurityKey.cs : partial GetAsymmetricAlgorithm()
implementation. Implement DecryptKey().
* X509ThumbprintKeyIdentifierClause.cs : certificate could be null
through the entire class.
* SamlStatement.cs, SamlSubjectStatement.cs,
SamlAuthenticationStatement.cs : added missing members.
* SamlAssertion.cs : added missing members. implemented .ctor().
2006-09-01 Atsushi Enomoto <atsushi@ximian.com>
* X509AsymmetricSecurityKey.cs : partly implemented.
2006-08-28 Atsushi Enomoto <atsushi@ximian.com>
* X509ThumbprintKeyIdentifierClause.cs : implemented .ctor(),
CreateKey() and Matches().
2006-08-14 Atsushi Enomoto <atsushi@ximian.com>
* SecurityTokenTypes.cs : implemented.
2006-08-04 Atsushi Enomoto <atsushi@ximian.com>
* InMemorySymmetricSecurityKey.cs : added another .ctor().
* X509SecurityToken.cs : implemented [Can]CreateKeyIdentifierClause().
* SecurityKeyIdentifier.cs : .ctor() accepts varargs.
2006-08-04 Atsushi Enomoto <atsushi@ximian.com>
* InMemorySymmetricSecurityKey.cs : oops, it was not added.
* GenericXmlSecurityToken.cs : added missing members.
* UserNameSecurityToken.cs : ValidFrom should be fixed value.
2006-08-04 Atsushi Enomoto <atsushi@ximian.com>
* X509IssuerSerialKeyIdentifierClause.cs : some annotations.
* InMemorySymmetricSecurityKey.cs :
new file required by BinarySecurityToken.
2006-08-01 Atsushi Enomoto <atsushi@ximian.com>
* UserNameSecurityToken.cs : implemented.
2006-07-31 Atsushi Enomoto <atsushi@ximian.com>
* X509SecurityToken.cs : implemented some members.
2006-07-18 Atsushi Enomoto <atsushi@ximian.com>
* GenericXmlSecurityToken.cs : added.
2006-07-04 Atsushi Enomoto <atsushi@ximian.com>
* SecurityTokenTypes.cs : added missing type.
2006-07-04 Atsushi Enomoto <atsushi@ximian.com>
* SamlAssertion.cs, SamlSubjectStatement.cs, SamlAdvice.cs,
SamlAttribute.cs, SamlAuthenticationStatement.cs, SamlStatement.cs
SamlAction.cs, Dummy.cs, SamlAttributeStatement.cs:
some June CTP updates.
* SymmetricKey.cs : removed old code.
2006-03-23 Atsushi Enomoto <atsushi@ximian.com>
* SecurityKeyType.cs SecurityKeyUsage.cs : new enums.
* Dummy.cs : removed above.
2006-03-22 Atsushi Enomoto <atsushi@ximian.com>
* SecurityKeyIdentifierClause.cs SecurityTokenException.cs
BinaryKeyIdentifierClause.cs LocalIdKeyIdentifierClause.cs
X509IssuerSerialKeyIdentifierClause.cs
X509RawDataKeyIdentifierClause.cs
SecurityKeyIdentifier.cs X509ThumbprintKeyIdentifierClause.cs
SamlAssertionKeyIdentifierClause.cs RsaKeyIdentifierClause.cs
X509SubjectKeyIdentifierClause.cs
SecurityTokenValidationException.cs
EncryptedKeyIdentifierClause.cs :
new stubs for SecurityKeyIdentifierClause and Exception classes
in Feb. CTP.
* Dummy.cs : removed above.
2006-03-22 Atsushi Enomoto <atsushi@ximian.com>
* SecurityToken.cs : updated to Feb.CTP API.
* RsaSecurityToken.cs KerberosRequestorSecurityToken.cs
WindowsSecurityToken.cs SamlSecurityToken.cs
KerberosReceiverSecurityToken.cs X509SecurityToken.cs
UserNameSecurityToken.cs X509WindowsSecurityToken.cs :
new stubs for SecurityToken classes in Feb.CTP.
* Dummy.cs : removed all above.
2006-03-22 Atsushi Enomoto <atsushi@ximian.com>
* SymmetricSecurityKey.cs AsymmetricSecurityKey.cs SecurityKey.cs
SymmetricKey.cs RsaSecurityKey.cs X509AsymmetricSecurityKey.cs :
stubs for SecurityKey classes in Feb.CTP.
* Dummy.cs : removed all above.
2006-02-23 Atsushi Enomoto <atsushi@ximian.com>
* Dummy.cs SamlAccessDecision.cs SamlAction.cs SamlAdvice.cs
SamlAssertion.cs SamlAttribute.cs SamlAttributeStatement.cs
SamlAuthenticationStatement.cs SamlStatement.cs
SamlSubjectStatement.cs SecurityAlgorithms.cs SecurityToken.cs
SecurityTokenProvider.cs SecurityTokenResolver.cs :
Moving namespaces to System.IdentityModel.*.
2006-02-23 Atsushi Enomoto <atsushi@ximian.com>
* SecurityTokenResolver.cs : some members are removed (by nature of
System.ServiceModel.dll independency).
2006-02-23 Atsushi Enomoto <atsushi@ximian.com>
* SamlAccessDecision.cs SamlAction.cs SamlAdvice.cs
SamlAssertion.cs SamlAttribute.cs SamlAttributeStatement.cs
SamlAuthenticationStatement.cs SamlStatement.cs
SamlSubjectStatement.cs SecurityToken.cs :
Feb. CTP API changes - chapter 1.
2006-01-19 Atsushi Enomoto <atsushi@ximian.com>
* SamlStatement.cs : update to be in sync with sys.sec.auth changes.
2005-10-31 Atsushi Enomoto <atsushi@ximian.com>
* SecurityToken.cs : new file.
* Dummy.cs : removed above.
2005-09-29 Atsushi Enomoto <atsushi@ximian.com>
* SamlAttribute.cs, SamlAuthenticationStatement.cs, SamlStatement.cs
SamlSubjectStatement.cs, SamlAttributeStatement.cs :
Warning fix; signatures and unused methods. More readonly check.
2005-09-28 Atsushi Enomoto <atsushi@ximian.com>
* SamlAccessDecision.cs, SamlAttribute.cs,
SamlAuthenticationStatement.cs, SamlStatement.cs,
SamlSubjectStatement.cs, SamlAssertion.cs,
SamlAttributeStatement.cs, SamlAdvice.cs, SamlAction.cs : new files.
* Dummy.cs : removed those classes above.
|