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

Issue 943043: code review 943043: crypto/tls: simpler implementation of record layer (Closed)

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

Description

crypto/tls: simpler implementation of record layer Depends on CL 957045, 980043, 1004043. Fixes issue 715.

Patch Set 1 #

Patch Set 2 : code review 943043: crypto/tls: simpler implementation of record layer #

Patch Set 3 : code review 943043: crypto/tls: simpler implementation of record layer #

Patch Set 4 : code review 943043: crypto/tls: simpler implementation of record layer #

Total comments: 11

Patch Set 5 : code review 943043: crypto/tls: simpler implementation of record layer #

Patch Set 6 : code review 943043: crypto/tls: simpler implementation of record layer #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1067 lines, -1314 lines) Patch
M src/pkg/crypto/tls/Makefile View 1 chunk +2 lines, -4 lines 0 comments Download
M src/pkg/crypto/tls/alert.go View 1 2 3 4 1 chunk +59 lines, -29 lines 0 comments Download
M src/pkg/crypto/tls/common.go View 1 4 chunks +15 lines, -36 lines 0 comments Download
A src/pkg/crypto/tls/conn.go View 1 2 3 4 1 chunk +635 lines, -0 lines 0 comments Download
M src/pkg/crypto/tls/handshake_client.go View 1 2 3 4 2 chunks +68 lines, -120 lines 0 comments Download
M src/pkg/crypto/tls/handshake_messages.go View 1 2 7 chunks +10 lines, -12 lines 0 comments Download
M src/pkg/crypto/tls/handshake_messages_test.go View 2 chunks +2 lines, -4 lines 0 comments Download
M src/pkg/crypto/tls/handshake_server.go View 1 2 5 chunks +59 lines, -111 lines 0 comments Download
M src/pkg/crypto/tls/handshake_server_test.go View 3 chunks +208 lines, -125 lines 0 comments Download
R src/pkg/crypto/tls/record_process.go View 1 chunk +0 lines, -302 lines 0 comments Download
R src/pkg/crypto/tls/record_process_test.go View 1 chunk +0 lines, -137 lines 0 comments Download
R src/pkg/crypto/tls/record_read.go View 1 chunk +0 lines, -42 lines 0 comments Download
R src/pkg/crypto/tls/record_read_test.go View 1 chunk +0 lines, -73 lines 0 comments Download
R src/pkg/crypto/tls/record_write.go View 1 chunk +0 lines, -170 lines 0 comments Download
M src/pkg/crypto/tls/tls.go View 1 2 3 4 5 2 chunks +9 lines, -149 lines 0 comments Download

Messages

Total messages: 6
rsc
Hello agl (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years ago (2010-04-25 01:08:53 UTC) #1
rsc
Changed to R=agl1. Added handshake_server_test.go to the CL. I regenerated the transcript and to do ...
14 years ago (2010-04-26 02:07:16 UTC) #2
rsc
Ready for review. Found and fixed the bug that was keeping the old key+cert from ...
14 years ago (2010-04-26 05:18:01 UTC) #3
agl
LGTM http://codereview.appspot.com/943043/diff/10001/11002 File src/pkg/crypto/tls/alert.go (right): http://codereview.appspot.com/943043/diff/10001/11002#newcode72 src/pkg/crypto/tls/alert.go:72: return "alert" + strconv.Itoa(int(e)) maybe "alert(" + ...
14 years ago (2010-04-26 15:07:49 UTC) #4
rsc1
Thanks for the review. http://codereview.appspot.com/943043/diff/10001/11002 File src/pkg/crypto/tls/alert.go (right): http://codereview.appspot.com/943043/diff/10001/11002#newcode72 src/pkg/crypto/tls/alert.go:72: return "alert" + strconv.Itoa(int(e)) On ...
14 years ago (2010-04-26 17:21:07 UTC) #5
rsc
14 years ago (2010-04-27 05:19:08 UTC) #6
*** Submitted as http://code.google.com/p/go/source/detail?r=d476d1ed429c ***

crypto/tls: simpler implementation of record layer

Depends on CL 957045, 980043, 1004043.
Fixes issue 715.

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

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