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

Issue 60353005: net: disable ChaCha20 based cipher suites. (Closed)

Created:
7 years, 1 month ago by agl
Modified:
7 years, 1 month ago
Reviewers:
wtc, Ryan Sleevi
CC:
chromium-reviews, cbentzel+watch_chromium.org
Visibility:
Public.

Description

net: disable ChaCha20 based cipher suites. We're not ready for this in M32: * The Windows compiler doesn't support vector code so we're using generic code there. * We don't have promotion for AES-GCM ciphersuites when AES-NI is supported. This change is designed to be reverted on trunk once M32 has branched. BUG=315791 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=233470

Patch Set 1 #

Total comments: 3

Patch Set 2 : Match against ssl_calg_chacha20 #

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

Messages

Total messages: 8 (0 generated)
agl
https://codereview.chromium.org/60353005/diff/1/net/socket/nss_ssl_util.cc File net/socket/nss_ssl_util.cc (right): https://codereview.chromium.org/60353005/diff/1/net/socket/nss_ssl_util.cc#newcode75 net/socket/nss_ssl_util.cc:75: if (ssl_ciphers[i] == 0xcc13 || ssl_ciphers[i] == 0xcc14) We ...
7 years, 1 month ago (2013-11-05 23:18:00 UTC) #1
wtc
Patch set 1 LGTM. https://codereview.chromium.org/60353005/diff/1/net/socket/nss_ssl_util.cc File net/socket/nss_ssl_util.cc (right): https://codereview.chromium.org/60353005/diff/1/net/socket/nss_ssl_util.cc#newcode75 net/socket/nss_ssl_util.cc:75: if (ssl_ciphers[i] == 0xcc13 || ...
7 years, 1 month ago (2013-11-05 23:38:36 UTC) #2
agl
https://codereview.chromium.org/60353005/diff/1/net/socket/nss_ssl_util.cc File net/socket/nss_ssl_util.cc (right): https://codereview.chromium.org/60353005/diff/1/net/socket/nss_ssl_util.cc#newcode75 net/socket/nss_ssl_util.cc:75: if (ssl_ciphers[i] == 0xcc13 || ssl_ciphers[i] == 0xcc14) On ...
7 years, 1 month ago (2013-11-06 19:11:23 UTC) #3
wtc
Patch set 2 LGTM. https://codereview.chromium.org/60353005/diff/60001/net/socket/nss_ssl_util.cc File net/socket/nss_ssl_util.cc (right): https://codereview.chromium.org/60353005/diff/60001/net/socket/nss_ssl_util.cc#newcode64 net/socket/nss_ssl_util.cc:64: info.symCipher == ssl_calg_seed || We ...
7 years, 1 month ago (2013-11-06 19:18:40 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/agl@chromium.org/60353005/60001
7 years, 1 month ago (2013-11-06 19:18:48 UTC) #5
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 1 month ago (2013-11-06 19:45:08 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/agl@chromium.org/60353005/60001
7 years, 1 month ago (2013-11-06 20:45:47 UTC) #7
commit-bot: I haz the power
7 years, 1 month ago (2013-11-07 01:41:47 UTC) #8
Message was sent while issue was closed.
Change committed as 233470

Powered by Google App Engine
This is Rietveld 408576698