summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OpenId.RelyingParty/OpenId/ChannelElements
Commit message (Collapse)AuthorAgeFilesLines
* Closes #356, Closes #357, Closes #358David Christiansen2015-01-042-0/+4
|
* More unit test fixes.Andrew Arnott2013-03-101-2/+2
|
* More test build break fixes.Andrew Arnott2013-03-091-6/+8
|
* Lots of stylecop fixes.Andrew Arnott2013-02-162-0/+12
|
* C# compiler warning fixes.Andrew Arnott2013-02-103-0/+5
|
* DNOA.OpenId.RP now builds.Andrew Arnott2012-12-313-13/+29
|
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-264-7/+1
|
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-263-1/+4
|
* Changed the compile-time switch for DH support into a runtime check for the ↵Andrew Arnott2012-03-111-5/+5
| | | | | | supporting assembling. Fixes #87
* Removed reference to OpenId.RelyingParty from OpenId.Provider.Andrew Arnott2012-02-071-8/+2
| | | | This is part of the fix for #71.
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-056-12/+12
| | | | Fixes #66
* Added build property that can cause the Diffie-Hellman algorithm and its ↵Andrew Arnott2011-10-101-2/+3
| | | | | | associated functionality to be omitted from OpenID. Provider currently throws an exception for an unexpected message when DH associations are requested.
* StyleCop and other compiler warning fixes.Andrew Arnott2011-09-181-1/+10
|
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-183-10/+10
|
* Fixed basic association test.Andrew Arnott2011-08-231-3/+50
|
* Fixed up OpenIdInfoCardSelector button and the association response in the ↵Andrew Arnott2011-08-092-2/+69
| | | | message factory.
* C# warnings work.Andrew Arnott2011-08-071-2/+2
|
* StyleCop work.Andrew Arnott2011-08-073-3/+36
|
* A few stylecop fixes.Andrew Arnott2011-08-033-13/+17
|
* OpenID RP and OP projects build now.Andrew Arnott2011-07-251-2/+0
|
* More work toward divided OpenID projects.Andrew Arnott2011-07-251-3/+3
|
* Splitting up the OpenID profile into OpenID RP and OP. The core OpenID DLL ↵Andrew Arnott2011-07-205-0/+622
compiles, but the RP and OP ones do not.