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

Issue 55400044: code review 55400044: crypto/tls: Exposing the protocol version used during a...

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 2 months ago by noj
Modified:
10 years, 1 month ago
Visibility:
Public.

Description

crypto/tls: Exposing the protocol version used during a handshake via the ConnectionState struct. Fixes issue 7231

Patch Set 1 #

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

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

Patch Set 4 : diff -r acd164353815 https://code.google.com/p/go/ #

Total comments: 1

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -0 lines) Patch
M src/pkg/crypto/tls/common.go View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M src/pkg/crypto/tls/conn.go View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/pkg/crypto/tls/handshake_server_test.go View 1 2 3 1 chunk +30 lines, -0 lines 0 comments Download

Messages

Total messages: 24
noj
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
10 years, 2 months ago (2014-01-31 05:08:44 UTC) #1
noj
On 2014/01/31 05:08:44, noj wrote: > Hello mailto:golang-codereviews@googlegroups.com, > > I'd like you to review ...
10 years, 2 months ago (2014-01-31 05:10:34 UTC) #2
dfc
On 2014/01/31 05:10:34, noj wrote: > On 2014/01/31 05:08:44, noj wrote: > > Hello mailto:golang-codereviews@googlegroups.com, ...
10 years, 2 months ago (2014-01-31 05:26:03 UTC) #3
noj
On 2014/01/31 05:26:03, dfc wrote: > On 2014/01/31 05:10:34, noj wrote: > > On 2014/01/31 ...
10 years, 2 months ago (2014-01-31 05:59:49 UTC) #4
dfc
hg change just changes the metadata, you can use hg mail NNN to upload a ...
10 years, 2 months ago (2014-01-31 06:10:54 UTC) #5
noj
On 2014/01/31 06:10:54, dfc wrote: > hg change just changes the metadata, you can use ...
10 years, 2 months ago (2014-01-31 06:24:27 UTC) #6
agl1
LGTM. Have you signed the ICA? http://golang.org/doc/contribute.html#copyright https://codereview.appspot.com/55400044/diff/40001/src/pkg/crypto/tls/common.go File src/pkg/crypto/tls/common.go (right): https://codereview.appspot.com/55400044/diff/40001/src/pkg/crypto/tls/common.go#newcode19 src/pkg/crypto/tls/common.go:19: // Secure ...
10 years, 2 months ago (2014-01-31 15:12:50 UTC) #7
noj
I just submitted it via email. I'm assuming we have to wait for a response ...
10 years, 2 months ago (2014-02-01 01:43:07 UTC) #8
dfc
There is no direct feedback from the cla process. A googler will have to look ...
10 years, 2 months ago (2014-02-01 01:58:48 UTC) #9
noj
Alrighty, thanks for the help! On 2014/02/01 01:58:48, dfc wrote: > There is no direct ...
10 years, 2 months ago (2014-02-01 03:11:34 UTC) #10
agl1
There's no record of the signature yet.
10 years, 2 months ago (2014-02-03 15:59:10 UTC) #11
noj
On 2014/02/03 15:59:10, agl1 wrote: > There's no record of the signature yet. Hmmm, I ...
10 years, 2 months ago (2014-02-03 18:08:34 UTC) #12
agl1
LGTM
10 years, 2 months ago (2014-02-04 15:49:56 UTC) #13
noj
On 2014/02/04 15:49:56, agl1 wrote: > LGTM Cool! Is this something I should submit myself? ...
10 years, 2 months ago (2014-02-04 19:49:36 UTC) #14
agl1
I'll submit once the CLA is processed. Thanks!
10 years, 2 months ago (2014-02-04 19:55:11 UTC) #15
noj
On 2014/02/04 19:55:11, agl1 wrote: > I'll submit once the CLA is processed. Thanks! Cool, ...
10 years, 2 months ago (2014-02-04 20:52:07 UTC) #16
gobot
R=agl@golang.org (assigned by dave@cheney.net)
10 years, 2 months ago (2014-02-05 22:39:56 UTC) #17
rsc
71700043 is the CLA
10 years, 1 month ago (2014-03-05 19:39:19 UTC) #18
bradfitz
R=close Already fixed by revision 8cef243ea572 it seems. Still worth getting the CLA in, to ...
10 years, 1 month ago (2014-03-05 19:49:01 UTC) #19
agl1
On Wed, Mar 5, 2014 at 2:48 PM, Brad Fitzpatrick <bradfitz@golang.org> wrote: > R=close > ...
10 years, 1 month ago (2014-03-05 19:53:19 UTC) #20
bradfitz
On Wed, Mar 5, 2014 at 11:52 AM, Adam Langley <agl@golang.org> wrote: > On Wed, ...
10 years, 1 month ago (2014-03-05 19:54:43 UTC) #21
rsc
I tried to submit this but there are some merge conflicts. manoj, could you hg ...
10 years, 1 month ago (2014-03-05 20:28:53 UTC) #22
rsc
sorry, behind on mail. great, glad this got in another way.
10 years, 1 month ago (2014-03-05 20:29:47 UTC) #23
noj
10 years, 1 month ago (2014-03-05 22:04:16 UTC) #24
On 2014/03/05 20:29:47, rsc wrote:
> sorry, behind on mail. great, glad this got in another way.

Aww, so it looks like this changelist never made it through. I guess I'll have
to find something else for my first contribution to the Go codebase :p
Glad the change made it in though! Thanks for getting it through into 1.3!
Sign in to reply to this message.

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