summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/OpenId/Extensions/ExtensionTestUtilities.cs
Commit message (Expand)AuthorAgeFilesLines
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-181-1/+1
* The test project now builds, so the whole solution does.Andrew Arnott2011-08-021-1/+1
* Added OutgoingWebResponse.Respond method to replace its Send method, and avoi...Andrew Arnott2011-06-231-2/+2
* Fixed unit tests so there are no failures.Andrew Arnott2011-05-281-1/+2
* Moved ICryptoKeyStore and related types to the Messaging.Bindings namespace.Andrew Arnott2011-05-211-0/+1
* Providers and Relying Parties both implement a unified pair of ICryptoKeyStor...Andrew Arnott2011-05-201-2/+3
* Created an IProviderAssociationStore interface so that encoding the associati...Andrew Arnott2011-05-081-2/+2
* OpenID Provider association stores replaced with self-describing association ...Andrew Arnott2011-05-071-3/+4
* Switched almost entirely over to Code Contracts across the entire library.Andrew Arnott2009-05-231-1/+3
* Custom OpenID extensions may now exist outside the library.Andrew Arnott2009-04-151-3/+3
* Refactored test helpers to remove TestSupport and move its functionality into...Andrew Arnott2009-01-291-2/+2
* Refactored association management functions from the OpenIdRelyingParty class...Andrew Arnott2009-01-231-1/+1
* Renamed Channel.Send method to Channel.PrepareResponse and then added a new S...Andrew Arnott2009-01-211-2/+2
* Added GetHashCode() methods to the AX classes, and fixed their Equals methods.Andrew Arnott2009-01-171-0/+3
* AX feature complete, with tests passing.Andrew Arnott2009-01-171-0/+77