summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/Messages/SignedMessageBase.cs
Commit message (Collapse)AuthorAgeFilesLines
* Moved all the OAuth classes into its own namespace in preparation to ↵Andrew Arnott2008-11-031-161/+0
| | | | receiving DotNetOpenId merge.
* Applied FxCop fixes.Andrew Arnott2008-10-231-14/+55
|
* Removed TokenSecret initialization within the Consumer.Andrew Arnott2008-10-091-2/+2
|
* Changed the way HttpMethod is derived for signing verification.Andrew Arnott2008-10-041-11/+3
|
* Exposed more message types to enable Service Provider scenarios.Andrew Arnott2008-10-021-1/+1
|
* Fixed HTTP Authorization header to not include extra parameters.Andrew Arnott2008-10-021-5/+0
| | | | Combined the AdditionalParametersInHttpRequest and ExtraData concepts
* Appendix scenario test passing (again), this time with HMAC signing of HTTP ↵Andrew Arnott2008-09-281-1/+1
| | | | requests.
* Added enough token management that the Appendix A scenario test is passing ↵Andrew Arnott2008-09-251-1/+6
| | | | again.
* Added a scenario test from Appendix A (incomplete but passing so far).Andrew Arnott2008-09-241-6/+6
| | | | Included in this change are a lot of fixes and additional implementation.
* Implementing and refactoring ServiceProvider and Consumer classes.Andrew Arnott2008-09-231-1/+1
| | | | Beginning to write a test for the spec's appendix A scenario.
* Implemented the PLAINTEXT and HMAC-SHA1 signature algorithms.Andrew Arnott2008-09-221-6/+35
|
* Fixed up the timestamp to be OAuth compliant.Andrew Arnott2008-09-221-2/+15
|
* Refactored OAuth signing functionality into a SignedMessageBase class.Andrew Arnott2008-09-221-0/+86