summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/Messages/SignedMessageBase.cs
Commit message (Expand)AuthorAgeFilesLines
* Moved all the OAuth classes into its own namespace in preparation to receivin...Andrew Arnott2008-11-031-161/+0
* 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
* Appendix scenario test passing (again), this time with HMAC signing of HTTP r...Andrew Arnott2008-09-281-1/+1
* Added enough token management that the Appendix A scenario test is passing ag...Andrew Arnott2008-09-251-1/+6
* Added a scenario test from Appendix A (incomplete but passing so far).Andrew Arnott2008-09-241-6/+6
* Implementing and refactoring ServiceProvider and Consumer classes.Andrew Arnott2008-09-231-1/+1
* 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