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

Issue 5545073: code review 5545073: crypto/tls: better error message when connecting to SSL... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 5 months ago by agl1
Modified:
13 years, 5 months ago
Reviewers:
CC:
golang-dev, rsc
Visibility:
Public.

Description

crypto/tls: better error message when connecting to SSLv3 servers. We support SSLv3 as a server but not as a client (and we don't want to support it as a client). This change fixes the error message when connecting to an SSLv3 server since SSLv3 support on the server side made mutualVersion accept SSLv3.

Patch Set 1 #

Patch Set 2 : diff -r f36c0825e0cd https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r c66dbb0415cc https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r f2167956d923 https://go.googlecode.com/hg/ #

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

Messages

Total messages: 3
agl1
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 5 months ago (2012-01-31 16:02:04 UTC) #1
rsc
LGTM
13 years, 5 months ago (2012-01-31 16:16:12 UTC) #2
agl1
13 years, 5 months ago (2012-01-31 16:23:00 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=48a0594d7375 ***

crypto/tls: better error message when connecting to SSLv3 servers.

We support SSLv3 as a server but not as a client (and we don't want to
support it as a client). This change fixes the error message when
connecting to an SSLv3 server since SSLv3 support on the server side
made mutualVersion accept SSLv3.

R=golang-dev, rsc
CC=golang-dev
http://codereview.appspot.com/5545073
Sign in to reply to this message.

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