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

Issue 10424013: Support TLS Channel IDs in NSS (Closed)

Created:
8 years, 7 months ago by agl
Modified:
8 years, 6 months ago
Reviewers:
wtc
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Support TLS Channel IDs in NSS BUG=129174 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=139919

Patch Set 1 #

Total comments: 45

Patch Set 2 : Address wtc's comments #

Patch Set 3 : Addressing wtc's comments #

Patch Set 4 : resync from trunk #

Total comments: 18

Patch Set 5 : ... #

Patch Set 6 : Update patch file before committing. #

Total comments: 4

Patch Set 7 : Update error messages #

Unified diffs Side-by-side diffs Delta from patch set Stats (+689 lines, -6 lines) Patch
M net/third_party/nss/README.chromium View 1 chunk +3 lines, -0 lines 0 comments Download
M net/third_party/nss/patches/applypatches.sh View 1 chunk +2 lines, -0 lines 0 comments Download
A net/third_party/nss/patches/channelid.patch View 1 2 3 4 5 6 1 chunk +430 lines, -0 lines 0 comments Download
M net/third_party/nss/ssl/SSLerrs.h View 1 2 3 4 5 6 1 chunk +9 lines, -0 lines 0 comments Download
M net/third_party/nss/ssl/ssl.h View 1 2 3 4 1 chunk +19 lines, -0 lines 0 comments Download
M net/third_party/nss/ssl/ssl3con.c View 1 2 3 4 4 chunks +138 lines, -4 lines 0 comments Download
M net/third_party/nss/ssl/ssl3ext.c View 1 2 3 4 5 6 4 chunks +52 lines, -0 lines 0 comments Download
M net/third_party/nss/ssl/ssl3prot.h View 1 chunk +2 lines, -1 line 0 comments Download
M net/third_party/nss/ssl/sslauth.c View 1 2 3 4 1 chunk +18 lines, -0 lines 0 comments Download
M net/third_party/nss/ssl/sslerr.h View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M net/third_party/nss/ssl/sslimpl.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M net/third_party/nss/ssl/sslsock.c View 1 2 3 4 3 chunks +8 lines, -0 lines 0 comments Download
M net/third_party/nss/ssl/sslt.h View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
agl
8 years, 7 months ago (2012-05-23 22:16:09 UTC) #1
wtc
Patch set 1 LGTM. Please note the comments marked with "BUG" or "IMPORTANT". High-level design ...
8 years, 7 months ago (2012-05-24 23:10:03 UTC) #2
agl
Thanks. Important changes: 1) have switched to a callback system as suggested. 2) the encrypted ...
8 years, 6 months ago (2012-05-30 15:28:33 UTC) #3
wtc
Patch set 4 LGTM. Please upload a new patch set after making my suggested changes. ...
8 years, 6 months ago (2012-05-31 00:36:32 UTC) #4
agl
https://chromiumcodereview.appspot.com/10424013/diff/13001/net/third_party/nss/ssl/ssl.h File net/third_party/nss/ssl/ssl.h (right): https://chromiumcodereview.appspot.com/10424013/diff/13001/net/third_party/nss/ssl/ssl.h#newcode950 net/third_party/nss/ssl/ssl.h:950: * must have written a P-256 key pair to ...
8 years, 6 months ago (2012-05-31 17:19:53 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/agl@chromium.org/10424013/4004
8 years, 6 months ago (2012-05-31 17:23:13 UTC) #6
commit-bot: I haz the power
Try job failure for 10424013-4004 (retry) on win for step "compile" (clobber build). It's a ...
8 years, 6 months ago (2012-05-31 17:40:42 UTC) #7
wtc
Patch set 6 LGTM. Thanks! Just two nits about the error messages. https://chromiumcodereview.appspot.com/10424013/diff/4004/net/third_party/nss/ssl/SSLerrs.h File net/third_party/nss/ssl/SSLerrs.h ...
8 years, 6 months ago (2012-05-31 18:19:53 UTC) #8
agl
https://chromiumcodereview.appspot.com/10424013/diff/4004/net/third_party/nss/ssl/SSLerrs.h File net/third_party/nss/ssl/SSLerrs.h (right): https://chromiumcodereview.appspot.com/10424013/diff/4004/net/third_party/nss/ssl/SSLerrs.h#newcode437 net/third_party/nss/ssl/SSLerrs.h:437: "An invalid TLS Channel ID key was returned by ...
8 years, 6 months ago (2012-05-31 19:48:23 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/agl@chromium.org/10424013/7007
8 years, 6 months ago (2012-05-31 19:48:42 UTC) #10
commit-bot: I haz the power
8 years, 6 months ago (2012-05-31 23:43:49 UTC) #11
Change committed as 139919

Powered by Google App Engine
This is Rietveld 408576698