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

Issue 107400043: code review 107400043: crypto/tls: Added dynamic alternative to NameToCertific...

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 10 months ago by ox
Modified:
9 years, 8 months ago
Reviewers:
r, agl1, ox.to.a.cart, minux
CC:
golang-codereviews, gobot, agl1
Visibility:
Public.

Description

crypto/tls: Added dynamic alternative to NameToCertificate map for SNI Revised version of https://codereview.appspot.com/81260045/

Patch Set 1 #

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

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

Total comments: 1

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

Total comments: 13

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

Patch Set 6 : diff -r fda4c0d14c53 https://code.google.com/p/go #

Patch Set 7 : diff -r 6b696a34e0af https://code.google.com/p/go #

Patch Set 8 : diff -r 6b696a34e0af https://code.google.com/p/go #

Total comments: 3

Patch Set 9 : diff -r 6b696a34e0af https://code.google.com/p/go #

Patch Set 10 : diff -r 88999b670ed9 https://code.google.com/p/go #

Patch Set 11 : diff -r 37c1e2e62ea2 https://code.google.com/p/go #

Patch Set 12 : diff -r 37c1e2e62ea2 https://code.google.com/p/go #

Patch Set 13 : diff -r 37c1e2e62ea2 https://code.google.com/p/go #

Patch Set 14 : diff -r 37c1e2e62ea2 https://code.google.com/p/go #

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

Messages

Total messages: 18
ox
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
9 years, 10 months ago (2014-06-30 20:46:23 UTC) #1
r
https://codereview.appspot.com/107400043/diff/40001/src/pkg/crypto/tls/common.go File src/pkg/crypto/tls/common.go (right): https://codereview.appspot.com/107400043/diff/40001/src/pkg/crypto/tls/common.go#newcode234 src/pkg/crypto/tls/common.go:234: // of getCertificateForName will be used. that's not a ...
9 years, 9 months ago (2014-07-09 21:28:14 UTC) #2
gobot
R=agl@golang.org (assigned by r@golang.org)
9 years, 9 months ago (2014-07-09 21:28:34 UTC) #3
ox
Hello golang-codereviews@googlegroups.com, gobot@golang.org, agl@golang.org (cc: golang-codereviews@googlegroups.com), Please take another look.
9 years, 9 months ago (2014-07-09 22:47:04 UTC) #4
agl1
https://codereview.appspot.com/107400043/diff/60001/src/pkg/crypto/tls/common.go File src/pkg/crypto/tls/common.go (right): https://codereview.appspot.com/107400043/diff/60001/src/pkg/crypto/tls/common.go#newcode234 src/pkg/crypto/tls/common.go:234: // retrieved from NameToCertificate. If NameToCertificate is nil, the ...
9 years, 9 months ago (2014-07-22 15:56:21 UTC) #5
ox
Hello golang-codereviews@googlegroups.com, gobot@golang.org, agl@golang.org (cc: golang-codereviews@googlegroups.com), Please take another look.
9 years, 8 months ago (2014-08-02 01:41:37 UTC) #6
ox.to.a.cart
Responded to all comments. https://codereview.appspot.com/107400043/diff/60001/src/pkg/crypto/tls/common.go File src/pkg/crypto/tls/common.go (right): https://codereview.appspot.com/107400043/diff/60001/src/pkg/crypto/tls/common.go#newcode234 src/pkg/crypto/tls/common.go:234: // retrieved from NameToCertificate. If ...
9 years, 8 months ago (2014-08-02 01:42:04 UTC) #7
agl1
https://codereview.appspot.com/107400043/diff/60001/src/pkg/crypto/tls/common.go File src/pkg/crypto/tls/common.go (right): https://codereview.appspot.com/107400043/diff/60001/src/pkg/crypto/tls/common.go#newcode236 src/pkg/crypto/tls/common.go:236: CertificateForName func(name string) (*Certificate, error) On 2014/08/02 01:42:04, ox1 ...
9 years, 8 months ago (2014-08-04 18:31:55 UTC) #8
ox.to.a.cart
I've added a new struct to capture some of the client hello information, which I'm ...
9 years, 8 months ago (2014-08-04 21:01:04 UTC) #9
agl1
LGTM with nits. https://codereview.appspot.com/107400043/diff/140001/src/pkg/crypto/tls/common.go File src/pkg/crypto/tls/common.go (right): https://codereview.appspot.com/107400043/diff/140001/src/pkg/crypto/tls/common.go#newcode205 src/pkg/crypto/tls/common.go:205: type ClientHello struct { ClientHelloInfo I ...
9 years, 8 months ago (2014-08-05 00:36:45 UTC) #10
ox.to.a.cart
Okay, I think this may be the one ... https://codereview.appspot.com/107400043/diff/140001/src/pkg/crypto/tls/common.go File src/pkg/crypto/tls/common.go (right): https://codereview.appspot.com/107400043/diff/140001/src/pkg/crypto/tls/common.go#newcode205 src/pkg/crypto/tls/common.go:205: ...
9 years, 8 months ago (2014-08-05 03:41:44 UTC) #11
agl1
Nearly :) I landed https://codereview.appspot.com/108710046/ in order to clear out my working directory to patch ...
9 years, 8 months ago (2014-08-05 18:37:37 UTC) #12
ox.to.a.cart
Synced and merged handshake_server_test
9 years, 8 months ago (2014-08-05 19:07:38 UTC) #13
agl1
*** Submitted as https://code.google.com/p/go/source/detail?r=957bd50e2b82 *** crypto/tls: Added dynamic alternative to NameToCertificate map for SNI Revised ...
9 years, 8 months ago (2014-08-06 18:22:08 UTC) #14
r
update doc/go1.4.text please.
9 years, 8 months ago (2014-08-06 20:20:19 UTC) #15
ox.to.a.cart
Added entry to doc/go1.4.txt Apologies for the extra patches - I'm new to using the ...
9 years, 8 months ago (2014-08-06 21:59:34 UTC) #16
minux
On 2014/08/06 21:59:34, ox.to.a.cart wrote: > Added entry to doc/go1.4.txt Please create another CL just ...
9 years, 8 months ago (2014-08-07 00:15:38 UTC) #17
ox.to.a.cart
9 years, 8 months ago (2014-08-07 01:35:28 UTC) #18
On 2014/08/07 00:15:38, minux wrote:
> On 2014/08/06 21:59:34, ox.to.a.cart wrote:
> > Added entry to doc/go1.4.txt
> Please create another CL just for doc/go1.4.txt change, this CL has
> already been submitted.

Done - https://codereview.appspot.com/117670046/
Sign in to reply to this message.

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