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

Issue 2101283004: TLS CECPQ1 (experimental post-quantum) ciphers. (Closed)

Created:
4 years, 5 months ago by mab
Modified:
4 years, 5 months ago
Reviewers:
agl, davidben
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

TLS CECPQ1 (experimental post-quantum) ciphers. These exeperimental and non-standard ciphers are an experiment in post-quantum key exchange for TLS only (not QUIC). They are not intended as a de facto standard and will be removed from Chrome in a year or two. The key exchange performs a New Hope (post-quantum) and X25519 key exchange in parallel, using the outputs of both to generate the pre-master secret. BUG= Committed: https://crrev.com/7346da96d0fb2651d5b28912572e57dd20e10874 Cr-Commit-Position: refs/heads/master@{#402705}

Patch Set 1 #

Total comments: 4

Patch Set 2 : davidben review 1 #

Total comments: 2

Patch Set 3 : restore Finch control #

Patch Set 4 : disable (temporarily) on ChromeOS #

Patch Set 5 : fix unused variable on ChromeOS comiles #

Patch Set 6 : Maybe OS_NACL instead of OS_CHROMEOS? #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -2 lines) Patch
M net/socket/ssl_client_socket_impl.cc View 1 2 3 4 5 3 chunks +29 lines, -2 lines 0 comments Download
M net/socket/ssl_client_socket_pool.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (12 generated)
mab
4 years, 5 months ago (2016-06-28 21:19:35 UTC) #2
davidben
https://codereview.chromium.org/2101283004/diff/1/net/socket/ssl_client_socket_impl.cc File net/socket/ssl_client_socket_impl.cc (right): https://codereview.chromium.org/2101283004/diff/1/net/socket/ssl_client_socket_impl.cc#newcode90 net/socket/ssl_client_socket_impl.cc:90: // easiest mechanism to enable this on desktop only. ...
4 years, 5 months ago (2016-06-28 21:23:53 UTC) #3
mab
https://codereview.chromium.org/2101283004/diff/1/net/socket/ssl_client_socket_impl.cc File net/socket/ssl_client_socket_impl.cc (right): https://codereview.chromium.org/2101283004/diff/1/net/socket/ssl_client_socket_impl.cc#newcode90 net/socket/ssl_client_socket_impl.cc:90: // easiest mechanism to enable this on desktop only. ...
4 years, 5 months ago (2016-06-28 22:12:33 UTC) #4
agl
lgtm https://codereview.chromium.org/2101283004/diff/20001/net/socket/ssl_client_socket_impl.cc File net/socket/ssl_client_socket_impl.cc (right): https://codereview.chromium.org/2101283004/diff/20001/net/socket/ssl_client_socket_impl.cc#newcode970 net/socket/ssl_client_socket_impl.cc:970: // These are experimental, non-standard ciphersuites. They are ...
4 years, 5 months ago (2016-06-28 22:14:39 UTC) #5
mab
https://codereview.chromium.org/2101283004/diff/20001/net/socket/ssl_client_socket_impl.cc File net/socket/ssl_client_socket_impl.cc (right): https://codereview.chromium.org/2101283004/diff/20001/net/socket/ssl_client_socket_impl.cc#newcode970 net/socket/ssl_client_socket_impl.cc:970: // These are experimental, non-standard ciphersuites. They are part ...
4 years, 5 months ago (2016-06-28 22:40:58 UTC) #6
davidben
lgtm
4 years, 5 months ago (2016-06-28 22:43:31 UTC) #7
agl
lgtm
4 years, 5 months ago (2016-06-28 22:43:41 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2101283004/40001
4 years, 5 months ago (2016-06-28 22:45:45 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/193441)
4 years, 5 months ago (2016-06-29 00:09:16 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2101283004/60001
4 years, 5 months ago (2016-06-29 00:46:40 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_compile_dbg_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_compile_dbg_ng/builds/223525)
4 years, 5 months ago (2016-06-29 01:17:41 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2101283004/80001
4 years, 5 months ago (2016-06-29 01:47:14 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/193606)
4 years, 5 months ago (2016-06-29 02:19:25 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2101283004/100001
4 years, 5 months ago (2016-06-29 02:23:43 UTC) #25
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 5 months ago (2016-06-29 03:54:31 UTC) #26
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/7346da96d0fb2651d5b28912572e57dd20e10874 Cr-Commit-Position: refs/heads/master@{#402705}
4 years, 5 months ago (2016-06-29 03:56:19 UTC) #28
agl
4 years, 5 months ago (2016-06-29 16:07:29 UTC) #29
Message was sent while issue was closed.
A revert of this CL (patchset #6 id:100001) has been created in
https://codereview.chromium.org/2107273002/ by agl@chromium.org.

The reason for reverting is: CroNet does not setup FeatureList. See
https://bugs.chromium.org/p/chromium/issues/detail?id=624370.

Powered by Google App Engine
This is Rietveld 408576698