Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3490)

Issue 6944047: code review 6944047: go.crypto/ssh: Miscellaneous changes up for discussion. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 4 months ago by jmpittman
Modified:
10 years, 7 months ago
Reviewers:
agl1
CC:
dave_cheney.net, agl1, jmp, golang-dev
Visibility:
Public.

Description

go.crypto/ssh: Miscellaneous changes up for discussion. Export key and certificate algorithm names. Switch from string literals over to using the constants for any key/cert algorithm references. Make URL references visible in the godoc web display. Standardize url reference names with surrounding [].

Patch Set 1 #

Patch Set 2 : diff -r a5fe000a4ea3 https://code.google.com/p/go.crypto #

Patch Set 3 : diff -r a5fe000a4ea3 https://code.google.com/p/go.crypto #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -71 lines) Patch
M ssh/agent.go View 1 6 chunks +10 lines, -13 lines 0 comments Download
M ssh/certs.go View 1 4 chunks +9 lines, -15 lines 2 comments Download
M ssh/common.go View 1 2 chunks +15 lines, -15 lines 0 comments Download
M ssh/doc.go View 1 1 chunk +5 lines, -0 lines 0 comments Download
M ssh/keys.go View 1 6 chunks +26 lines, -26 lines 0 comments Download
M ssh/messages.go View 1 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 8
jmpittman
Hello dave@cheney.net, agl@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.crypto
11 years, 4 months ago (2012-12-13 23:19:02 UTC) #1
agl1
LGTM save for the query about exporting all the key and cert type names. https://codereview.appspot.com/6944047/diff/4001/ssh/certs.go ...
11 years, 4 months ago (2012-12-13 23:25:28 UTC) #2
dave_cheney.net
> ssh/certs.go:16: CertAlgoRSAv01 = "ssh-rsa-cert-v01@openssh.com" > Why export? (I assume you have a use in ...
11 years, 4 months ago (2012-12-13 23:27:30 UTC) #3
agl1
On Thu, Dec 13, 2012 at 6:27 PM, Dave Cheney <dave@cheney.net> wrote: > That was ...
11 years, 4 months ago (2012-12-13 23:29:31 UTC) #4
agl1
On Thu, Dec 13, 2012 at 6:29 PM, Adam Langley <agl@golang.org> wrote: > Do we ...
11 years, 4 months ago (2012-12-13 23:29:46 UTC) #5
jmpittman
https://codereview.appspot.com/6944047/diff/4001/ssh/certs.go File ssh/certs.go (right): https://codereview.appspot.com/6944047/diff/4001/ssh/certs.go#newcode16 ssh/certs.go:16: CertAlgoRSAv01 = "ssh-rsa-cert-v01@openssh.com" On 2012/12/13 23:25:29, agl1 wrote: > ...
11 years, 4 months ago (2012-12-13 23:34:26 UTC) #6
jmp
Anything else? Or can someone submit?
11 years, 4 months ago (2012-12-14 13:30:39 UTC) #7
agl1
11 years, 4 months ago (2012-12-14 15:11:44 UTC) #8
*** Submitted as
https://code.google.com/p/go/source/detail?r=97169dc936c2&repo=crypto ***

go.crypto/ssh: Miscellaneous changes up for discussion.
Export key and certificate algorithm names.
Switch from string literals over to using the constants for any key/cert
algorithm references.
Make URL references visible in the godoc web display.
Standardize url reference names with surrounding [].

R=dave, agl, jonathan.mark.pittman
CC=golang-dev
https://codereview.appspot.com/6944047

Committer: Adam Langley <agl@golang.org>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b