crypto
crypto copied to clipboard
ssh: Use the correct token from the client
This fixes the case where AcceptSecContext is always called with the first token sent by the client instead of the most recently sent one. Previously, despite being being read from the client and unmarshalled, it was never actually used.
Fixes golang/go#43875
This PR (HEAD: 0d58e4d50014fac0a9ea1eef85489172137eb8aa) has been imported to Gerrit for code review.
Please visit https://go-review.googlesource.com/c/crypto/+/286252 to see it.
Tip: You can toggle comments from me using the comments slash command (e.g. /comments off)
See the Wiki page for more info
Amazing that after two and a half years, this PR hasn't needed any rebasing and yet remains open.
Closing this PR as it looks like this commit has been cherry-picked into master by 1cf1811.