-
Notifications
You must be signed in to change notification settings - Fork 21
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
Drop out of sequence detection #38
Labels
Comments
michael-o
added a commit
to michael-o/requests-gssapi
that referenced
this issue
Dec 22, 2021
SPNEGO over HTTP does not use any message wrapping, therefore requesting out of sequence detection doesn't make sense.
michael-o
added a commit
to michael-o/requests-gssapi
that referenced
this issue
Dec 22, 2021
SPNEGO over HTTP does not use any message wrapping, therefore requesting out of sequence detection doesn't make sense. This fixes pythongssapi#38
Please reopen. |
michael-o
added a commit
to michael-o/requests-gssapi
that referenced
this issue
Dec 22, 2021
SPNEGO over HTTP does not use any message wrapping, therefore requesting out of sequence detection doesn't make sense. This fixes pythongssapi#38 Signed-off-by: Michael Osipov <[email protected]>
michael-o
added a commit
to michael-o/requests-gssapi
that referenced
this issue
Dec 22, 2021
SPNEGO over HTTP does not use any message wrapping, therefore requesting out of sequence detection doesn't make sense. This fixes pythongssapi#38 Signed-off-by: Michael Osipov <[email protected]>
michael-o
added a commit
to michael-o/requests-gssapi
that referenced
this issue
Jan 13, 2022
SPNEGO over HTTP does not use any message wrapping, therefore requesting out of sequence detection doesn't make sense. This fixes pythongssapi#38 Signed-off-by: Michael Osipov <[email protected]>
jborean93
pushed a commit
that referenced
this issue
Jan 13, 2022
SPNEGO over HTTP does not use any message wrapping, therefore requesting out of sequence detection doesn't make sense. This fixes #38 Signed-off-by: Michael Osipov <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is not clear why out of sequence detection is enabled because we don't use the security context to wrap any messages, but for authentication only.
See here:
We don't use unwrap and MIC here, this option can be dropped.
Can provide a PR for that.
The text was updated successfully, but these errors were encountered: