summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/OAuth/ChannelElements/SigningBindingElementBaseTests.cs
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some failing unit tests and some associated product bugs.Andrew Arnott2009-06-061-1/+1
|
* Initial change to comply with OAuth 1.0a.Andrew Arnott2009-06-051-1/+2
| | | | | | Still need to come up with a plan to handle Consumers without callback, including mobile and set-top devices with limited keyboards. No tests yet. Limited thought given so far to interoperability with 1.0 vs. 1.0a.
* Added more tests to verify correct behavior of OAuth Authorization header ↵Andrew Arnott2009-04-301-0/+9
| | | | | | and message parts in different places. Fixed a bug in the signature construction process the test found.
* Further fixed base signature string construction and added several tests for it.Andrew Arnott2009-04-301-3/+33
|
* Refactored MessageDescription to be per-Channel instead of appdomain static.Andrew Arnott2009-03-141-4/+4
| | | | This allows for special scenarios (like OSIS tests) where individual tests might need to contrive special message serialization rules.
* Changed namepace and project names in preparation for merge with DotNetOpenId.Andrew Arnott2008-11-041-0/+40