summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/Messaging/ChannelTests.cs
Commit message (Collapse)AuthorAgeFilesLines
* Many more unit test build fixes and product touch-ups.Andrew Arnott2013-03-071-23/+30
|
* Unit test build break fixes.Andrew Arnott2013-03-061-26/+28
|
* Unit test compile error fixes.Andrew Arnott2013-03-031-28/+30
|
* Replaced a bunch of TestCase attribute usages with simply Test.Andrew Arnott2012-04-041-24/+24
|
* Changed all uses of [TestCase] to [Test] to better emulate recommended NUnit ↵Andrew Arnott2012-02-251-9/+9
| | | | patterns.
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
| | | | Fixes #66
* Added a response stream to 301 redirect messages so that filters like ↵Andrew Arnott2010-10-201-0/+2
| | | | WebSense will let them through.
* Removed dependency on publicize.exe, which crashes now in some branches due ↵Andrew Arnott2010-07-091-2/+1
| | | | to bugs, and publicize.exe doesn't appear to be supported by Microsoft any more, so we might as well get off it.
* Fixed a bunch of NUnit warnings.Andrew Arnott2010-01-091-1/+1
|
* Converted all the rest of the tests over to NUnit.Andrew Arnott2010-01-061-45/+45
|
* Fixed up all tests so they pass.Andrew Arnott2009-06-251-0/+1
|
* Fixes OpenID and OAuth URL data string encoding to follow RFC 3986 instead ↵Andrew Arnott2009-05-111-2/+2
| | | | | | of RFC 2396. While this probably won't fix any interop issues with OpenID, it IS anticipated to fix interop issues with OAuth since the generated signature base string will be different if any of these symbols show up in the string: !*'()
* Renamed a couple of methods:Andrew Arnott2009-03-151-1/+1
| | | | | PrepareMessageForSending -> ProcessOutgoingMessage VerifyMessageAfterReceiving -> ProcessIncomingMessage
* Renamed some methods on the Channel class to be more consistent.Andrew Arnott2009-03-151-1/+1
|
* Renamed UserAgentResponse to OutgoingWebResponse, and DirectWebResponse to ↵Andrew Arnott2009-03-151-2/+2
| | | | IncomingWebResponse.
* Applied fix for HTTP verb enforcement required by OpenID 2.0 section 5.1.1.Andrew Arnott2009-03-101-0/+11
|
* Renamed Channel.Send method to Channel.PrepareResponse and then added a new ↵Andrew Arnott2009-01-211-9/+9
| | | | Send method.
* CRLF -> LF line endings change to all .cs files.Andrew Arnott2009-01-091-292/+292
|
* Added new OpenID 1.x compatibility-supporting binding elements.Andrew Arnott2008-12-241-290/+292
| | | | | | | This adds: * callback arg support * signed return_to to verify callback args and URL are untampered with * Custom nonces to protect RPs against replay attacks when working with 1.0 OPs.
* A touch of refactoring and C# warning resolution.Andrew Arnott2008-11-241-2/+2
|
* Reworked the way messages are instantiated and deserialized.Andrew Arnott2008-11-201-5/+5
| | | | This was a whole lot of work to just get multi-version capability added to message types so that OpenID could handle its few versions.
* Changed namepace and project names in preparation for merge with DotNetOpenId.Andrew Arnott2008-11-041-0/+290