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

Issue 13413050: code review 13413050: crypto/tls: fix TLS 1.2 client certificates. (Closed)

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

Description

crypto/tls: fix TLS 1.2 client certificates. With TLS 1.2, when sending client certificates the code was omitting the new (in TLS 1.2) signature and hash fields.

Patch Set 1 #

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

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

Patch Set 4 : diff -r ba59b8968248 https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+582 lines, -11 lines) Patch
M src/pkg/crypto/tls/handshake_client.go View 1 1 chunk +10 lines, -3 lines 0 comments Download
M src/pkg/crypto/tls/handshake_client_test.go View 1 2 chunks +564 lines, -0 lines 0 comments Download
M src/pkg/crypto/tls/handshake_server.go View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/pkg/crypto/tls/prf.go View 1 1 chunk +6 lines, -6 lines 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://code.google.com/p/go/
11 years, 7 months ago (2013-09-16 15:31:48 UTC) #1
rsc
LGTM Thanks for the quick fix.
11 years, 7 months ago (2013-09-16 17:45:35 UTC) #2
agl1
11 years, 7 months ago (2013-09-16 20:40:12 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=4db3c8daee96 ***

crypto/tls: fix TLS 1.2 client certificates.

With TLS 1.2, when sending client certificates the code was omitting
the new (in TLS 1.2) signature and hash fields.

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

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