summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Fixed up the new AuthenticationRequestTests unit test to pass.Andrew Arnott2009-01-042-1/+6
| | |
* | | StyleCop work.Andrew Arnott2009-01-047-7/+92
| | |
* | | Merge branch 'master' into rpauth2Andrew Arnott2009-01-044-1/+121
|\ \ \ | |/ / | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/OpenId/OpenIdCoordinator.cs src/DotNetOpenAuth/Messaging/ErrorUtilities.cs
| * | Added a Debugger.Break() instruction to internal error throwing.Andrew Arnott2009-01-042-255/+263
| | |
| * | Added unit test channel coordination checks to prevent hanging tests when ↵Andrew Arnott2009-01-043-47/+159
| | | | | | | | | | | | one party's channel is waiting for an incoming message from another channel that will never arrive.
* | | TEMP2Andrew Arnott2009-01-047-38/+92
| | |
* | | CRLF -> LFAndrew Arnott2009-01-042-169/+169
| | |
* | | TEMPAndrew Arnott2009-01-035-51/+34
| | |
* | | Fixed CheckIdRequest.EnsureValidMessage to only do its OP Identifier check ↵Andrew Arnott2009-01-031-8/+10
| | | | | | | | | | | | for OpenID 2.x and later.
* | | Added RP and OP authentication interfaces and implementations to be ↵Andrew Arnott2009-01-0320-41/+797
| | | | | | | | | | | | compatible with DotNetOpenId.
* | | StyleCop workAndrew Arnott2009-01-0310-49/+584
| | |
* | | Added authentication response.Andrew Arnott2009-01-0317-931/+1291
| | |
* | | Builds with authentication request creation...Andrew Arnott2009-01-0315-19/+1096
|/ / | | | | | | untested.
* | Fixed mock CoordinatingChannel to send direct responses and indirect ↵Andrew Arnott2009-01-037-11/+44
| | | | | | | | messages while more truly simulating the ordinary channel experience.
* | CRLF -> LFAndrew Arnott2009-01-031-160/+160
| |
* | Added SocketException handler to StandardWebRequestHandler.Andrew Arnott2009-01-031-0/+3
| |
* | Removed the RP's special web request handler that was redundant with the ↵Andrew Arnott2009-01-032-7/+11
| | | | | | | | OpenIdChannel's.
* | CRLF -> LFAndrew Arnott2009-01-034-871/+871
| |
* | CRLF -> LF change.Andrew Arnott2008-12-2915-2312/+2312
| |
* | Changed CheckIdRequest messages immediate boolean to an enum.Andrew Arnott2008-12-2913-281/+319
| |
* | Ported ServiceEndpointTests and fixed but in ProviderEndpointDescription class.Andrew Arnott2008-12-265-51/+227
| |
* | Enabled the extension methods in the ServiceEndpoint class.Andrew Arnott2008-12-265-93/+65
| |
* | Added replay detection tests.Andrew Arnott2008-12-254-160/+189
| |
* | Updated class diagrams.Andrew Arnott2008-12-256-281/+222
| |
* | StyleCop fixes, plus a fix for the return_to nonce to consider expired nonces.Andrew Arnott2008-12-259-63/+295
| |
* | Added new OpenID 1.x compatibility-supporting binding elements.Andrew Arnott2008-12-2428-1978/+2669
| | | | | | | | | | | | | | 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 check to validate that an id_res message is true to its ↵Andrew Arnott2008-12-244-0/+81
| | | | | | | | openid.return_to parameter.
* | StyleCop fixes.Andrew Arnott2008-12-223-46/+29
| |
* | Added DH testsAndrew Arnott2008-12-223-0/+96
| |
* | Wrapped up the sreg tests for now.Andrew Arnott2008-12-226-119/+110
| |
* | Added more targeted extension binding element tests.Andrew Arnott2008-12-224-30/+99
| |
* | Added a mock extension and test in order to focus the test on the extension ↵Andrew Arnott2008-12-217-65/+202
| | | | | | | | binding element.
* | Cleaned up hundreds of StyleCop warnings.Andrew Arnott2008-12-2125-592/+639
| |
* | Simplest sreg extension test added and passing.Andrew Arnott2008-12-2027-1029/+1601
| |
* | Removed IMessage.Incoming and put it just in the OAuth area that needs it.Andrew Arnott2008-12-197-68/+3
| |
* | Lots of work toward extensions.Andrew Arnott2008-12-1947-5761/+7351
| |
* | Added more authentication tests and parameterized them.Andrew Arnott2008-12-181-63/+95
| |
* | Check_authentication signature verification is now actually being performed.Andrew Arnott2008-12-1611-50/+134
| |
* | Added a private Provider association test (dumb mode).Andrew Arnott2008-12-1624-72/+267
| | | | | | | | Although it passes, we're still cheating on actually validating the signature of the message at the Provider.
* | Added nonce and expiration checking to the openid channel stack.Andrew Arnott2008-12-1517-109/+246
| |
* | Fixed creationdate bug and added more tests.Andrew Arnott2008-12-154-2/+8
| |
* | Split up the signed messages from the auth request/response messages.Andrew Arnott2008-12-1419-391/+491
| | | | | | | | This allows for supporting the OpenID spec's signed message that do not actually assert a user's identity.
* | Signing message appears complete.Andrew Arnott2008-12-1412-35/+229
| | | | | | | | But the response_nonce is not in yet.
* | Work on signing the positive assertion messages.Andrew Arnott2008-12-148-36/+143
| |
* | Added a database maintenance mechanism to the SP sample.Andrew Arnott2008-12-131-1/+2
| | | | | | | | Removed the SQL database from revision control.
* | Added more tests for OpenID messages.Andrew Arnott2008-12-103-6/+114
| |
* | Added several tests and fixed a bug.Andrew Arnott2008-12-108-7/+178
| |
* | Fixed a couple of failing unit tests.Andrew Arnott2008-12-084-3/+18
| |
* | Added a couple of tests to test MinVersion/MaxVersion MessagePart behavior.Andrew Arnott2008-12-082-0/+91
| |
* | Added positive and negative assertion messages.Andrew Arnott2008-12-0818-11/+585
| |
* | Ported Association tests from dotnetopenid.Andrew Arnott2008-12-032-0/+79
| |
* | Added tests for the Associations class.Andrew Arnott2008-12-013-1/+81
| |
* | Added a few tests.Andrew Arnott2008-12-016-5/+100
| |
* | Moved a bunch of OpenID-specific methods from the XrdsDocument class into ↵Andrew Arnott2008-12-014-138/+167
| | | | | | | | the OpenID namespace.
* | StyleCop clean once again.Andrew Arnott2008-12-011-3/+105
| |
* | Lots of stylecop work.Andrew Arnott2008-12-0120-63/+441
| |
* | Refactored the web request handler classes.Andrew Arnott2008-11-267-162/+259
| |
* | Hundreds more stylecop fixes.Andrew Arnott2008-11-2527-357/+430
| | | | | | | | Mostly just doc bugs now.
* | Several hundred StyleCop fixes.Andrew Arnott2008-11-2433-775/+917
| |
* | A touch of refactoring and C# warning resolution.Andrew Arnott2008-11-2420-48/+79
| |
* | All 249 enabled tests pass.Andrew Arnott2008-11-249-51/+208
| |
* | Added discovery and around 60 tests. The discovery and a few other tests ↵Andrew Arnott2008-11-2445-139/+1391
| | | | | | | | still fail, but we're making progress.
* | Added YADIS and other discovery, XRDS, untrusted web requests.Andrew Arnott2008-11-2347-115/+3243
| | | | | | | | Hundreds of StyleCop messages and some FxCop as well. Some refactoring definitely went into the new files from their DotNetOpenId origins, but there is much more to do.
* | StyleCop clean.Andrew Arnott2008-11-2313-400/+843
| |
* | Added Identifier classes.Andrew Arnott2008-11-239-3/+674
| | | | | | | | Discovery is still #ifdef'd out.
* | Added the CheckIdRequest message, Realm, and the OpenID spec documents.Andrew Arnott2008-11-2211-2/+962
| |
* | Refactored the associate tests.Andrew Arnott2008-11-202-26/+26
| |
* | Added MessagePart versioning capability.Andrew Arnott2008-11-2010-30/+125
| | | | | | | | | | A single message type can now serialize differently based on the protocol version a particular instance is representing. This fix allows for the associate messages to pass their tests.
* | Reworked the way messages are instantiated and deserialized.Andrew Arnott2008-11-2053-335/+650
| | | | | | | | 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.
* | Added message version check to tests. Now 2/4 associate tests fail as expected.Andrew Arnott2008-11-191-1/+5
| |
* | Got all 4 association tests to pass.Andrew Arnott2008-11-196-22/+92
| | | | | | | | But we have a lot more association tests to write.
* | Moved the two OpenId user classes into their respective namespaces.Andrew Arnott2008-11-194-7/+6
| |
* | Added SecuritySettings members to OP and RP classes.Andrew Arnott2008-11-196-17/+69
| |
* | Recoded the association tests to be parameterized.Andrew Arnott2008-11-193-89/+97
| |
* | FxCop message fixes.Andrew Arnott2008-11-1819-97/+138
| |
* | Better abstraction of association-specific behavior.Andrew Arnott2008-11-1820-306/+545
| |
* | Added association stores and moved OP association code from test into ↵Andrew Arnott2008-11-185-22/+83
| | | | | | | | OpenIdProvider.
* | Renamed ErrorUtilities.Verify to VerifyProtocol.Andrew Arnott2008-11-186-13/+13
| |
* | Moved association creation logic from test assembly to library.Andrew Arnott2008-11-1816-271/+476
| |
* | Added the associations collection and memory store.Andrew Arnott2008-11-123-0/+215
| |
* | Added .config file strong type classes.Andrew Arnott2008-11-1212-37/+628
| |
* | Added security settings classes.Andrew Arnott2008-11-114-0/+213
| |
* | error checking.Andrew Arnott2008-11-112-6/+5
| |
* | Stylecop and a little refactoring work.Andrew Arnott2008-11-116-74/+223
| |
* | Added association messages.Andrew Arnott2008-11-1131-123/+1682
| | | | | | | | | | Diffie-Hellman associations seem to be working according to the test. But lots of refactoring is probably in order.
* | Merged in Diffie Hellman implementation from DotNetOpenId 'stylecop' branchAndrew Arnott2008-11-0911-0/+3087
| |
* | Added very basic OpenID message passing scenario test.Andrew Arnott2008-11-0929-105/+240
| | | | | | | | Lots of refactoring to eliminate IOAuthDirectedMessage which was redundant with other types and to better enable testing of OpenID scenarios.
* | Work on OpenID test coordinator.Andrew Arnott2008-11-096-1/+64
| |
* | Added skeletal OpenIdRelyingParty and OpenIdProvider classes.Andrew Arnott2008-11-083-0/+78
| |
* | Refactored test coordinator so it can be used with OpenID as well as OAuth.Andrew Arnott2008-11-0811-128/+224
| |
* | Made the unsuccessful associate response message derive from ↵Andrew Arnott2008-11-082-15/+1
| | | | | | | | DirectErrorResponse.
* | Added OpenID error message classes.Andrew Arnott2008-11-088-5/+177
| |
* | Added tests for OpenIdChannel and KeyValueForm encoder.Andrew Arnott2008-11-087-30/+336
| |
* | Renamed a couple of methods in OAuthChannel to be more clear.Andrew Arnott2008-11-082-24/+24
| |
* | Added OpenIdChannel and Key-Value Form encoding.Andrew Arnott2008-11-0714-1/+554
| | | | | | | | Also several primitive tests for the association messages.
* | Moved some common message transmission methods from OAuth to the parent Channel.Andrew Arnott2008-11-072-43/+54
| |
* | Refactored the Channel extensibility to better suit OpenID.Andrew Arnott2008-11-0711-165/+130
| |
* | Added OpenID association request and response messages.Andrew Arnott2008-11-0614-0/+760
|/ | | | More work to do on these messages, but it's a step in the right direction.
* Moved OAuth-specific string resources into the OAuth directory.Andrew Arnott2008-11-0611-105/+297
|
* Lots of Messaging plumbing work to support DotNetOpenId associate messages.Andrew Arnott2008-11-0616-20/+914
|