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

Issue 1394223002: Provide RSA2048 as per RFC (Closed)

Created:
5 years, 2 months ago by torbjorng (webrtc)
Modified:
5 years, 2 months ago
CC:
webrtc-reviews_webrtc.org, yujie_mao (webrtc), Andrew MacDonald, tterriberry_mozilla.com, qiang.lu, niklas.enbom, peah-webrtc
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Provide RSA2048 as per RFC Original CL here: https://codereview.webrtc.org/1329493005 That CL is in patch set #1 of this CL. This CL resolves a method collision in Chrome. BUG=webrtc:4972 Committed: https://crrev.com/4e572470a3f181a043f9f9b98cc0153b7195b9f5 Cr-Commit-Position: refs/heads/master@{#10222}

Patch Set 1 #

Patch Set 2 : Move KeyParams implementation to .cc file from .h file. #

Total comments: 4

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+190 lines, -68 lines) Patch
M webrtc/base/opensslidentity.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/base/opensslidentity.cc View 6 chunks +24 lines, -19 lines 0 comments Download
M webrtc/base/ssladapter_unittest.cc View 3 chunks +8 lines, -8 lines 0 comments Download
M webrtc/base/sslidentity.h View 1 2 chunks +57 lines, -8 lines 0 comments Download
M webrtc/base/sslidentity.cc View 1 2 3 chunks +52 lines, -2 lines 0 comments Download
M webrtc/base/sslstreamadapter_unittest.cc View 8 chunks +47 lines, -29 lines 0 comments Download

Messages

Total messages: 21 (9 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1394223002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1394223002/20001
5 years, 2 months ago (2015-10-08 11:58:20 UTC) #2
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-10-08 12:44:32 UTC) #4
torbjorng (webrtc)
PTAL henrikg, hbos. This is the same as https://codereview.webrtc.org/1329493005 except that KeyParams' methods are now ...
5 years, 2 months ago (2015-10-08 13:32:48 UTC) #6
Henrik Grunell WebRTC
LGTM assuming nit is fixed. I just reviewed the move, not the code since it ...
5 years, 2 months ago (2015-10-08 13:45:32 UTC) #7
hbos
lgtm with one comment https://codereview.webrtc.org/1394223002/diff/20001/webrtc/base/sslidentity.h File webrtc/base/sslidentity.h (right): https://codereview.webrtc.org/1394223002/diff/20001/webrtc/base/sslidentity.h#newcode121 webrtc/base/sslidentity.h:121: static const int kRsaMaxModSize = ...
5 years, 2 months ago (2015-10-08 13:46:00 UTC) #8
torbjorng (webrtc)
Thanks for feedback! https://codereview.webrtc.org/1394223002/diff/20001/webrtc/base/sslidentity.cc File webrtc/base/sslidentity.cc (right): https://codereview.webrtc.org/1394223002/diff/20001/webrtc/base/sslidentity.cc#newcode50 webrtc/base/sslidentity.cc:50: KeyParams KeyParams::RSA(int mod_size, int pub_exp) { ...
5 years, 2 months ago (2015-10-08 14:01:46 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1394223002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1394223002/20001
5 years, 2 months ago (2015-10-08 14:02:12 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/1155)
5 years, 2 months ago (2015-10-08 14:03:47 UTC) #13
torbjorng (webrtc)
PTAL perkj. This is https://codereview.webrtc.org/1329493005 redone, with things moved from a .cc to a .h ...
5 years, 2 months ago (2015-10-08 14:08:55 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1394223002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1394223002/60001
5 years, 2 months ago (2015-10-08 14:20:23 UTC) #18
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 2 months ago (2015-10-08 16:42:57 UTC) #20
commit-bot: I haz the power
5 years, 2 months ago (2015-10-08 16:43:12 UTC) #21
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/4e572470a3f181a043f9f9b98cc0153b7195b9f5
Cr-Commit-Position: refs/heads/master@{#10222}

Powered by Google App Engine
This is Rietveld 408576698