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

Issue 1769393002: Enable AES_256_GCM ciphers. (Closed)

Created:
4 years, 9 months ago by davidben
Modified:
4 years, 9 months ago
Reviewers:
eroman
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Enable AES_256_GCM ciphers. This results in the following cipher suite order: TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 [not offered in initial handshake] TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 OLD_TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 OLD_TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA TLS_DHE_RSA_WITH_AES_128_CBC_SHA [not offered in initial handshake] TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA TLS_DHE_RSA_WITH_AES_256_CBC_SHA [not offered in initial handshake] TLS_RSA_WITH_AES_128_GCM_SHA256 TLS_RSA_WITH_AES_256_GCM_SHA384 TLS_RSA_WITH_AES_128_CBC_SHA TLS_RSA_WITH_AES_256_CBC_SHA TLS_RSA_WITH_3DES_EDE_CBC_SHA I've intentionally excluded DHE_RSA_WITH_AES_256_GCM_SHA384 because we intend to remove DHE ciphers later. BUG=591516 Committed: https://crrev.com/b3c2d9730fd1d023b648aa745a2afca569bf9933 Cr-Commit-Position: refs/heads/master@{#380761}

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -18 lines) Patch
M net/socket/ssl_client_socket_openssl.cc View 1 chunk +7 lines, -5 lines 0 comments Download
M net/ssl/ssl_config.h View 1 chunk +0 lines, -13 lines 1 comment Download

Messages

Total messages: 33 (15 generated)
davidben
https://codereview.chromium.org/1769393002/diff/1/net/ssl/ssl_config.h File net/ssl/ssl_config.h (left): https://codereview.chromium.org/1769393002/diff/1/net/ssl/ssl_config.h#oldcode101 net/ssl/ssl_config.h:101: // implementation will be enabled except for: This comment ...
4 years, 9 months ago (2016-03-08 01:42:16 UTC) #2
davidben
friendly ping
4 years, 9 months ago (2016-03-10 17:47:05 UTC) #4
eroman
LGTM Where are the tests for this?
4 years, 9 months ago (2016-03-10 17:49:26 UTC) #5
davidben
On 2016/03/10 17:49:26, eroman wrote: > LGTM > > Where are the tests for this? ...
4 years, 9 months ago (2016-03-10 18:45:34 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1769393002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1769393002/1
4 years, 9 months ago (2016-03-10 19:31:52 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/128854)
4 years, 9 months ago (2016-03-10 20:42:35 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1769393002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1769393002/1
4 years, 9 months ago (2016-03-10 21:11:46 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/137937)
4 years, 9 months ago (2016-03-10 21:53:39 UTC) #14
davidben
On 2016/03/10 21:53:39, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years, 9 months ago (2016-03-10 21:58:45 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1769393002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1769393002/1
4 years, 9 months ago (2016-03-10 21:59:22 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/128963) linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, ...
4 years, 9 months ago (2016-03-10 22:27:39 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1769393002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1769393002/1
4 years, 9 months ago (2016-03-10 22:44:00 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/138055) linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, ...
4 years, 9 months ago (2016-03-10 23:27:23 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1769393002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1769393002/1
4 years, 9 months ago (2016-03-11 19:12:42 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/129898)
4 years, 9 months ago (2016-03-11 20:04:35 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1769393002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1769393002/1
4 years, 9 months ago (2016-03-11 20:19:16 UTC) #29
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 9 months ago (2016-03-11 22:36:26 UTC) #31
commit-bot: I haz the power
4 years, 9 months ago (2016-03-11 22:38:58 UTC) #33
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/b3c2d9730fd1d023b648aa745a2afca569bf9933
Cr-Commit-Position: refs/heads/master@{#380761}

Powered by Google App Engine
This is Rietveld 408576698