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

Issue 161700043: code review 161700043: crypto/tls: don't echo NPN/ALPN or tickets with SSLv3.

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 6 months ago by agl1
Modified:
9 years, 4 months ago
Reviewers:
rsc, bradfitz
CC:
bradfitz, rsc, golang-codereviews
Visibility:
Public.

Description

crypto/tls: don't echo NPN/ALPN or tickets with SSLv3. NSS doesn't like connecting to a Go server with MaxVersion of SSLv3 because it doesn't expect SSLv3 servers to implement these extensions. This isn't terribly important because usually when using NSS with SSLv3 it's because of protocol fallback and the client won't advertise those extensions in the first place. (No tests updated because tests are done against OpenSSL and this is the result of an NSS behaviour.)

Patch Set 1 #

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M src/crypto/tls/handshake_server.go View 1 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 5
agl1
Hello bradfitz@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
9 years, 6 months ago (2014-10-28 22:30:23 UTC) #1
agl1
This is probably /not/ needed for Go 1.4. But I'll lose the change unless I ...
9 years, 6 months ago (2014-10-28 22:30:41 UTC) #2
bradfitz
LGTM To Russ for 1.4-worthiness. On Tue, Oct 28, 2014 at 3:30 PM, <agl@golang.org> wrote: ...
9 years, 6 months ago (2014-10-28 22:32:12 UTC) #3
rsc
LGTM filed issue 9014 to remind us to submit this at the beginning of 1.5
9 years, 6 months ago (2014-10-29 01:38:06 UTC) #4
gobot
9 years, 4 months ago (2014-12-19 05:14:43 UTC) #5
R=close

To the author of this CL:

The Go project has moved to Gerrit Code Review.

If this CL should be continued, please see the latest version of
https://golang.org/doc/contribute.html for instructions on
how to set up Git and the Go project's Gerrit codereview plugin,
and then create a new change with your current code.

If there has been discussion on this CL, please give a link to it
(golang.org/cl/161700043 is best) in the description in your
new CL.

Thanks very much.
Sign in to reply to this message.

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