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

Issue 157076: crypto/tls: add initial client implementation. (Closed)

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

Description

crypto/tls: add initial client implementation.

Patch Set 1 #

Total comments: 5

Patch Set 2 : code review 157076: crypto/tls: add initial client implementation. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+439 lines, -7 lines) Patch
M src/pkg/crypto/tls/Makefile View 1 1 chunk +2 lines, -0 lines 0 comments Download
A src/pkg/crypto/tls/ca_set.go View 1 chunk +75 lines, -0 lines 0 comments Download
src/pkg/crypto/tls/common.go View 1 2 chunks +4 lines, -0 lines 0 comments Download
A src/pkg/crypto/tls/handshake_client.go View 1 1 chunk +225 lines, -0 lines 0 comments Download
M src/pkg/crypto/tls/handshake_messages.go View 4 chunks +66 lines, -1 line 0 comments Download
M src/pkg/crypto/tls/handshake_messages_test.go View 3 chunks +38 lines, -1 line 0 comments Download
M src/pkg/crypto/tls/handshake_server.go View 1 chunk +2 lines, -2 lines 0 comments Download
M src/pkg/crypto/tls/record_process.go View 2 chunks +7 lines, -1 line 0 comments Download
M src/pkg/crypto/tls/tls.go View 2 chunks +20 lines, -2 lines 0 comments Download

Messages

Total messages: 5
agl1
This client code will connection and validate certs etc. There's still much work to be ...
15 years, 4 months ago (2009-11-19 00:54:57 UTC) #1
rsc
LGTM http://codereview.appspot.com/157076/diff/1/3 File src/pkg/crypto/tls/common.go (right): http://codereview.appspot.com/157076/diff/1/3#newcode70 src/pkg/crypto/tls/common.go:70: RootCAs *RootCASet; Root *CASet; ? http://codereview.appspot.com/157076/diff/1/4 File src/pkg/crypto/tls/handshake_client.go ...
15 years, 4 months ago (2009-11-19 06:23:12 UTC) #2
agl
http://codereview.appspot.com/157076/diff/1/3 File src/pkg/crypto/tls/common.go (right): http://codereview.appspot.com/157076/diff/1/3#newcode70 src/pkg/crypto/tls/common.go:70: RootCAs *RootCASet; On 2009/11/19 06:23:12, rsc wrote: > Root ...
15 years, 4 months ago (2009-11-21 23:41:16 UTC) #3
agl
15 years, 4 months ago (2009-11-21 23:52:59 UTC) #4
agl1
15 years, 4 months ago (2009-11-21 23:53:10 UTC) #5
*** Submitted as http://code.google.com/p/go/source/detail?r=2f32e74ab96e ***

crypto/tls: add initial client implementation.

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

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