| Commit message (Expand) | Author | Age | Files | Lines |
* | Suppress the byte order mark in direct response messages. | Andrew Arnott | 2009-09-25 | 1 | -0/+1 |
* | Added tests for unsolicited assertion sending and receiving, including agains... | Andrew Arnott | 2009-08-30 | 1 | -0/+1 |
* | Added a helper method so that SPs can generate their own verifier codes that ... | Andrew Arnott | 2009-06-06 | 1 | -0/+1 |
* | Added tests for the UriOrOobEncoding class. | Andrew Arnott | 2009-06-06 | 1 | -0/+1 |
* | Turned off runtime contract checking until ccrewrite.exe gets fixed so it doe... | Andrew Arnott | 2009-04-24 | 1 | -1/+2 |
* | Renamed a couple of methods: | Andrew Arnott | 2009-03-15 | 1 | -0/+22 |
* | Renamed UserAgentResponse to OutgoingWebResponse, and DirectWebResponse to In... | Andrew Arnott | 2009-03-15 | 1 | -2/+2 |
* | Added Microsoft.Contracts.dll v1.1.20309.13 to source control. | Andrew Arnott | 2009-03-11 | 1 | -2/+5 |
* | Added test to verify OP's compliance with OpenID 2.0 section 8.4.1. | Andrew Arnott | 2009-03-10 | 1 | -0/+2 |
* | Fixed CodeAnalysis build path. | Andrew Arnott | 2009-03-09 | 1 | -1/+1 |
* | Code Contracts work.. enabling it for just a few classes. | Andrew Arnott | 2009-03-09 | 1 | -0/+23 |
* | first sprint | Andrew Arnott | 2009-03-09 | 1 | -0/+10 |
* | Constructors on all OpenID direct response messages now require the OpenID ve... | Andrew Arnott | 2009-02-09 | 1 | -0/+3 |
* | OpenID error direct response messages are now sent with HTTP status codes of ... | Andrew Arnott | 2009-01-29 | 1 | -0/+1 |
* | Refactored test helpers to remove TestSupport and move its functionality into... | Andrew Arnott | 2009-01-29 | 1 | -1/+0 |
* | Added/fixed ASP.NET basic hosting in the unit tests and added one test to ver... | Andrew Arnott | 2009-01-29 | 1 | -1/+4 |
* | Added AuthenticationRequest.IsReturnUrlDiscoverable test. | Andrew Arnott | 2009-01-23 | 1 | -0/+1 |
* | All ExtraData, including extensions, are now signed in OP signed responses. | Andrew Arnott | 2009-01-19 | 1 | -0/+1 |
* | PAPE tests ported, and all tests pass. | Andrew Arnott | 2009-01-17 | 1 | -1/+1 |
* | Initial half-port of PAPE extension. | Andrew Arnott | 2009-01-17 | 1 | -0/+3 |
* | AX feature complete, with tests passing. | Andrew Arnott | 2009-01-17 | 1 | -1/+8 |
* | Refactored the entire .config file supporting classes, and added a .config el... | Andrew Arnott | 2009-01-15 | 1 | -0/+4 |
* | Added StandardProviderApplicationStore and several OpenIdProvider unit tests. | Andrew Arnott | 2009-01-11 | 1 | -0/+1 |
* | Added tests for Failed/Negative auth response classes at RP side. | Andrew Arnott | 2009-01-10 | 1 | -0/+2 |
* | Added 2 tests for PositiveAuthenticationResponse. | Andrew Arnott | 2009-01-09 | 1 | -0/+1 |
* | Fixed Util.ToStringDeferred rendering of empty, multiline lists. | Andrew Arnott | 2009-01-09 | 1 | -0/+1 |
* | TEMP2 | Andrew Arnott | 2009-01-04 | 1 | -1/+1 |
* | Added RP and OP authentication interfaces and implementations to be compatibl... | Andrew Arnott | 2009-01-03 | 1 | -1/+2 |
* | Fixed mock CoordinatingChannel to send direct responses and indirect messages... | Andrew Arnott | 2009-01-03 | 1 | -0/+1 |
* | CRLF -> LF | Andrew Arnott | 2009-01-03 | 1 | -189/+189 |
* | Ported ServiceEndpointTests and fixed but in ProviderEndpointDescription class. | Andrew Arnott | 2008-12-26 | 1 | -0/+1 |
* | Added DH tests | Andrew Arnott | 2008-12-22 | 1 | -0/+4 |
* | Wrapped up the sreg tests for now. | Andrew Arnott | 2008-12-22 | 1 | -2/+2 |
* | Added a mock extension and test in order to focus the test on the extension b... | Andrew Arnott | 2008-12-21 | 1 | -0/+2 |
* | Simplest sreg extension test added and passing. | Andrew Arnott | 2008-12-20 | 1 | -179/+182 |
* | Added a private Provider association test (dumb mode). | Andrew Arnott | 2008-12-16 | 1 | -0/+1 |
* | Added nonce and expiration checking to the openid channel stack. | Andrew Arnott | 2008-12-15 | 1 | -0/+1 |
* | Split up the signed messages from the auth request/response messages. | Andrew Arnott | 2008-12-14 | 1 | -0/+1 |
* | Work on signing the positive assertion messages. | Andrew Arnott | 2008-12-14 | 1 | -0/+1 |
* | Added several tests and fixed a bug. | Andrew Arnott | 2008-12-10 | 1 | -0/+4 |
* | Ported Association tests from dotnetopenid. | Andrew Arnott | 2008-12-03 | 1 | -0/+1 |
* | Added tests for the Associations class. | Andrew Arnott | 2008-12-01 | 1 | -0/+1 |
* | Added a few tests. | Andrew Arnott | 2008-12-01 | 1 | -0/+2 |
* | Added discovery and around 60 tests. The discovery and a few other tests sti... | Andrew Arnott | 2008-11-24 | 1 | -0/+33 |
* | Added the CheckIdRequest message, Realm, and the OpenID spec documents. | Andrew Arnott | 2008-11-22 | 1 | -0/+2 |
* | Reworked the way messages are instantiated and deserialized. | Andrew Arnott | 2008-11-20 | 1 | -1/+1 |
* | Added SecuritySettings members to OP and RP classes. | Andrew Arnott | 2008-11-19 | 1 | -0/+2 |
* | Recoded the association tests to be parameterized. | Andrew Arnott | 2008-11-19 | 1 | -1/+1 |
* | Added association stores and moved OP association code from test into OpenIdP... | Andrew Arnott | 2008-11-18 | 1 | -1/+1 |
* | Added very basic OpenID message passing scenario test. | Andrew Arnott | 2008-11-09 | 1 | -3/+1 |
* | Work on OpenID test coordinator. | Andrew Arnott | 2008-11-09 | 1 | -0/+2 |
* | Refactored test coordinator so it can be used with OpenID as well as OAuth. | Andrew Arnott | 2008-11-08 | 1 | -3/+8 |
* | Added OpenID error message classes. | Andrew Arnott | 2008-11-08 | 1 | -0/+2 |
* | Added tests for OpenIdChannel and KeyValueForm encoder. | Andrew Arnott | 2008-11-08 | 1 | -1/+3 |
* | Added OpenIdChannel and Key-Value Form encoding. | Andrew Arnott | 2008-11-07 | 1 | -0/+4 |
* | Added OpenID association request and response messages. | Andrew Arnott | 2008-11-06 | 1 | -0/+1 |
* | Changed namepace and project names in preparation for merge with DotNetOpenId. | Andrew Arnott | 2008-11-04 | 1 | -0/+117 |