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

Issue 20570043: code review 20570043: [release-branch.go1.2] crypto/tls: advertise support fo... (Closed)

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

Description

[release-branch.go1.2] crypto/tls: advertise support for RSA+SHA1 in TLS 1.2 handshake. ««« CL 15650043 / 29d3ab5ced5a crypto/tls: advertise support for RSA+SHA1 in TLS 1.2 handshake. Despite SHA256 support being required for TLS 1.2 handshakes, some servers are aborting handshakes that don't offer SHA1 support. This change adds support for signing TLS 1.2 ServerKeyExchange messages with SHA1. It does not add support for signing TLS 1.2 client certificates with SHA1 as that would require the handshake to be buffered. Fixes issue 6618. R=golang-dev, r CC=golang-dev https://codereview.appspot.com/15650043 »»»

Patch Set 1 #

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+218 lines, -157 lines) Patch
M src/pkg/crypto/tls/common.go View 1 1 chunk +12 lines, -3 lines 0 comments Download
M src/pkg/crypto/tls/handshake_client.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/crypto/tls/handshake_client_test.go View 1 5 chunks +141 lines, -141 lines 0 comments Download
M src/pkg/crypto/tls/handshake_messages_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/crypto/tls/handshake_server.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/crypto/tls/key_agreement.go View 1 5 chunks +62 lines, -10 lines 0 comments Download

Messages

Total messages: 3
adg
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
10 years, 5 months ago (2013-11-01 00:08:43 UTC) #1
adg
*** Submitted as https://code.google.com/p/go/source/detail?r=d89d72656f60 *** [release-branch.go1.2] crypto/tls: advertise support for RSA+SHA1 in TLS 1.2 handshake. ...
10 years, 5 months ago (2013-11-01 00:09:15 UTC) #2
dsymonds
10 years, 5 months ago (2013-11-01 00:13:38 UTC) #3
LGTM
Sign in to reply to this message.

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