summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth/OAuth/ChannelElements/HmacSha1SigningBindingElement.cs
Commit message (Collapse)AuthorAgeFilesLines
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-261-1/+0
|
* Replaces explicit crypto algorithm use with factories.Andrew Arnott2012-07-181-1/+1
| | | | Fixes #47 which requires that FIPS compliance be an option.
* OAuth 1 assemblies now FxCop clean. #68Andrew Arnott2012-02-091-0/+2
|
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
| | | | Fixes #66
* First pass at dividing DotNetOpenAuth features into separate assemblies.Andrew Arnott2011-07-011-0/+50
Nothing compiles at this point.