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

Issue 6315009: Use a random number to generate a self-signed certiciate for chromoting (Closed)

Created:
9 years, 11 months ago by Alpha Left Google
Modified:
9 years, 6 months ago
Reviewers:
Sergey Ulanov, wtc
CC:
chromium-reviews, Alpha Left Google, dmac, awong, garykac, Paweł Hajdan Jr.
Visibility:
Public.

Description

Use a random number to generate a self-signed certiciate for chromoting Chromoting host to use a random number to generate self-signed certificate. This method is still not optimal, in case of collision SSLServerSocketNSS will fail to start due to NSS rejecting the certificate. Using a random number is a temporary solution until we can assign certificates to the host. BUG=70013 TEST=Connect to the same chromoting host after client is disconnected. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72745

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -1 line) Patch
M remoting/protocol/jingle_session_manager.cc View 2 chunks +5 lines, -1 line 2 comments Download

Messages

Total messages: 4 (0 generated)
Alpha Left Google
9 years, 11 months ago (2011-01-20 00:55:21 UTC) #1
wtc
hclam: a certificate needs to be uniquely identified by the issuer + serial number pair. ...
9 years, 11 months ago (2011-01-20 01:28:26 UTC) #2
wtc
LGTM. http://codereview.chromium.org/6315009/diff/1/remoting/protocol/jingle_session_manager.cc File remoting/protocol/jingle_session_manager.cc (right): http://codereview.chromium.org/6315009/diff/1/remoting/protocol/jingle_session_manager.cc#newcode7 remoting/protocol/jingle_session_manager.cc:7: #include "remoting/protocol/jingle_session_manager.h" Nit: the Style Guide recommends that ...
9 years, 11 months ago (2011-01-20 01:33:05 UTC) #3
Sergey Ulanov
9 years, 11 months ago (2011-01-20 02:04:24 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698