Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(210)

Issue 23545010: On Windows, prepare to generate SHA-1 signatures for TLS 1.2 client authentication. (Closed)

Created:
7 years, 3 months ago by wtc
Modified:
7 years, 3 months ago
Reviewers:
agl, Ryan Sleevi
CC:
chromium-reviews, cbentzel+watch_chromium.org
Visibility:
Public.

Description

On Windows, prefer to generate SHA-1 signatures for TLS 1.2 client authentication if the client private key is in a CAPI service provider. R=rsleevi@chromium.org,agl@chromium.org BUG=278370 TEST=will require manual testing by the bug reporter. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=220595

Patch Set 1 #

Total comments: 12

Patch Set 2 : Check whether the CAPI service provider supports SHA-256. #

Total comments: 2

Patch Set 3 : Go back to the more conservative approach #

Unified diffs Side-by-side diffs Delta from patch set Stats (+262 lines, -6 lines) Patch
M net/third_party/nss/README.chromium View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M net/third_party/nss/patches/applypatches.sh View 1 1 chunk +2 lines, -0 lines 0 comments Download
A net/third_party/nss/patches/tls12backuphash.patch View 1 2 1 chunk +163 lines, -0 lines 0 comments Download
M net/third_party/nss/ssl/ssl3con.c View 1 2 7 chunks +90 lines, -6 lines 0 comments Download
M net/third_party/nss/ssl/sslimpl.h View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
wtc
Notes on the CL: 1. There are two possible approaches to support a non-SHA256 hash ...
7 years, 3 months ago (2013-08-28 00:04:45 UTC) #1
agl
LGTM, although it's missing a patch file. https://codereview.chromium.org/23545010/diff/1/net/third_party/nss/ssl/ssl3con.c File net/third_party/nss/ssl/ssl3con.c (right): https://codereview.chromium.org/23545010/diff/1/net/third_party/nss/ssl/ssl3con.c#newcode3942 net/third_party/nss/ssl/ssl3con.c:3942: PK11_DestroyContext(ss->ssl3.hs.sha, PR_TRUE); ...
7 years, 3 months ago (2013-08-28 15:15:08 UTC) #2
Ryan Sleevi
https://codereview.chromium.org/23545010/diff/1/net/third_party/nss/ssl/ssl3con.c File net/third_party/nss/ssl/ssl3con.c (right): https://codereview.chromium.org/23545010/diff/1/net/third_party/nss/ssl/ssl3con.c#newcode4071 net/third_party/nss/ssl/ssl3con.c:4071: } else { Does it make sense to collapse ...
7 years, 3 months ago (2013-08-28 20:40:09 UTC) #3
wtc
Thank you for the reviews. Please review patch set 2. 1. I added a patch ...
7 years, 3 months ago (2013-08-28 22:05:44 UTC) #4
agl
LGTM https://codereview.chromium.org/23545010/diff/28001/net/third_party/nss/ssl/ssl3con.c File net/third_party/nss/ssl/ssl3con.c (right): https://codereview.chromium.org/23545010/diff/28001/net/third_party/nss/ssl/ssl3con.c#newcode6100 net/third_party/nss/ssl/ssl3con.c:6100: rv = ssl3_ComputeBackupHandshakeHashes(ss, &hashes); (doesn't matter): here you ...
7 years, 3 months ago (2013-08-28 22:16:02 UTC) #5
wtc
I just uploaded patch set 3. The users experiencing this problem sent me three different ...
7 years, 3 months ago (2013-08-29 21:32:02 UTC) #6
Ryan Sleevi
lgtm
7 years, 3 months ago (2013-08-29 21:33:32 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wtc@chromium.org/23545010/27001
7 years, 3 months ago (2013-08-29 23:51:37 UTC) #8
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=163930
7 years, 3 months ago (2013-08-30 03:31:54 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wtc@chromium.org/23545010/27001
7 years, 3 months ago (2013-08-30 14:51:06 UTC) #10
commit-bot: I haz the power
7 years, 3 months ago (2013-08-30 15:52:20 UTC) #11
Message was sent while issue was closed.
Change committed as 220595

Powered by Google App Engine
This is Rietveld 408576698