-
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/knownhosts: add support for parsing known hosts key metadata #303
base: master
Are you sure you want to change the base?
Conversation
This PR (HEAD: 3c6cfcb) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/crypto/+/621335. Important tips:
|
e960440
to
0ec04d5
Compare
0ec04d5
to
8963009
Compare
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/621335. |
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/621335. |
This PR (HEAD: 8963009) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/crypto/+/621335. Important tips:
|
8963009
to
a8e546a
Compare
This PR (HEAD: a8e546a) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/crypto/+/621335. Important tips:
|
This patch includes a new API for consumers to access their known_hosts' keys, as well as relevant metadata included in the existing
KnownHost
.