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

Issue 23619044: net: add ChaCha20+Poly1305 support to libssl. (Closed)

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

Description

net: add ChaCha20+Poly1305 support to libssl. (No sementic change without the matching libnss work.) BUG=none R=wtc@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=223615

Patch Set 1 #

Patch Set 2 : Add patch file. #

Patch Set 3 : ... #

Total comments: 25

Patch Set 4 : Addressing wtc's comments. #

Total comments: 2

Patch Set 5 : Addressing wtc's comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+377 lines, -6 lines) Patch
M net/ssl/ssl_cipher_suite_names.cc View 3 chunks +5 lines, -2 lines 0 comments Download
M net/third_party/nss/README.chromium View 1 1 chunk +4 lines, -0 lines 0 comments Download
M net/third_party/nss/patches/applypatches.sh View 1 1 chunk +2 lines, -0 lines 0 comments Download
A net/third_party/nss/patches/chacha20poly1305.patch View 1 2 3 4 1 chunk +280 lines, -0 lines 0 comments Download
M net/third_party/nss/ssl/ssl3con.c View 1 2 3 4 7 chunks +67 lines, -2 lines 0 comments Download
M net/third_party/nss/ssl/ssl3ecc.c View 4 chunks +4 lines, -0 lines 0 comments Download
M net/third_party/nss/ssl/sslenum.c View 1 chunk +2 lines, -0 lines 0 comments Download
M net/third_party/nss/ssl/sslimpl.h View 1 2 3 3 chunks +3 lines, -1 line 0 comments Download
M net/third_party/nss/ssl/sslinfo.c View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M net/third_party/nss/ssl/sslproto.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M net/third_party/nss/ssl/sslsock.c View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M net/third_party/nss/ssl/sslt.h View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
agl
7 years, 3 months ago (2013-09-12 20:41:04 UTC) #1
wtc
Patch set 3 LGTM. I think it is safe to use the 0xCC** cipher suite ...
7 years, 3 months ago (2013-09-13 17:29:14 UTC) #2
agl
Thanks. There's one substantive reply about merging the CK_AEAD_PARAMS and CK_GCM_PARAMS. As for the ciphersuite ...
7 years, 3 months ago (2013-09-13 20:51:45 UTC) #3
wtc
Patch set 4 LGTM. https://codereview.chromium.org/23619044/diff/6001/net/third_party/nss/ssl/ssl3con.c File net/third_party/nss/ssl/ssl3con.c (right): https://codereview.chromium.org/23619044/diff/6001/net/third_party/nss/ssl/ssl3con.c#newcode53 net/third_party/nss/ssl/ssl3con.c:53: } CK_AEAD_PARAMS; For the struct ...
7 years, 3 months ago (2013-09-13 21:32:25 UTC) #4
agl
https://codereview.chromium.org/23619044/diff/6001/net/third_party/nss/ssl/ssl3con.c File net/third_party/nss/ssl/ssl3con.c (right): https://codereview.chromium.org/23619044/diff/6001/net/third_party/nss/ssl/ssl3con.c#newcode53 net/third_party/nss/ssl/ssl3con.c:53: } CK_AEAD_PARAMS; On 2013/09/13 21:32:26, wtc wrote: > For ...
7 years, 3 months ago (2013-09-16 22:19:07 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/agl@chromium.org/23619044/31001
7 years, 3 months ago (2013-09-16 22:26:57 UTC) #6
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=198180
7 years, 3 months ago (2013-09-17 04:27:18 UTC) #7
agl
7 years, 3 months ago (2013-09-17 14:52:34 UTC) #8
Message was sent while issue was closed.
Committed patchset #5 manually as r223615 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698