summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OpenId/OpenId/Messages/AssociateDiffieHellmanRequest.cs
Commit message (Collapse)AuthorAgeFilesLines
* Changed the compile-time switch for DH support into a runtime check for the ↵Andrew Arnott2012-03-111-8/+0
| | | | | | supporting assembling. Fixes #87
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
| | | | Fixes #66
* Fixed up Provider so that DH assoc requests don't result in exceptions.Andrew Arnott2011-10-101-0/+8
|
* Fixed up OpenIdInfoCardSelector button and the association response in the ↵Andrew Arnott2011-08-091-19/+0
| | | | message factory.
* Splitting up the OpenID profile into OpenID RP and OP. The core OpenID DLL ↵Andrew Arnott2011-07-201-5/+5
| | | | compiles, but the RP and OP ones do not.
* First pass at dividing DotNetOpenAuth features into separate assemblies.Andrew Arnott2011-07-011-0/+119
Nothing compiles at this point.