summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth/OAuth/ChannelElements/SigningBindingElementBase.cs
Commit message (Expand)AuthorAgeFilesLines
* Applied signature equality check timing fix to OAuth.Andrew Arnott2010-07-161-1/+1
* Removed dependency on publicize.exe, which crashes now in some branches due t...Andrew Arnott2010-07-091-0/+12
* StyleCop and FxCop fixes.Andrew Arnott2010-04-011-0/+2
* Fixed error checking and reporting of an invalid OAuth configuration.Andrew Arnott2010-01-111-1/+1
* Fixed some bugs in the way multipart messages were handled or even allowed in...Andrew Arnott2010-01-111-7/+18
* Added support for binary "extra data" in messages.Andrew Arnott2010-01-111-1/+10
* More code contracts work.Andrew Arnott2009-11-051-10/+1
* Some more transitioning from ErrorUtilities to Code Contracts.Andrew Arnott2009-06-261-1/+1
* Switched almost entirely over to Code Contracts across the entire library.Andrew Arnott2009-05-231-2/+2
* Fixes OpenID and OAuth URL data string encoding to follow RFC 3986 instead of...Andrew Arnott2009-05-111-5/+5
* Added more tests to verify correct behavior of OAuth Authorization header and...Andrew Arnott2009-04-301-11/+16
* Further fixed base signature string construction and added several tests for it.Andrew Arnott2009-04-301-1/+1
* Fixes OAuth base signature string construction for URLs that include a query-...Andrew Arnott2009-04-291-2/+20
* Fixed OAuth RsaSha1 signing binding element.Andrew Arnott2009-04-061-1/+1
* Cleaned up logging.Andrew Arnott2009-03-151-7/+7
* Renamed a couple of methods:Andrew Arnott2009-03-151-2/+2
* Refactored MessageDescription to be per-Channel instead of appdomain static.Andrew Arnott2009-03-141-3/+11
* StyleCop fixes.Andrew Arnott2009-03-051-0/+8
* Added OpenID Provider downlevel protection for 1.x Relying Parties and turnin...Andrew Arnott2009-03-051-9/+7
* Removed build break from oauthrsa merge.Andrew Arnott2009-01-131-1/+0
* Merge branch 'oauthrsa'Andrew Arnott2009-01-131-3/+15
|\
| * Fixed RsaSha1SigningBindingElement.Clone to include the new properties.Andrew Arnott2008-12-251-241/+241
| * Added the rest of the RSA-SHA1 binding element's ability to handle X.509 cert...Andrew Arnott2008-12-251-3/+14
* | Check_authentication signature verification is now actually being performed.Andrew Arnott2008-12-161-5/+5
* | Added a private Provider association test (dumb mode).Andrew Arnott2008-12-161-0/+5
* | Renamed a couple of methods in OAuthChannel to be more clear.Andrew Arnott2008-11-081-1/+1
|/
* Changed namepace and project names in preparation for merge with DotNetOpenId.Andrew Arnott2008-11-041-0/+242