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

Issue 1312293003: Add option to enable ECDSA key for Java API. (Closed)

Created:
5 years, 4 months ago by AlexG
Modified:
5 years, 3 months ago
Reviewers:
hbos, jiayl2
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

Add option to enable ECDSA key for Java API. Committed: https://crrev.com/97579a4e122ad42592b5d7da9475e128da63a948 Cr-Commit-Position: refs/heads/master@{#9835}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Address comment #

Total comments: 2

Patch Set 3 : Add identity string id #

Total comments: 4

Patch Set 4 : Address comments. #

Patch Set 5 : Remove extra line #

Total comments: 2

Patch Set 6 : Move kIdentityName to a header file. #

Patch Set 7 : Fix typo #

Patch Set 8 : Add TODO item #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -3 lines) Patch
M talk/app/webrtc/dtlsidentitystore.h View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M talk/app/webrtc/dtlsidentitystore.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/java/jni/classreferenceholder.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M talk/app/webrtc/java/jni/peerconnection_jni.cc View 1 2 3 4 5 6 7 5 chunks +35 lines, -2 lines 0 comments Download
M talk/app/webrtc/java/src/org/webrtc/PeerConnection.java View 1 2 3 4 5 6 7 3 chunks +8 lines, -0 lines 0 comments Download
M webrtc/base/sslidentity.h View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 27 (7 generated)
AlexG
PTAL
5 years, 4 months ago (2015-08-25 22:09:28 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1312293003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1312293003/1
5 years, 4 months ago (2015-08-25 22:36:28 UTC) #4
jiayl2
https://codereview.webrtc.org/1312293003/diff/1/talk/app/webrtc/java/jni/peerconnection_jni.cc File talk/app/webrtc/java/jni/peerconnection_jni.cc (right): https://codereview.webrtc.org/1312293003/diff/1/talk/app/webrtc/java/jni/peerconnection_jni.cc#newcode150 talk/app/webrtc/java/jni/peerconnection_jni.cc:150: g_rtc_certificate = rtc::RTCCertificate::Create(ssl_identity.Pass()); If the app runs for days ...
5 years, 4 months ago (2015-08-25 23:06:02 UTC) #5
AlexG
https://codereview.webrtc.org/1312293003/diff/1/talk/app/webrtc/java/jni/peerconnection_jni.cc File talk/app/webrtc/java/jni/peerconnection_jni.cc (right): https://codereview.webrtc.org/1312293003/diff/1/talk/app/webrtc/java/jni/peerconnection_jni.cc#newcode150 talk/app/webrtc/java/jni/peerconnection_jni.cc:150: g_rtc_certificate = rtc::RTCCertificate::Create(ssl_identity.Pass()); On 2015/08/25 23:06:02, jiayl2 wrote: > ...
5 years, 4 months ago (2015-08-25 23:15:26 UTC) #6
jiayl2
On 2015/08/25 23:15:26, AlexG wrote: > https://codereview.webrtc.org/1312293003/diff/1/talk/app/webrtc/java/jni/peerconnection_jni.cc > File talk/app/webrtc/java/jni/peerconnection_jni.cc (right): > > https://codereview.webrtc.org/1312293003/diff/1/talk/app/webrtc/java/jni/peerconnection_jni.cc#newcode150 > ...
5 years, 4 months ago (2015-08-25 23:16:35 UTC) #7
AlexG
PTAL https://codereview.webrtc.org/1312293003/diff/1/talk/app/webrtc/java/jni/peerconnection_jni.cc File talk/app/webrtc/java/jni/peerconnection_jni.cc (right): https://codereview.webrtc.org/1312293003/diff/1/talk/app/webrtc/java/jni/peerconnection_jni.cc#newcode150 talk/app/webrtc/java/jni/peerconnection_jni.cc:150: g_rtc_certificate = rtc::RTCCertificate::Create(ssl_identity.Pass()); On 2015/08/25 23:15:26, AlexG wrote: ...
5 years, 4 months ago (2015-08-25 23:56:02 UTC) #8
jiayl2
https://codereview.webrtc.org/1312293003/diff/20001/talk/app/webrtc/java/jni/peerconnection_jni.cc File talk/app/webrtc/java/jni/peerconnection_jni.cc (right): https://codereview.webrtc.org/1312293003/diff/20001/talk/app/webrtc/java/jni/peerconnection_jni.cc#newcode1346 talk/app/webrtc/java/jni/peerconnection_jni.cc:1346: rtc::SSLIdentity::Generate(std::string(), rtc::KT_ECDSA)); Reuse string https://code.google.com/p/chromium/codesearch#chromium/src/third_party/libjingle/source/talk/app/webrtc/dtlsidentitystore.cc&rcl=1440530828&l=39?
5 years, 4 months ago (2015-08-26 00:12:23 UTC) #9
AlexG
PTAL https://codereview.webrtc.org/1312293003/diff/20001/talk/app/webrtc/java/jni/peerconnection_jni.cc File talk/app/webrtc/java/jni/peerconnection_jni.cc (right): https://codereview.webrtc.org/1312293003/diff/20001/talk/app/webrtc/java/jni/peerconnection_jni.cc#newcode1346 talk/app/webrtc/java/jni/peerconnection_jni.cc:1346: rtc::SSLIdentity::Generate(std::string(), rtc::KT_ECDSA)); On 2015/08/26 00:12:23, jiayl2 wrote: > ...
5 years, 4 months ago (2015-08-26 00:37:04 UTC) #10
hbos
https://codereview.webrtc.org/1312293003/diff/40001/talk/app/webrtc/java/jni/peerconnection_jni.cc File talk/app/webrtc/java/jni/peerconnection_jni.cc (right): https://codereview.webrtc.org/1312293003/diff/40001/talk/app/webrtc/java/jni/peerconnection_jni.cc#newcode1348 talk/app/webrtc/java/jni/peerconnection_jni.cc:1348: // Create ECDSA certificate. This should probably not be ...
5 years, 3 months ago (2015-08-26 09:50:04 UTC) #11
AlexG
PTAL https://codereview.webrtc.org/1312293003/diff/40001/talk/app/webrtc/java/jni/peerconnection_jni.cc File talk/app/webrtc/java/jni/peerconnection_jni.cc (right): https://codereview.webrtc.org/1312293003/diff/40001/talk/app/webrtc/java/jni/peerconnection_jni.cc#newcode1348 talk/app/webrtc/java/jni/peerconnection_jni.cc:1348: // Create ECDSA certificate. On 2015/08/26 09:50:04, hbos ...
5 years, 3 months ago (2015-08-31 19:07:23 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1312293003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1312293003/80001
5 years, 3 months ago (2015-08-31 19:31:17 UTC) #14
jiayl2
https://codereview.webrtc.org/1312293003/diff/80001/talk/app/webrtc/java/jni/peerconnection_jni.cc File talk/app/webrtc/java/jni/peerconnection_jni.cc (right): https://codereview.webrtc.org/1312293003/diff/80001/talk/app/webrtc/java/jni/peerconnection_jni.cc#newcode130 talk/app/webrtc/java/jni/peerconnection_jni.cc:130: static const char kIdentityName[] = "WebRTC"; a minor issue, ...
5 years, 3 months ago (2015-08-31 19:47:42 UTC) #15
AlexG
https://codereview.webrtc.org/1312293003/diff/80001/talk/app/webrtc/java/jni/peerconnection_jni.cc File talk/app/webrtc/java/jni/peerconnection_jni.cc (right): https://codereview.webrtc.org/1312293003/diff/80001/talk/app/webrtc/java/jni/peerconnection_jni.cc#newcode130 talk/app/webrtc/java/jni/peerconnection_jni.cc:130: static const char kIdentityName[] = "WebRTC"; On 2015/08/31 19:47:42, ...
5 years, 3 months ago (2015-08-31 20:14:13 UTC) #16
jiayl2
lgtm
5 years, 3 months ago (2015-08-31 20:39:06 UTC) #17
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1312293003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1312293003/120001
5 years, 3 months ago (2015-08-31 21:32:12 UTC) #19
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android on tryserver.webrtc (JOB_TIMED_OUT, no build URL) ...
5 years, 3 months ago (2015-08-31 23:32:40 UTC) #21
hbos
lgtm. Please add a "TODO(hbos,torbjorng):" above "enum KeyType..." in sslidentity.h:110 saying something like "Don't change ...
5 years, 3 months ago (2015-09-01 08:59:24 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1312293003/130001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1312293003/130001
5 years, 3 months ago (2015-09-01 17:27:03 UTC) #25
commit-bot: I haz the power
Committed patchset #8 (id:130001)
5 years, 3 months ago (2015-09-01 18:31:32 UTC) #26
commit-bot: I haz the power
5 years, 3 months ago (2015-09-01 18:31:40 UTC) #27
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/97579a4e122ad42592b5d7da9475e128da63a948
Cr-Commit-Position: refs/heads/master@{#9835}

Powered by Google App Engine
This is Rietveld 408576698