summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/OpenId/ChannelElements/ExtensionsBindingElementTests.cs
Commit message (Collapse)AuthorAgeFilesLines
* Consolidates two OpenID memory app storesAndrew Arnott2013-03-281-2/+3
| | | | | | | The StandardRelyingPartyApplicationStore and StandardProviderApplicationStore were equivalent, and thus redundant. There was also nothing OpenID specific about them. So this consolidates and renames these types to better reflect their general purpose.
* Lots of StyleCop fixes.Andrew Arnott2013-03-261-3/+2
|
* Just 18 failuresAndrew Arnott2013-03-241-3/+3
|
* Just 23 failuresAndrew Arnott2013-03-241-2/+2
|
* Fixes remaining build breaks.Andrew Arnott2013-03-221-29/+32
|
* Moves the rest of the static methods out.Andrew Arnott2013-03-211-2/+2
|
* Lots more test build break fixes.Andrew Arnott2013-03-171-4/+4
|
* More unit test fixes.Andrew Arnott2013-03-101-30/+64
|
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-261-1/+0
|
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-261-0/+1
|
* 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
* Updated some unit tests to match new argument validation code.Andrew Arnott2012-01-291-2/+2
|
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-181-2/+2
|
* The test project now builds, so the whole solution does.Andrew Arnott2011-08-021-1/+1
|
* Added OutgoingWebResponse.Respond method to replace its Send method, and ↵Andrew Arnott2011-06-231-4/+4
| | | | | | avoid the ThreadAbortException that is no longer the recommended approach. Fixes #40
* 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-14/+14
|
* Merge branch 'master' into contractsAndrew Arnott2009-06-251-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/Configuration/TypeConfigurationCollection.cs src/DotNetOpenAuth/Configuration/TypeConfigurationElement.cs src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/Messaging/HttpRequestInfo.cs src/DotNetOpenAuth/Messaging/Reflection/MessagePart.cs src/DotNetOpenAuth/Messaging/Reflection/ValueMapping.cs src/DotNetOpenAuth/OAuth/ChannelElements/OAuthChannel.cs src/DotNetOpenAuth/OAuth/ConsumerBase.cs src/DotNetOpenAuth/OAuth/Messages/MessageBase.cs src/DotNetOpenAuth/OAuth/Messages/UnauthorizedTokenResponse.cs src/DotNetOpenAuth/OAuth/ServiceProvider.cs src/DotNetOpenAuth/OpenId/Protocol.cs src/DotNetOpenAuth/OpenId/Provider/AutoResponsiveRequest.cs src/DotNetOpenAuth/OpenId/Provider/HostProcessedRequest.cs src/DotNetOpenAuth/OpenId/Provider/IHostProcessedRequest.cs src/DotNetOpenAuth/OpenId/Provider/Request.cs src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingParty.cs src/DotNetOpenAuth/OpenId/RelyingParty/ServiceEndpoint.cs
| * Fixed build break from recent change to ExtensionsBindingElement.Andrew Arnott2009-05-311-1/+1
| |
* | Switched almost entirely over to Code Contracts across the entire library.Andrew Arnott2009-05-231-2/+3
|/ | | | But some unit tests still fail, and there are other issues.
* FxCop and StyleCop fixes for v3.1 branch.Andrew Arnott2009-05-201-1/+1
|
* Merge branch 'v3.0'Andrew Arnott2009-04-151-3/+3
|\
| * Custom OpenID extensions may now exist outside the library.Andrew Arnott2009-04-151-3/+3
| |
* | Added capability for RPs to receive unsigned extension responses if they so ↵Andrew Arnott2009-03-301-3/+5
|/ | | | choose.
* Renamed a couple of methods:Andrew Arnott2009-03-151-4/+4
| | | | | PrepareMessageForSending -> ProcessOutgoingMessage VerifyMessageAfterReceiving -> ProcessIncomingMessage
* Refactored MessageDescription to be per-Channel instead of appdomain static.Andrew Arnott2009-03-141-0/+1
| | | | This allows for special scenarios (like OSIS tests) where individual tests might need to contrive special message serialization rules.
* Refactoring around Provider's IRequest to process responses differently.Andrew Arnott2009-03-061-2/+2
| | | | This is a step toward serializable IRequest objects.
* Added OpenID Provider downlevel protection for 1.x Relying Parties and ↵Andrew Arnott2009-03-051-3/+3
| | | | turning it on by default.
* Refactored test helpers to remove TestSupport and move its functionality ↵Andrew Arnott2009-01-291-3/+3
| | | | into OpenIdTestBase.
* StyleCop fixesAndrew Arnott2009-01-231-23/+22
|
* Renamed Channel.Send method to Channel.PrepareResponse and then added a new ↵Andrew Arnott2009-01-211-3/+3
| | | | Send method.
* Lots of little bug fixes, and added a (finally!) passing test for unsigned ↵Andrew Arnott2009-01-211-7/+41
| | | | extensions being ignored.
* Added SecuritySetting options on both OP and RP to control extension signing ↵Andrew Arnott2009-01-201-7/+7
| | | | behavior and enforcement.
* All ExtraData, including extensions, are now signed in OP signed responses.Andrew Arnott2009-01-191-0/+26
|
* AX feature complete, with tests passing.Andrew Arnott2009-01-171-0/+22
|
* CRLF -> LF change.Andrew Arnott2008-12-291-105/+105
|
* Changed CheckIdRequest messages immediate boolean to an enum.Andrew Arnott2008-12-291-1/+2
|
* Added new OpenID 1.x compatibility-supporting binding elements.Andrew Arnott2008-12-241-0/+8
| | | | | | | 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.
* Added more targeted extension binding element tests.Andrew Arnott2008-12-221-5/+65
|
* Added a mock extension and test in order to focus the test on the extension ↵Andrew Arnott2008-12-211-0/+36
binding element.