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

Issue 16196007: Enable SCTP in libjingle. (Closed)

Created:
7 years, 6 months ago by Mallinath (Gone from Chromium)
Modified:
7 years, 6 months ago
Reviewers:
Daniel Berlin, Ryan Sleevi, juberti, Sergey Ulanov, juberti2, open-source-third-party-reviews, wjia(left Chromium), security
CC:
ldixon, chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, cbentzel+watch_chromium.org, jam, feature-media-reviews_chromium.org, parisa
Base URL:
https://src.chromium.org/svn/trunk/src/
Visibility:
Public.

Description

Enable SCTP target in libjingle.gyp. SCTP was already existed in Chrome third_party for a while but never used. Libjingle is trying use it for DataChannels. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=205864

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Total comments: 8

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 3

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Total comments: 16

Patch Set 10 : #

Patch Set 11 : #

Patch Set 12 : #

Total comments: 2

Patch Set 13 : #

Patch Set 14 : #

Patch Set 15 : #

Patch Set 16 : #

Patch Set 17 : #

Patch Set 18 : #

Patch Set 19 : #

Patch Set 20 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2185 lines, -28 lines) Patch
M third_party/libjingle/libjingle.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +12 lines, -1 line 0 comments Download
A third_party/usrsctp/OWNERS View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/usrsctp/README.chromium View 1 2 3 4 5 6 7 8 9 1 chunk +14 lines, -2 lines 0 comments Download
A third_party/usrsctp/localchanges.patch View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +289 lines, -0 lines 0 comments Download
A third_party/usrsctp/overrides/usrsctplib/netinet/sctp_auth.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +223 lines, -0 lines 0 comments Download
A third_party/usrsctp/overrides/usrsctplib/netinet/sctp_nss_sha1.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/usrsctp/overrides/usrsctplib/netinet/sctp_nss_sha1.c View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +61 lines, -0 lines 0 comments Download
A third_party/usrsctp/overrides/usrsctplib/netinet/sctp_openssl_sha1.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +48 lines, -0 lines 0 comments Download
A third_party/usrsctp/overrides/usrsctplib/netinet/sctp_os.h View 1 2 3 4 5 6 1 chunk +95 lines, -0 lines 0 comments Download
A third_party/usrsctp/overrides/usrsctplib/netinet/sctp_os_userspace.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1164 lines, -0 lines 0 comments Download
A third_party/usrsctp/overrides/usrsctplib/netinet/sctp_sha1.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +103 lines, -0 lines 0 comments Download
M third_party/usrsctp/usrsctp.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +110 lines, -25 lines 0 comments Download

Messages

Total messages: 37 (0 generated)
Mallinath (Gone from Chromium)
7 years, 6 months ago (2013-05-31 19:04:15 UTC) #1
Sergey Ulanov
lgtm. Please mention usrsctp updates in the CL description. https://codereview.chromium.org/16196007/diff/1/third_party/libjingle/libjingle.gyp File third_party/libjingle/libjingle.gyp (right): https://codereview.chromium.org/16196007/diff/1/third_party/libjingle/libjingle.gyp#newcode774 third_party/libjingle/libjingle.gyp:774: ...
7 years, 6 months ago (2013-05-31 19:45:29 UTC) #2
wjia(left Chromium)
lgtm on content/renderer/media/.
7 years, 6 months ago (2013-05-31 21:16:52 UTC) #3
Mallinath (Gone from Chromium)
Hi, Please review the CL, which is trying add SCTP to third_party library. Thanks, Mallinath ...
7 years, 6 months ago (2013-05-31 21:17:30 UTC) #4
Daniel Berlin
It looks like sctp is already in third_party, and this is only adding/changing some of ...
7 years, 6 months ago (2013-05-31 21:52:43 UTC) #5
Mallinath (Gone from Chromium)
On 2013/05/31 21:52:43, Daniel Berlin wrote: > It looks like sctp is already in third_party, ...
7 years, 6 months ago (2013-05-31 21:55:22 UTC) #6
Mallinath (Gone from Chromium)
On 2013/05/31 21:52:43, Daniel Berlin wrote: > It looks like sctp is already in third_party, ...
7 years, 6 months ago (2013-05-31 22:16:43 UTC) #7
Daniel Berlin
Still okay by me then :) On Fri, May 31, 2013 at 3:16 PM, <mallinath@chromium.org> ...
7 years, 6 months ago (2013-06-01 00:06:12 UTC) #8
Mallinath (Gone from Chromium)
On 2013/06/01 00:06:12, Daniel Berlin wrote: > Still okay by me then :) > > ...
7 years, 6 months ago (2013-06-03 14:50:18 UTC) #9
Mallinath (Gone from Chromium)
7 years, 6 months ago (2013-06-03 22:09:30 UTC) #10
parisa
On 2013/06/03 22:09:30, mallinath2 wrote: Thanks for adding an OWNERS file :) I think we ...
7 years, 6 months ago (2013-06-03 22:25:10 UTC) #11
juberti
The SHA situation is suboptimal here, but the effect is extremely minor. SHA is only ...
7 years, 6 months ago (2013-06-03 22:28:14 UTC) #12
Ryan Sleevi
https://codereview.chromium.org/16196007/diff/29001/third_party/usrsctp/overrides/usrsctplib/netinet/sctp_sha1.c File third_party/usrsctp/overrides/usrsctplib/netinet/sctp_sha1.c (right): https://codereview.chromium.org/16196007/diff/29001/third_party/usrsctp/overrides/usrsctplib/netinet/sctp_sha1.c#newcode52 third_party/usrsctp/overrides/usrsctplib/netinet/sctp_sha1.c:52: SCTP_SHA1_Init(struct sha1_context *ctx) ctx = PK11_CreateDigestContext(SEC_OID_SHA1); PK11_DigestBegin(ctx); https://codereview.chromium.org/16196007/diff/29001/third_party/usrsctp/overrides/usrsctplib/netinet/sctp_sha1.c#newcode138 third_party/usrsctp/overrides/usrsctplib/netinet/sctp_sha1.c:138: ...
7 years, 6 months ago (2013-06-05 00:00:30 UTC) #13
Mallinath (Gone from Chromium)
Removed libjingle roll from this issue as that handled separately. https://codereview.chromium.org/16196007/diff/29001/third_party/usrsctp/overrides/usrsctplib/netinet/sctp_sha1.c File third_party/usrsctp/overrides/usrsctplib/netinet/sctp_sha1.c (right): https://codereview.chromium.org/16196007/diff/29001/third_party/usrsctp/overrides/usrsctplib/netinet/sctp_sha1.c#newcode52 ...
7 years, 6 months ago (2013-06-06 14:55:50 UTC) #14
juberti
https://codereview.chromium.org/16196007/diff/120001/third_party/usrsctp/overrides/usrsctplib/netinet/sctp_sha1.h File third_party/usrsctp/overrides/usrsctplib/netinet/sctp_sha1.h (right): https://codereview.chromium.org/16196007/diff/120001/third_party/usrsctp/overrides/usrsctplib/netinet/sctp_sha1.h#newcode46 third_party/usrsctp/overrides/usrsctplib/netinet/sctp_sha1.h:46: struct PK11Context *pk11_ctx; Ryan, will this work on Android? ...
7 years, 6 months ago (2013-06-06 15:14:39 UTC) #15
Ryan Sleevi
NSS isn't used on Android, so you'll still have to have the OpenSSL path. https://codereview.chromium.org/16196007/diff/120001/third_party/usrsctp/overrides/usrsctplib/netinet/sctp_sha1.h ...
7 years, 6 months ago (2013-06-06 21:05:19 UTC) #16
Mallinath (Gone from Chromium)
https://codereview.chromium.org/16196007/diff/120001/third_party/usrsctp/overrides/usrsctplib/netinet/sctp_sha1.h File third_party/usrsctp/overrides/usrsctplib/netinet/sctp_sha1.h (right): https://codereview.chromium.org/16196007/diff/120001/third_party/usrsctp/overrides/usrsctplib/netinet/sctp_sha1.h#newcode46 third_party/usrsctp/overrides/usrsctplib/netinet/sctp_sha1.h:46: struct PK11Context *pk11_ctx; Didn't we go this route because ...
7 years, 6 months ago (2013-06-06 21:27:08 UTC) #17
Ryan Sleevi
On 2013/06/06 21:27:08, mallinath2 wrote: > https://codereview.chromium.org/16196007/diff/120001/third_party/usrsctp/overrides/usrsctplib/netinet/sctp_sha1.h > File third_party/usrsctp/overrides/usrsctplib/netinet/sctp_sha1.h (right): > > https://codereview.chromium.org/16196007/diff/120001/third_party/usrsctp/overrides/usrsctplib/netinet/sctp_sha1.h#newcode46 > ...
7 years, 6 months ago (2013-06-06 21:29:47 UTC) #18
juberti
On 2013/06/06 21:29:47, Ryan Sleevi wrote: > On 2013/06/06 21:27:08, mallinath2 wrote: > > > ...
7 years, 6 months ago (2013-06-06 23:25:21 UTC) #19
Ryan Sleevi
On 2013/06/06 23:25:21, juberti wrote: > On 2013/06/06 21:29:47, Ryan Sleevi wrote: > > On ...
7 years, 6 months ago (2013-06-06 23:34:46 UTC) #20
juberti
Agree on the end goal. Mallinath, alternately, we could have SCTP_USE_NSS_SHA1/SCTP_USE_OPENSSL_SHA1 #defines, and each of ...
7 years, 6 months ago (2013-06-06 23:42:12 UTC) #21
Mallinath (Gone from Chromium)
Went with #defines approach. Ready for review. On 2013/06/06 23:42:12, juberti wrote: > Agree on ...
7 years, 6 months ago (2013-06-07 14:45:10 UTC) #22
Mallinath (Gone from Chromium)
On 2013/06/07 14:45:10, mallinath2 wrote: > Went with #defines approach. Ready for review. > > ...
7 years, 6 months ago (2013-06-10 18:44:40 UTC) #23
Ryan Sleevi
https://codereview.chromium.org/16196007/diff/148001/third_party/usrsctp/OWNERS File third_party/usrsctp/OWNERS (right): https://codereview.chromium.org/16196007/diff/148001/third_party/usrsctp/OWNERS#newcode1 third_party/usrsctp/OWNERS:1: ldixon@google.com Per http://www.chromium.org/developers/owners-files "be a Chromium project member with ...
7 years, 6 months ago (2013-06-10 18:53:46 UTC) #24
Ryan Sleevi
LGTM otherwise, mod the nits previously expressed.
7 years, 6 months ago (2013-06-10 18:55:24 UTC) #25
juberti
https://codereview.chromium.org/16196007/diff/148001/third_party/usrsctp/overrides/usrsctplib/netinet/sctp_sha1.c File third_party/usrsctp/overrides/usrsctplib/netinet/sctp_sha1.c (right): https://codereview.chromium.org/16196007/diff/148001/third_party/usrsctp/overrides/usrsctplib/netinet/sctp_sha1.c#newcode2 third_party/usrsctp/overrides/usrsctplib/netinet/sctp_sha1.c:2: * Copyright (c) 2001-2007, by Cisco Systems, Inc. All ...
7 years, 6 months ago (2013-06-10 18:56:59 UTC) #26
Mallinath (Gone from Chromium)
https://codereview.chromium.org/16196007/diff/148001/third_party/usrsctp/OWNERS File third_party/usrsctp/OWNERS (right): https://codereview.chromium.org/16196007/diff/148001/third_party/usrsctp/OWNERS#newcode1 third_party/usrsctp/OWNERS:1: ldixon@google.com On 2013/06/10 18:53:47, Ryan Sleevi wrote: > Per ...
7 years, 6 months ago (2013-06-10 23:30:51 UTC) #27
juberti
https://codereview.chromium.org/16196007/diff/194001/third_party/usrsctp/overrides/usrsctplib/netinet/sctp_nss_sha1.h File third_party/usrsctp/overrides/usrsctplib/netinet/sctp_nss_sha1.h (right): https://codereview.chromium.org/16196007/diff/194001/third_party/usrsctp/overrides/usrsctplib/netinet/sctp_nss_sha1.h#newcode2 third_party/usrsctp/overrides/usrsctplib/netinet/sctp_nss_sha1.h:2: * Copyright (c) 2001-2007, by Cisco Systems, Inc. All ...
7 years, 6 months ago (2013-06-10 23:57:13 UTC) #28
Mallinath (Gone from Chromium)
https://codereview.chromium.org/16196007/diff/194001/third_party/usrsctp/overrides/usrsctplib/netinet/sctp_nss_sha1.h File third_party/usrsctp/overrides/usrsctplib/netinet/sctp_nss_sha1.h (right): https://codereview.chromium.org/16196007/diff/194001/third_party/usrsctp/overrides/usrsctplib/netinet/sctp_nss_sha1.h#newcode2 third_party/usrsctp/overrides/usrsctplib/netinet/sctp_nss_sha1.h:2: * Copyright (c) 2001-2007, by Cisco Systems, Inc. All ...
7 years, 6 months ago (2013-06-11 00:11:25 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mallinath@chromium.org/16196007/269001
7 years, 6 months ago (2013-06-12 06:38:44 UTC) #30
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 6 months ago (2013-06-12 06:54:02 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mallinath@chromium.org/16196007/269001
7 years, 6 months ago (2013-06-12 07:01:21 UTC) #32
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 6 months ago (2013-06-12 07:06:00 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mallinath@chromium.org/16196007/269001
7 years, 6 months ago (2013-06-12 13:22:35 UTC) #34
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 6 months ago (2013-06-12 14:02:21 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mallinath@chromium.org/16196007/63010
7 years, 6 months ago (2013-06-12 14:45:51 UTC) #36
commit-bot: I haz the power
7 years, 6 months ago (2013-06-12 17:57:42 UTC) #37
Message was sent while issue was closed.
Change committed as 205864

Powered by Google App Engine
This is Rietveld 408576698