summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.InfoCard/InfoCard
Commit message (Collapse)AuthorAgeFilesLines
* Removes InfoCard support from the library.Andrew Arnott2013-06-169-1524/+0
| | | | InfoCard support has been removed from recent versions of Windows. It's effectively dead.
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-263-13/+3
|
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-263-2/+5
|
* Merge branch 'v4.0' into v4.1Andrew Arnott2012-09-291-2/+4
|\
| * Mitigates the XML DTD DoS attack from expanding entities.Andrew Arnott2012-09-291-2/+4
| | | | | | | | Fixes #209
* | Replaces explicit crypto algorithm use with factories.Andrew Arnott2012-07-181-1/+1
| | | | | | | | Fixes #47 which requires that FIPS compliance be an option.
* | Fixed InfoCard audience validation check failure when the RP targets .NET 4.0.Andrew Arnott2012-04-021-0/+4
|/
* InfoCard assemblies now FxCop clean. #68Andrew Arnott2012-02-091-0/+4
|
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-054-8/+8
| | | | Fixes #66
* StyleCop and other compiler warning fixes.Andrew Arnott2011-09-181-1/+2
|
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-183-17/+17
|
* Fixed up OpenIdInfoCardSelector button and the association response in the ↵Andrew Arnott2011-08-091-2/+2
| | | | message factory.
* Split up InfoCard into two assemblies.Andrew Arnott2011-07-3120-1283/+0
|
* Trying to fix up configuration section code.Andrew Arnott2011-07-101-1/+1
|
* StyleCop fixes.Andrew Arnott2011-07-102-2/+2
|
* InfoCard project now builds.Andrew Arnott2011-07-022-2/+2
|
* First pass at dividing DotNetOpenAuth features into separate assemblies.Andrew Arnott2011-07-0129-0/+2803
Nothing compiles at this point.