summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/OpenId/ChannelElements/SigningBindingElementTests.cs
Commit message (Expand)AuthorAgeFilesLines
* Lots more test build break fixes.Andrew Arnott2013-03-171-7/+10
* Replaced a bunch of TestCase attribute usages with simply Test.Andrew Arnott2012-04-041-1/+1
* Changed all uses of [TestCase] to [Test] to better emulate recommended NUnit ...Andrew Arnott2012-02-251-2/+2
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
* OpenID messages that are missing signed parameters now throws ProtocolExcepti...Andrew Arnott2012-01-291-0/+35
* The test project now builds, so the whole solution does.Andrew Arnott2011-08-021-2/+2
* Fixed unit tests so there are no failures.Andrew Arnott2011-05-281-4/+6
* Moved ICryptoKeyStore and related types to the Messaging.Bindings namespace.Andrew Arnott2011-05-211-0/+1
* Providers and Relying Parties both implement a unified pair of ICryptoKeyStor...Andrew Arnott2011-05-201-2/+2
* Created an IProviderAssociationStore interface so that encoding the associati...Andrew Arnott2011-05-081-3/+3
* OpenID Provider association stores replaced with self-describing association ...Andrew Arnott2011-05-071-4/+4
* Slight test adjustment.Andrew Arnott2010-03-301-1/+1
* Converted all the rest of the tests over to NUnit.Andrew Arnott2010-01-061-4/+4
* Updated baseline signature now that a different date/time stamp is applied du...Andrew Arnott2009-07-271-1/+1
* Renamed a couple of methods:Andrew Arnott2009-03-151-2/+2
* Refactored MessageDescription to be per-Channel instead of appdomain static.Andrew Arnott2009-03-141-2/+3
* Added OpenID Provider downlevel protection for 1.x Relying Parties and turnin...Andrew Arnott2009-03-051-2/+2
* Refactored test helpers to remove TestSupport and move its functionality into...Andrew Arnott2009-01-291-3/+3
* Fixed bug in OpenID message signing and added regression test.Andrew Arnott2009-01-251-0/+22
* Unsigned extensions in responses are now ignored.Andrew Arnott2009-01-191-4/+4
* All ExtraData, including extensions, are now signed in OP signed responses.Andrew Arnott2009-01-191-0/+46