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

Issue 2021663002: Remove PeerConnectionFactory's certificate generator and ref counted wrapper. (Closed)

Created:
4 years, 6 months ago by hbos
Modified:
4 years, 6 months ago
Reviewers:
tommi
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Remove PeerConnectionFactory's certificate generator and ref counted wrapper. Clean-up. The idea behind the factory having a certificate generator was that it would reuse it with any peer connection it creates unless otherwise specified. This generator was originally a DtlsIdentityStoreImpl store which preemptively generated RSA-1024 in the background, giving any peer connection using RSA-1024 a head-start (generate before requesting). But now that 1) the store has been replaced by a generator that does not do preemptive generation and 2) the default is ECDSA, not RSA-1024, it is unnecessary for the factory to have this code. BUG=webrtc:5707, webrtc:5708 R=tommi@webrtc.org Committed: https://crrev.com/cebf0a2728b3a5647258604d9f967ed62315df89 Cr-Commit-Position: refs/heads/master@{#12993}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -42 lines) Patch
M webrtc/api/peerconnectionfactory.h View 2 chunks +0 lines, -5 lines 0 comments Download
M webrtc/api/peerconnectionfactory.cc View 4 chunks +3 lines, -37 lines 2 comments Download

Messages

Total messages: 11 (7 generated)
hbos
Please take a look tommi. https://codereview.webrtc.org/2021663002/diff/20001/webrtc/api/peerconnectionfactory.cc File webrtc/api/peerconnectionfactory.cc (right): https://codereview.webrtc.org/2021663002/diff/20001/webrtc/api/peerconnectionfactory.cc#newcode251 webrtc/api/peerconnectionfactory.cc:251: new rtc::RTCCertificateGenerator(signaling_thread_, network_thread_)); Using ...
4 years, 6 months ago (2016-06-01 10:08:56 UTC) #6
tommi
lgtm https://codereview.webrtc.org/2021663002/diff/20001/webrtc/api/peerconnectionfactory.cc File webrtc/api/peerconnectionfactory.cc (right): https://codereview.webrtc.org/2021663002/diff/20001/webrtc/api/peerconnectionfactory.cc#newcode251 webrtc/api/peerconnectionfactory.cc:251: new rtc::RTCCertificateGenerator(signaling_thread_, network_thread_)); On 2016/06/01 10:08:56, hbos wrote: ...
4 years, 6 months ago (2016-06-01 12:44:59 UTC) #7
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/cebf0a2728b3a5647258604d9f967ed62315df89 Cr-Commit-Position: refs/heads/master@{#12993}
4 years, 6 months ago (2016-06-01 13:45:46 UTC) #10
hbos
4 years, 6 months ago (2016-06-01 13:45:47 UTC) #11
Message was sent while issue was closed.
Committed patchset #1 (id:20001) manually as
cebf0a2728b3a5647258604d9f967ed62315df89 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698