Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement support for RFC 2617 MD5-sess algorithm. #1821

Merged
merged 1 commit into from Oct 9, 2015

Conversation

BigDSK
Copy link

@BigDSK BigDSK commented Oct 6, 2015

Current implementation does not handle the RFC 2617 MD5-sess algorithm. I've added that ability along with a simple test. I've also confirmed this is working against an IIS server ( the only real-world test I have at my disposal ).

@simov
Copy link
Member

simov commented Oct 6, 2015

Looking good, thanks for the contribution @BigDSK 👍

@simov
Copy link
Member

simov commented Oct 8, 2015

@BigDSK do you think it's a good idea to update the TODO list here?

@BigDSK
Copy link
Author

BigDSK commented Oct 8, 2015

@simov Good idea. I had missed the TODO list.

Overall my understanding of RFC 2617 is that we now cover both options. If your understanding is that algorithm may be something other than "MD5" or "MD5-sess", then we should incorporate some type of error handling. Silently falling back to a default/incorrect algorithm was confusing in my case.

I believe we're good to go though.

Update TODO list

Remove challenge.algorithm TODO note
@BigDSK BigDSK force-pushed the enhance/support-rfc-2617-md5-sess branch from 1bc49f9 to 033e7fc Compare October 8, 2015 19:55
simov added a commit that referenced this pull request Oct 9, 2015
Implement support for RFC 2617 MD5-sess algorithm.
@simov simov merged commit fe4816a into request:master Oct 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants