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

Issue 1412803010: Update references to TLS1_CK_ECDHE_RSA_CHACHA20_POLY1305, etc. (Closed)

Created:
5 years, 1 month ago by davidben_webrtc
Modified:
5 years, 1 month ago
Reviewers:
pthatcher2, pthatcher1
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Base URL:
https://chromium.googlesource.com/external/webrtc@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Update references to TLS1_CK_ECDHE_RSA_CHACHA20_POLY1305, etc. In preparation for implementing the standardized variant of CHACHA20_POLY1305 (it changed slightly in the standardization process), TLS1_CK_ECDHE_RSA_CHACHA20_POLY1305 and TLS1_CK_ECDHE_ECDSA_CHACHA20_POLY1305 were renamed to have an _OLD suffix with compatibility unsuffixed #defines temporarily available. Update references to include the _OLD suffixed ones. Once we've cycled through the few consumers of the unsuffixed names (just WebRTC and QUIC), the unsuffixed names can refer to the to-be-implemented standardized variant and eventually the draft version will be removed. (This has no effect on upstream OpenSSL compatibility as OpenSSL never defined these symbols to begin with. Though probably they will once standardization is done.) BUG=none Committed: https://crrev.com/c073615d56b8f626bf694868a276fd135898da11 Cr-Commit-Position: refs/heads/master@{#10681}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -2 lines) Patch
M webrtc/base/opensslstreamadapter.cc View 1 chunk +4 lines, -2 lines 2 comments Download

Messages

Total messages: 12 (5 generated)
davidben_webrtc
For some reason, it doesn't want to let me run try jobs. I get some ...
5 years, 1 month ago (2015-11-05 22:56:14 UTC) #4
pthatcher2
https://codereview.webrtc.org/1412803010/diff/1/webrtc/base/opensslstreamadapter.cc File webrtc/base/opensslstreamadapter.cc (right): https://codereview.webrtc.org/1412803010/diff/1/webrtc/base/opensslstreamadapter.cc#newcode166 webrtc/base/opensslstreamadapter.cc:166: static_cast<uint16_t>(TLS1_CK_ECDHE_ECDSA_CHACHA20_POLY1305_OLD); Can we also rename this? Perhaps: kDefaultSslCipher12NoAesGcmDraft kDefaultSslEcCipher12NoAesGcDraft ...
5 years, 1 month ago (2015-11-16 23:24:17 UTC) #6
davidben_webrtc
https://codereview.webrtc.org/1412803010/diff/1/webrtc/base/opensslstreamadapter.cc File webrtc/base/opensslstreamadapter.cc (right): https://codereview.webrtc.org/1412803010/diff/1/webrtc/base/opensslstreamadapter.cc#newcode166 webrtc/base/opensslstreamadapter.cc:166: static_cast<uint16_t>(TLS1_CK_ECDHE_ECDSA_CHACHA20_POLY1305_OLD); On 2015/11/16 23:24:17, pthatcher2 wrote: > Can we ...
5 years, 1 month ago (2015-11-16 23:39:28 UTC) #7
pthatcher1
lgtm
5 years, 1 month ago (2015-11-17 19:23:30 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1412803010/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1412803010/1
5 years, 1 month ago (2015-11-17 19:26:24 UTC) #10
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 1 month ago (2015-11-17 20:58:14 UTC) #11
commit-bot: I haz the power
5 years, 1 month ago (2015-11-17 20:58:25 UTC) #12
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/c073615d56b8f626bf694868a276fd135898da11
Cr-Commit-Position: refs/heads/master@{#10681}

Powered by Google App Engine
This is Rietveld 408576698