-
Notifications
You must be signed in to change notification settings - Fork 2k
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
ssh: wrap errors from client handshake #266
Conversation
When an error is returned by a user defined host key callback, it is now possible to handle it using standard Go mechanisms such as errors.Is or errors.As. Fixes golang/go#61309
This PR (HEAD: d2a34d5) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/crypto/+/508876 to see it. Tip: You can toggle comments from me using the |
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be During May-July and Nov-Jan the Go project is in a code freeze, during which Please don’t reply on this GitHub thread. Visit golang.org/cl/508876. |
Message from Nicola Murino: Patch Set 1: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/508876. |
Message from Muhammad Shulhan: Patch Set 1: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/508876. |
Message from Nicola Murino: Patch Set 1: Commit-Queue+1 Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/508876. |
Message from Nicola Murino: Patch Set 1: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/508876. |
Message from Go LUCI: Patch Set 1: CV cannot start a Run for Please don’t reply on this GitHub thread. Visit golang.org/cl/508876. |
Message from Go LUCI: Patch Set 1: LUCI-TryBot-Result-1 Please don’t reply on this GitHub thread. Visit golang.org/cl/508876. |
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/508876. |
Message from Gopher Robot: Patch Set 1: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/508876. |
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be During May-July and Nov-Jan the Go project is in a code freeze, during which Please don’t reply on this GitHub thread. Visit golang.org/cl/508876. |
Message from Nicola Murino: Patch Set 1: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/508876. |
Message from Muhammad Shulhan: Patch Set 1: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/508876. |
Message from Nicola Murino: Patch Set 1: Commit-Queue+1 Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/508876. |
Message from Nicola Murino: Patch Set 1: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/508876. |
Message from Go LUCI: Patch Set 1: CV cannot start a Run for Please don’t reply on this GitHub thread. Visit golang.org/cl/508876. |
Message from Go LUCI: Patch Set 1: LUCI-TryBot-Result-1 Please don’t reply on this GitHub thread. Visit golang.org/cl/508876. |
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/508876. |
Message from Gopher Robot: Patch Set 1: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/508876. |
Message from Nicola Murino: Patch Set 1: Auto-Submit+1 Code-Review+2 Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/508876. |
Message from Go LUCI: Patch Set 1: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2023-11-25T11:48:31Z","revision":"a75e6c1aadb274221da5b031c5a74218a92bb19b"} Please don’t reply on this GitHub thread. Visit golang.org/cl/508876. |
Message from Nicola Murino: Patch Set 1: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/508876. |
Message from Go LUCI: Patch Set 1: This CL has failed the run. Reason: Failed Tryjobs: FAILURE
error: failed to run "test golang.org/x/crypto module": exit status 1 FAILURE
error: failed to run "test golang.org/x/crypto module": exit status 1 FAILURE
error: failed to run "test golang.org/x/crypto module": exit status 1 Please don’t reply on this GitHub thread. Visit golang.org/cl/508876. |
Message from Go LUCI: Patch Set 1: LUCI-TryBot-Result-1 Please don’t reply on this GitHub thread. Visit golang.org/cl/508876. |
Message from Nicola Murino: Patch Set 1: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/508876. |
Message from Go LUCI: Patch Set 1: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2023-11-25T13:23:47Z","revision":"a75e6c1aadb274221da5b031c5a74218a92bb19b"} Please don’t reply on this GitHub thread. Visit golang.org/cl/508876. |
Message from Nicola Murino: Patch Set 1: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/508876. |
Message from Go LUCI: Patch Set 1: This CL has failed the run. Reason: Tryjob golang/try/x_crypto-gotip-linux-amd64 has failed with summary (view all results): FAILURE
error: failed to run "test golang.org/x/crypto module": exit status 1 Please don’t reply on this GitHub thread. Visit golang.org/cl/508876. |
Message from Dmitri Shuralyov: Patch Set 1: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/508876. |
This PR (HEAD: d2a34d5) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/crypto/+/508876. Important tips:
|
Message from Dmitri Shuralyov: Patch Set 2: Auto-Submit+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/508876. |
Message from Dmitri Shuralyov: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/508876. |
When an error is returned by a user defined host key callback, it is now possible to handle it using standard Go mechanisms such as errors.Is or errors.As. Fixes golang/go#61309 Change-Id: I4269c5f8eacd8e7e8d85070ad249f0e27777b15f GitHub-Last-Rev: d2a34d5 GitHub-Pull-Request: #266 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/508876 Run-TryBot: Nicola Murino <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Muhammad Shulhan <[email protected]> Reviewed-by: Michael Knyszek <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Nicola Murino <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
This PR is being closed because golang.org/cl/508876 has been merged. |
When an error is returned by a user defined host key callback,
it is now possible to handle it using standard Go mechanisms
such as errors.Is or errors.As.
Fixes golang/go#61309