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

Issue 9663043: Add a boolean |had_context| argument to the TLS ExportKeyingMaterial (Closed)

Created:
8 years, 9 months ago by wtc
Modified:
8 years, 9 months ago
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, cbentzel+watch_chromium.org, simonmorris+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, darin-cc_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Add a boolean |has_context| argument to the TLS ExportKeyingMaterial method to support both nonexistent context and zero-length context. R=agl@chromium.org,rsleevi@chromium.org BUG=none TEST=existing unit tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=126799

Patch Set 1 #

Total comments: 13

Patch Set 2 : Make suggested changes, add patch file #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+308 lines, -58 lines) Patch
M net/socket/socket_test_util.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M net/socket/socket_test_util.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M net/socket/ssl_client_socket_mac.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M net/socket/ssl_client_socket_mac.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M net/socket/ssl_client_socket_nss.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M net/socket/ssl_client_socket_nss.cc View 1 3 chunks +5 lines, -4 lines 0 comments Download
M net/socket/ssl_client_socket_openssl.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M net/socket/ssl_client_socket_openssl.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M net/socket/ssl_client_socket_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M net/socket/ssl_client_socket_win.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M net/socket/ssl_client_socket_win.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M net/socket/ssl_server_socket_nss.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M net/socket/ssl_server_socket_nss.cc View 1 3 chunks +5 lines, -4 lines 0 comments Download
M net/socket/ssl_server_socket_unittest.cc View 1 1 chunk +6 lines, -3 lines 0 comments Download
M net/socket/ssl_socket.h View 1 1 chunk +6 lines, -3 lines 0 comments Download
M net/spdy/spdy_session.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/third_party/nss/README.chromium View 1 1 chunk +1 line, -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/secret_exporter2.patch View 1 1 chunk +228 lines, -0 lines 0 comments Download
M net/third_party/nss/ssl/ssl.h View 1 1 chunk +4 lines, -2 lines 0 comments Download
M net/third_party/nss/ssl/ssl3con.c View 1 3 chunks +8 lines, -9 lines 0 comments Download
M net/third_party/nss/ssl/sslimpl.h View 1 1 chunk +5 lines, -5 lines 0 comments Download
M net/third_party/nss/ssl/sslinfo.c View 1 3 chunks +13 lines, -13 lines 0 comments Download
M remoting/protocol/auth_util.cc View 1 1 chunk +1 line, -1 line 1 comment Download

Messages

Total messages: 8 (0 generated)
Ryan Sleevi
Rubberstamp LGTM, with a copy/pasted nit below, because it's so prevalent :) One slight grammatical ...
8 years, 9 months ago (2012-03-10 04:23:31 UTC) #1
agl
lgtm http://codereview.chromium.org/9663043/diff/1/net/third_party/nss/ssl/sslinfo.c File net/third_party/nss/ssl/sslinfo.c (right): http://codereview.chromium.org/9663043/diff/1/net/third_party/nss/ssl/sslinfo.c#newcode361 net/third_party/nss/ssl/sslinfo.c:361: if (contextLen > 0) { (very minor): I ...
8 years, 9 months ago (2012-03-12 15:22:20 UTC) #2
wtc
sergeyu: could you please review the change to remoting/protocol/auth_util.cc in this CL? Thanks. http://codereview.chromium.org/9663043/diff/9001/remoting/protocol/auth_util.cc File ...
8 years, 9 months ago (2012-03-14 03:35:45 UTC) #3
Sergey Ulanov
src/remoting - LGTM
8 years, 9 months ago (2012-03-14 06:15:17 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wtc@chromium.org/9663043/9001
8 years, 9 months ago (2012-03-14 15:01:36 UTC) #5
commit-bot: I haz the power
Try job failure for 9663043-9001 on linux_chromeos for step "update". http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos&number=3531 Step "update" is always ...
8 years, 9 months ago (2012-03-14 15:04:30 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wtc@chromium.org/9663043/9001
8 years, 9 months ago (2012-03-14 21:45:54 UTC) #7
commit-bot: I haz the power
8 years, 9 months ago (2012-03-15 00:21:00 UTC) #8
Change committed as 126799

Powered by Google App Engine
This is Rietveld 408576698