-
Notifications
You must be signed in to change notification settings - Fork 45
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
Support Extended Protection for Authentication (Channel binding) #28
Conversation
end | ||
end | ||
|
||
def inject_cbt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a temporary hack
This is complete. I'm gonna keep it WIP until I have a PR ready that consumes it in WinRM. I have a "hacked" WinRM using this and working against a VM with its Tests are currently failing for 1.8.7. That was retired almost 3 years ago so I'll remove it in this PR. |
PR submitted for WinRM - WinRb/WinRM#186 Before removing WIP, I'm gonna do a sanity check against 2008 (R1) later. Once that checks out I think this will be good to go. |
Looks good to me. Ship it :) |
sweet. thanks @zenchild ! squashing. Will release soon. |
e5160bc
to
1af7775
Compare
@@ -0,0 +1,14 @@ | |||
module Net | |||
module Ntlm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be NTLM
to match the rest of the code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch @jlee-r7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah yes. thanks for catching @jlee-r7 !
1af7775
to
5cdfb51
Compare
Support Extended Protection for Authentication (Channel binding)
fixes #27
Adds support for Extended Protection for Authentication biinding TLS channel to NTLM authentication.