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

Issue 2720663003: Support GCM ciphers even if ENABLE_EXTERNAL_AUTH is defined. (Closed)

Created:
3 years, 9 months ago by joachim
Modified:
3 years, 9 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, qiang.lu, niklas.enbom, yujie_mao (webrtc), peah-webrtc
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Support GCM ciphers even if ENABLE_EXTERNAL_AUTH is defined. With ENABLE_EXTERNAL_AUTH, external auth will only be used depending on the selected cipher (allowed for non-GCM, not allowed for GCM). BUG=webrtc:5222, chromium:628400 Review-Url: https://codereview.webrtc.org/2720663003 Cr-Commit-Position: refs/heads/master@{#16955} Committed: https://chromium.googlesource.com/external/webrtc/+/d48f488bed37e8a5af47bd4be85d9b819fa284b4

Patch Set 1 #

Total comments: 16

Patch Set 2 : Simplified code. #

Total comments: 4

Patch Set 3 : Changes based on feedback. #

Patch Set 4 : Fixed win_x64 compile errors (added explicit casts). #

Unified diffs Side-by-side diffs Delta from patch set Stats (+165 lines, -50 lines) Patch
M webrtc/pc/BUILD.gn View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webrtc/pc/channel.cc View 1 1 chunk +20 lines, -15 lines 0 comments Download
M webrtc/pc/channelmanager.cc View 1 chunk +0 lines, -8 lines 0 comments Download
M webrtc/pc/srtpfilter.h View 1 3 chunks +21 lines, -4 lines 0 comments Download
M webrtc/pc/srtpfilter.cc View 1 8 chunks +31 lines, -11 lines 0 comments Download
M webrtc/pc/srtpfilter_unittest.cc View 1 2 3 12 chunks +92 lines, -11 lines 0 comments Download

Messages

Total messages: 23 (11 generated)
joachim
Hi Stefan, you are the current owner of crbug.com/628400, so I'm assigning this to you ...
3 years, 9 months ago (2017-02-28 00:11:45 UTC) #3
joachim
https://codereview.webrtc.org/2720663003/diff/1/webrtc/p2p/base/fakeicetransport.h File webrtc/p2p/base/fakeicetransport.h (right): https://codereview.webrtc.org/2720663003/diff/1/webrtc/p2p/base/fakeicetransport.h#newcode18 webrtc/p2p/base/fakeicetransport.h:18: #include "webrtc/media/base/rtputils.h" On 2017/02/28 00:11:45, joachim wrote: > This ...
3 years, 9 months ago (2017-02-28 13:09:32 UTC) #4
stefan-webrtc
Taylor, are you a good reviewer for this?
3 years, 9 months ago (2017-02-28 14:27:10 UTC) #6
Taylor Brandstetter
As I understand it, the intent of this CL is "Use external auth if the ...
3 years, 9 months ago (2017-02-28 22:53:40 UTC) #8
joachim
Thanks for your review. You're right, I changed too much code that is not really ...
3 years, 9 months ago (2017-03-01 00:43:46 UTC) #9
Taylor Brandstetter
lgtm with minor comments https://codereview.webrtc.org/2720663003/diff/1/webrtc/pc/srtpfilter.cc File webrtc/pc/srtpfilter.cc (right): https://codereview.webrtc.org/2720663003/diff/1/webrtc/pc/srtpfilter.cc#newcode210 webrtc/pc/srtpfilter.cc:210: return false; On 2017/03/01 00:43:46, ...
3 years, 9 months ago (2017-03-01 01:45:32 UTC) #11
joachim
Thanks, uploaded changes based on your feedback. Also changed the BUILD.gn to use the same ...
3 years, 9 months ago (2017-03-01 17:28:28 UTC) #12
Taylor Brandstetter
lgtm
3 years, 9 months ago (2017-03-01 22:28:18 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2720663003/40001
3 years, 9 months ago (2017-03-01 22:43:36 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: win_x64_rel on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_x64_rel/builds/23294)
3 years, 9 months ago (2017-03-01 22:52:44 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.webrtc.org/2720663003/60001
3 years, 9 months ago (2017-03-01 23:11:59 UTC) #20
commit-bot: I haz the power
3 years, 9 months ago (2017-03-01 23:34:40 UTC) #23
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/external/webrtc/+/d48f488bed37e8a5af47bd4be...

Powered by Google App Engine
This is Rietveld 408576698