Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | First pass at dividing DotNetOpenAuth features into separate assemblies. | Andrew Arnott | 2011-07-01 | 1 | -329/+0 |
| | | | | Nothing compiles at this point. | ||||
* | Removed the explicit namespaces from all the SuppressMessageAttribute ↵ | Andrew Arnott | 2011-04-30 | 1 | -1/+2 |
| | | | | references. | ||||
* | FxCop fixes and suppressions. | Andrew Arnott | 2011-04-29 | 1 | -0/+1 |
| | | | | The "CodeAnalysis" configuration now runs clean. | ||||
* | Fixes OAuth 1.0 signatures on Service Providers for messages that omit the ↵ | Andrew Arnott | 2011-04-15 | 1 | -0/+7 |
| | | | | | | optional oauth_version parameter. Closes #28 | ||||
* | Applied signature equality check timing fix to OAuth. | Andrew Arnott | 2010-07-16 | 1 | -1/+1 |
| | |||||
* | Removed dependency on publicize.exe, which crashes now in some branches due ↵ | Andrew Arnott | 2010-07-09 | 1 | -0/+12 |
| | | | | to bugs, and publicize.exe doesn't appear to be supported by Microsoft any more, so we might as well get off it. | ||||
* | StyleCop and FxCop fixes. | Andrew Arnott | 2010-04-01 | 1 | -0/+2 |
| | |||||
* | Fixed error checking and reporting of an invalid OAuth configuration. | Andrew Arnott | 2010-01-11 | 1 | -1/+1 |
| | |||||
* | Fixed some bugs in the way multipart messages were handled or even allowed ↵ | Andrew Arnott | 2010-01-11 | 1 | -7/+18 |
| | | | | in OAuth. | ||||
* | Added support for binary "extra data" in messages. | Andrew Arnott | 2010-01-11 | 1 | -1/+10 |
| | |||||
* | More code contracts work. | Andrew Arnott | 2009-11-05 | 1 | -10/+1 |
| | |||||
* | Some more transitioning from ErrorUtilities to Code Contracts. | Andrew Arnott | 2009-06-26 | 1 | -1/+1 |
| | |||||
* | Switched almost entirely over to Code Contracts across the entire library. | Andrew Arnott | 2009-05-23 | 1 | -2/+2 |
| | | | | But some unit tests still fail, and there are other issues. | ||||
* | Fixes OpenID and OAuth URL data string encoding to follow RFC 3986 instead ↵ | Andrew Arnott | 2009-05-11 | 1 | -5/+5 |
| | | | | | | 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 more tests to verify correct behavior of OAuth Authorization header ↵ | Andrew Arnott | 2009-04-30 | 1 | -11/+16 |
| | | | | | | and message parts in different places. Fixed a bug in the signature construction process the test found. | ||||
* | Further fixed base signature string construction and added several tests for it. | Andrew Arnott | 2009-04-30 | 1 | -1/+1 |
| | |||||
* | Fixes OAuth base signature string construction for URLs that include a ↵ | Andrew Arnott | 2009-04-29 | 1 | -2/+20 |
| | | | | | | query-string part. Fixes Trac ticket 42. | ||||
* | Fixed OAuth RsaSha1 signing binding element. | Andrew Arnott | 2009-04-06 | 1 | -1/+1 |
| | |||||
* | Cleaned up logging. | Andrew Arnott | 2009-03-15 | 1 | -7/+7 |
| | |||||
* | Renamed a couple of methods: | Andrew Arnott | 2009-03-15 | 1 | -2/+2 |
| | | | | | PrepareMessageForSending -> ProcessOutgoingMessage VerifyMessageAfterReceiving -> ProcessIncomingMessage | ||||
* | Refactored MessageDescription to be per-Channel instead of appdomain static. | Andrew Arnott | 2009-03-14 | 1 | -3/+11 |
| | | | | This allows for special scenarios (like OSIS tests) where individual tests might need to contrive special message serialization rules. | ||||
* | StyleCop fixes. | Andrew Arnott | 2009-03-05 | 1 | -0/+8 |
| | |||||
* | Added OpenID Provider downlevel protection for 1.x Relying Parties and ↵ | Andrew Arnott | 2009-03-05 | 1 | -9/+7 |
| | | | | turning it on by default. | ||||
* | Removed build break from oauthrsa merge. | Andrew Arnott | 2009-01-13 | 1 | -1/+0 |
| | |||||
* | Merge branch 'oauthrsa' | Andrew Arnott | 2009-01-13 | 1 | -3/+15 |
|\ | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/OAuth/ChannelElements/SigningBindingElementBase.cs | ||||
| * | Fixed RsaSha1SigningBindingElement.Clone to include the new properties. | Andrew Arnott | 2008-12-25 | 1 | -241/+241 |
| | | |||||
| * | Added the rest of the RSA-SHA1 binding element's ability to handle X.509 ↵ | Andrew Arnott | 2008-12-25 | 1 | -3/+14 |
| | | | | | | | | certificates so that it can actually do signing and verification. | ||||
* | | Check_authentication signature verification is now actually being performed. | Andrew Arnott | 2008-12-16 | 1 | -5/+5 |
| | | |||||
* | | Added a private Provider association test (dumb mode). | Andrew Arnott | 2008-12-16 | 1 | -0/+5 |
| | | | | | | | | Although it passes, we're still cheating on actually validating the signature of the message at the Provider. | ||||
* | | Renamed a couple of methods in OAuthChannel to be more clear. | Andrew Arnott | 2008-11-08 | 1 | -1/+1 |
|/ | |||||
* | Changed namepace and project names in preparation for merge with DotNetOpenId. | Andrew Arnott | 2008-11-04 | 1 | -0/+242 |