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

Issue 7685019: Demote the Use SSL 3.0 and Use TLS 1.0 options from Under The Hood to (Closed)

Created:
9 years, 4 months ago by palmer
Modified:
9 years, 2 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, arv (Not doing code reviews), darin-cc_chromium.org
Visibility:
Public.

Description

Demote the Use SSL 3.0 and Use TLS 1.0 options from Under The Hood to command line switches. BUG=93554 TEST=Use the --disable-tls1 and --disable-ssl3 options and verify they work.

Patch Set 1 #

Total comments: 4

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -94 lines) Patch
M chrome/browser/net/ssl_config_service_manager_pref.cc View 1 5 chunks +8 lines, -10 lines 0 comments Download
M chrome/browser/resources/options/advanced_options.html View 1 1 chunk +0 lines, -12 lines 0 comments Download
M chrome/browser/resources/options/advanced_options.js View 1 2 chunks +0 lines, -20 lines 0 comments Download
M chrome/browser/ui/webui/options/advanced_options_handler.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/options/advanced_options_handler.cc View 1 5 chunks +0 lines, -46 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/common/pref_names.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/common/pref_names.cc View 1 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
agl
LGTM for the SSL changes, although you should see if wtc thinks otherwise.
9 years, 4 months ago (2011-08-23 22:24:40 UTC) #1
kevers
LGTM for web UI changes.
9 years, 4 months ago (2011-08-24 14:12:31 UTC) #2
Chris Palmer
Having kevers' LGTM, I just need an official LGTM from you, wtc, to land this ...
9 years, 4 months ago (2011-08-24 18:24:27 UTC) #3
wtc
LGTM. I suggest some changes below before you check this in. High-level comments: 1. When ...
9 years, 4 months ago (2011-08-24 19:37:30 UTC) #4
Chris Palmer
Thank you very much Wan-Teh! I'll fix the nits tomorrow and upload a new version ...
9 years, 4 months ago (2011-08-24 22:57:04 UTC) #5
Ryan Sleevi
On 2011/08/24 22:57:04, Chris Palmer wrote: > Thank you very much Wan-Teh! I'll fix the ...
9 years, 4 months ago (2011-08-24 23:36:10 UTC) #6
Chris Palmer
Fixed wtc's nits, except for creating a new member to store CommandLine. I think we ...
9 years, 4 months ago (2011-08-25 22:17:54 UTC) #7
wtc
LGTM on Patch Set 2. palmer: given the new info provided by rsleevi, I highly ...
9 years, 4 months ago (2011-08-26 18:33:27 UTC) #8
Chris Evans
9 years, 4 months ago (2011-08-26 20:09:27 UTC) #9
I'm going to re-trybot this now and then land on behalf of Chris P. I'll then
nominate him for provisional committer. Thanks!

On 2011/08/26 18:33:27, wtc wrote:
> LGTM on Patch Set 2.
> 
> palmer: given the new info provided by rsleevi, I highly
> recommend that you look into an alternative method he
> used for the cipher suite blacklist.
> 
> In http://code.google.com/p/chromium/issues/detail?id=58831#c16
> he mentioned something called CommandLinePrefStore, which
> he used to parse a command-line option into the cipher
> suite list blacklist preference.  See http://crrev.com/93778.
> This seems like a good way to parse your command-line options,
> which still keeping the "ssl.ssl3.enabled" and
> "ssl.tls1.enabled" preferences internally.

Powered by Google App Engine
This is Rietveld 408576698