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

Issue 10543106: Add an explicit function to init NSS for SSL server sockets (Closed)

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

Description

Add an explicit function to init NSS for SSL server sockets BUG=131622 TEST=tsan goes green for existing tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=141955

Patch Set 1 #

Patch Set 2 : Explicitly init remoting #

Patch Set 3 : Compile fix #

Total comments: 4

Patch Set 4 : Updated #

Total comments: 9

Patch Set 5 : Review feedback #

Patch Set 6 : Rebase to r141775 and remove suppression #

Unified diffs Side-by-side diffs Delta from patch set Stats (+96 lines, -36 lines) Patch
M net/base/run_all_unittests.cc View 1 2 3 4 2 chunks +5 lines, -0 lines 0 comments Download
M net/socket/ssl_server_socket.h View 1 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download
M net/socket/ssl_server_socket_nss.cc View 1 2 3 4 chunks +33 lines, -6 lines 0 comments Download
M net/socket/ssl_server_socket_openssl.cc View 1 2 3 4 1 chunk +9 lines, -3 lines 0 comments Download
M remoting/DEPS View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M remoting/client/plugin/chromoting_instance.cc View 1 2 3 4 5 2 chunks +8 lines, -0 lines 0 comments Download
M remoting/host/DEPS View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M remoting/host/plugin/host_plugin.cc View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M remoting/host/remoting_me2me_host.cc View 1 2 3 4 2 chunks +5 lines, -0 lines 0 comments Download
M remoting/host/simple_host_process.cc View 1 2 3 4 2 chunks +5 lines, -0 lines 0 comments Download
M remoting/remoting.gyp View 1 2 3 4 5 4 chunks +4 lines, -0 lines 0 comments Download
M remoting/run_all_unittests.cc View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M tools/valgrind/tsan/suppressions.txt View 1 2 3 4 5 1 chunk +0 lines, -27 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Ryan Sleevi
wez: Can you provide any context as to where the remoting (host/client) init code is? ...
8 years, 6 months ago (2012-06-12 00:09:02 UTC) #1
Wez
On 2012/06/12 00:09:02, Ryan Sleevi wrote: > wez: Can you provide any context as to ...
8 years, 6 months ago (2012-06-12 16:29:46 UTC) #2
Ryan Sleevi
On 2012/06/12 16:29:46, Wez wrote: > On 2012/06/12 00:09:02, Ryan Sleevi wrote: > > wez: ...
8 years, 6 months ago (2012-06-12 17:22:24 UTC) #3
Wez
http://codereview.chromium.org/10543106/diff/9001/net/socket/nss_ssl_util.h File net/socket/nss_ssl_util.h (right): http://codereview.chromium.org/10543106/diff/9001/net/socket/nss_ssl_util.h#newcode15 net/socket/nss_ssl_util.h:15: // Initialize NSS SSL library. Can you clarify what ...
8 years, 6 months ago (2012-06-12 17:27:13 UTC) #4
Ryan Sleevi
http://codereview.chromium.org/10543106/diff/9001/net/socket/nss_ssl_util.h File net/socket/nss_ssl_util.h (right): http://codereview.chromium.org/10543106/diff/9001/net/socket/nss_ssl_util.h#newcode15 net/socket/nss_ssl_util.h:15: // Initialize NSS SSL library. On 2012/06/12 17:27:13, Wez ...
8 years, 6 months ago (2012-06-12 17:45:29 UTC) #5
wtc
Patch set 3 LGTM. (I know patch set 3 is still missing changes to some ...
8 years, 6 months ago (2012-06-12 18:27:38 UTC) #6
Ryan Sleevi
wtc, wez: PTAL. Slightly different approach based on your feedback. I've added a DCHECK to ...
8 years, 6 months ago (2012-06-12 19:20:48 UTC) #7
wtc
Patch set 4 LGTM. wez needs to verify that the EnableSSLServerSocket calls are at the ...
8 years, 6 months ago (2012-06-12 21:29:45 UTC) #8
Wez
LGTM w/ nits for remoting/, plus I think simple_remoting_host.cc needs updating to make the Init ...
8 years, 6 months ago (2012-06-12 21:30:35 UTC) #9
Ryan Sleevi
http://codereview.chromium.org/10543106/diff/13001/remoting/client/plugin/chromoting_instance.cc File remoting/client/plugin/chromoting_instance.cc (right): http://codereview.chromium.org/10543106/diff/13001/remoting/client/plugin/chromoting_instance.cc#newcode191 remoting/client/plugin/chromoting_instance.cc:191: net::EnableSSLServerSockets(); On 2012/06/12 21:30:35, Wez wrote: > In practice ...
8 years, 6 months ago (2012-06-12 22:35:40 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rsleevi@chromium.org/10543106/7013
8 years, 6 months ago (2012-06-13 18:06:30 UTC) #11
commit-bot: I haz the power
8 years, 6 months ago (2012-06-13 20:19:52 UTC) #12
Change committed as 141955

Powered by Google App Engine
This is Rietveld 408576698