summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/Messaging/MessagingUtilitiesTests.cs
Commit message (Collapse)AuthorAgeFilesLines
* Change number of iterations on test to 100000 so we are actually measuring ↵lcalabrese2015-08-071-1/+1
| | | | something significant.
* Test greenDavid Christiansen2015-01-051-2/+2
| | | | - Packages update
* Closes #356, Closes #357, Closes #358David Christiansen2015-01-041-4/+4
|
* Fixes another unit testAndrew Arnott2013-03-221-15/+15
|
* Unit test build break fixes.Andrew Arnott2013-03-061-70/+6
|
* Finished fixing build breaks except in test projects.Andrew Arnott2013-01-271-5/+0
|
* Merge branch 'v4.1'Andrew Arnott2012-12-021-0/+11
|\ | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.OAuth2.ResourceServer/OAuth2/StandardAccessTokenAnalyzer.cs src/DotNetOpenAuth.Test/OAuth2/OAuth2TestBase.cs src/version.txt
| * Fixes AsHttpResposneMessage() exception when response has no stream.Andrew Arnott2012-11-021-0/+11
| | | | | | | | Fixes #226
* | Merge branch 'v4.1'Andrew Arnott2012-10-141-1/+29
|\ \ | |/
| * Added OutgoingWebResponse.AsHttpResponseMessage extension method.Andrew Arnott2012-10-091-1/+29
| |
* | Fixing one more place it was missed, also changing to OPTIONSMatt Hawley2012-08-101-3/+3
| |
* | Adding PATCH and OPTION http verbsMatt Hawley2012-08-101-3/+9
|/
* Moved some JSON serialization logic to MessagingUtilities and added a unit test.Andrew Arnott2012-04-281-0/+22
|
* Replaced a bunch of TestCase attribute usages with simply Test.Andrew Arnott2012-04-041-9/+9
|
* Changed all uses of [TestCase] to [Test] to better emulate recommended NUnit ↵Andrew Arnott2012-02-251-14/+14
| | | | patterns.
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
| | | | Fixes #66
* Added more support for HttpContextBase, HttpResponseBase, etc.Andrew Arnott2012-01-291-3/+3
|
* Merge branch 'v3.4' into oauth2Andrew Arnott2010-12-231-1/+1
|\ | | | | | | | | | | | | Conflicts: samples/OAuthServiceProvider/Code/DatabaseTokenManager.cs samples/OAuthServiceProvider/Code/OAuthToken.cs src/DotNetOpenAuth/Messaging/MessagingStrings.resx
| * Increase constant time string equality check method tolerance to reduce ↵Andrew Arnott2010-08-111-1/+1
| | | | | | | | false test failures.
* | Merge branch 'v3.4' into oauth2Andrew Arnott2010-07-211-0/+63
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | Conflicts: projecttemplates/RelyingPartyDatabase/RelyingPartyDatabase.dbproj projecttemplates/RelyingPartyLogic/CreateDatabase.sql samples/OAuthConsumerWpf/OAuthConsumerWpf.csproj src/DotNetOpenAuth.Test/Messaging/MessagingUtilitiesTests.cs src/DotNetOpenAuth.Test/OAuth/ChannelElements/OAuthChannelTests.cs src/DotNetOpenAuth/Messaging/MessagingStrings.resx src/DotNetOpenAuth/Messaging/MessagingUtilities.cs src/DotNetOpenAuth/OAuth/ChannelElements/OAuthChannel.cs src/version.txt
| * Added NUnit runner to the repo.Andrew Arnott2010-07-191-1/+1
| |
| * StyleCop fixes.Andrew Arnott2010-07-191-8/+9
| |
| * Added a bit more timing text to the test.Andrew Arnott2010-07-161-0/+1
| |
| * Fix for timing-dependent HMAC signature equality check.Andrew Arnott2010-07-141-2/+62
| |
* | Added symmetric key encryption/decryption utility methods.Andrew Arnott2010-05-311-2/+13
|/
* Merge branch 'v3.3' into v3.4Andrew Arnott2010-02-131-0/+1
|\ | | | | | | | | | | Conflicts: lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb
| * Fixed parsing the Content-Type header in a couple places.Andrew Arnott2010-02-021-0/+1
| | | | | | | | Fixed a few failing unit tests.
* | Merge branch 'master' into master-Dev10Andrew Arnott2010-01-171-0/+76
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | Conflicts: build.proj lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb src/DotNetOpenAuth.Test/Messaging/MessagingUtilitiesTests.cs src/DotNetOpenAuth.Test/Messaging/MultiPartPostPartTests.cs src/DotNetOpenAuth.sln src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/OAuth/OAuthStrings.Designer.cs
| * OAuth now supports HEAD HTTP method, and won't throw unhandled exception on ↵Andrew Arnott2010-01-121-0/+46
| | | | | | | | | | | | unrecognized HTTP methods any more. Fixes Trac #169
| * Fixes StyleCop issues.Andrew Arnott2010-01-111-1/+1
| |
| * Fixed multipart POST so that it doesn't include a leading \r\n, which ↵Andrew Arnott2010-01-111-0/+30
| | | | | | | | apparently is NOT valid.
* | Converted all the rest of the tests over to NUnit.Andrew Arnott2010-01-061-17/+17
|/
* Fixes OpenID and OAuth URL data string encoding to follow RFC 3986 instead ↵Andrew Arnott2009-05-111-3/+23
| | | | | | 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: !*'()
* Added convenience method for sending OutgoingWebResponse instances to an ↵Andrew Arnott2009-03-271-2/+7
| | | | HttpListenerResponse.
* Fixes null key handling in incoming query strings.Andrew Arnott2009-01-131-0/+19
| | | | Fixes Google Code Issue 9 on dotnetoauth project.
* Changed namepace and project names in preparation for merge with DotNetOpenId.Andrew Arnott2008-11-041-0/+99