Added nonce and expiration checking to the openid channel stack.
commite6ba4ad0adde9a1bda4b9227014360fdf34d164a
authorAndrew Arnott <andrewarnott@gmail.com>
Mon, 15 Dec 2008 22:40:15 +0000 (15 14:40 -0800)
committerAndrew <andrewarnott@gmail.com>
Mon, 15 Dec 2008 22:40:15 +0000 (15 14:40 -0800)
tree113ea04e13e3c47fa68aabe29df2d19b95ed4739
parent424f328b527caad0be9099cc7be10053e8d3382f
Added nonce and expiration checking to the openid channel stack.
17 files changed:
src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj
src/DotNetOpenAuth.Test/Messaging/Bindings/StandardReplayProtectionBindingElementTests.cs [new file with mode: 0644]
src/DotNetOpenAuth.Test/OpenId/ChannelElements/OpenIdChannelTests.cs
src/DotNetOpenAuth.Test/OpenId/OpenIdCoordinator.cs
src/DotNetOpenAuth.Test/OpenId/RelyingParty/OpenIdRelyingPartyTests.cs
src/DotNetOpenAuth/DotNetOpenAuth.csproj
src/DotNetOpenAuth/Messaging/Bindings/INonceStore.cs
src/DotNetOpenAuth/Messaging/Bindings/NonceMemoryStore.cs
src/DotNetOpenAuth/Messaging/Bindings/StandardReplayProtectionBindingElement.cs
src/DotNetOpenAuth/Messaging/MessagingUtilities.cs
src/DotNetOpenAuth/OpenId/ChannelElements/OpenIdChannel.cs
src/DotNetOpenAuth/OpenId/ChannelElements/ResponseNonceBindingElement.cs [deleted file]
src/DotNetOpenAuth/OpenId/HmacShaAssociation.cs
src/DotNetOpenAuth/OpenId/OpenIdStrings.Designer.cs
src/DotNetOpenAuth/OpenId/OpenIdStrings.resx
src/DotNetOpenAuth/OpenId/Provider/OpenIdProvider.cs
src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingParty.cs