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

Issue 4029056: code review 4029056: crypto/tls: select best ciphersuite, not worst. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 1 month ago by agl1
Modified:
14 years, 1 month ago
Reviewers:
CC:
golang-dev, r2
Visibility:
Public.

Description

crypto/tls: select best ciphersuite, not worst. Previously, the outer loop would continue until we selected the client's least preferable ciphersuite.

Patch Set 1 #

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

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

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

Patch Set 5 : diff -r 261bbeb33698 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_server.go View 1 2 chunks +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/
14 years, 1 month ago (2011-02-05 15:27:52 UTC) #1
r2
LGTM
14 years, 1 month ago (2011-02-05 17:30:40 UTC) #2
agl1
14 years, 1 month ago (2011-02-05 18:56:43 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=b1638ab4d480 ***

crypto/tls: select best ciphersuite, not worst.

Previously, the outer loop would continue until we selected the
client's least preferable ciphersuite.

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

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