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

Issue 1749193002: DtlsIdentityStoreInterface::RequestIdentity gets optional expires param. (Closed)

Created:
4 years, 9 months ago by hbos
Modified:
4 years, 9 months ago
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

DtlsIdentityStoreInterface::RequestIdentity gets optional expires param. This is a preparation CL. The expires param will be used in a follow-up CL. Initially it will only be used by the chromium implementation. Then we will either update the webrtc implementation (DtlsIdentityStoreImpl) to use it or we will remove that store completely as part of clean-up work. There are currently two versions of RequestIdentity, one that takes KeyType and one that takes KeyParams. The KeyType version is removed in favor of the new KeyParams + expires version. The KeyParams version without expires is kept as to not break chromium which currently implements that. This is the version that can be removed in a follow-up CL. BUG=webrtc:5092, chromium:544902 Committed: https://crrev.com/25359e0cc28f964354a5bac4ad63eb5b22576aa8 Cr-Commit-Position: refs/heads/master@{#11846}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -28 lines) Patch
M webrtc/api/dtlsidentitystore.h View 1 3 chunks +15 lines, -12 lines 0 comments Download
M webrtc/api/dtlsidentitystore.cc View 1 chunk +6 lines, -3 lines 0 comments Download
M webrtc/api/dtlsidentitystore_unittest.cc View 5 chunks +18 lines, -6 lines 0 comments Download
M webrtc/api/peerconnectionfactory.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M webrtc/api/test/fakedtlsidentitystore.h View 1 chunk +6 lines, -2 lines 0 comments Download
M webrtc/api/webrtcsessiondescriptionfactory.cc View 1 chunk +5 lines, -3 lines 0 comments Download

Messages

Total messages: 18 (10 generated)
hbos
Please take a look torbjorng. Cleanup of RequestIdentity might seem silly to do when we ...
4 years, 9 months ago (2016-03-01 16:44:43 UTC) #2
hbos
And please take a look perkj. Remember the two versions of RequestIdentity that gave you ...
4 years, 9 months ago (2016-03-01 16:48:58 UTC) #4
torbjorng (webrtc)
lgtm You might want to start the description with that much of this are intermediate ...
4 years, 9 months ago (2016-03-02 13:15:55 UTC) #8
perkj_webrtc
lgtm
4 years, 9 months ago (2016-03-02 13:27:40 UTC) #9
hbos
https://codereview.webrtc.org/1749193002/diff/1/webrtc/api/dtlsidentitystore.h File webrtc/api/dtlsidentitystore.h (right): https://codereview.webrtc.org/1749193002/diff/1/webrtc/api/dtlsidentitystore.h#newcode63 webrtc/api/dtlsidentitystore.h:63: // above version exists because it is currently implemented ...
4 years, 9 months ago (2016-03-02 14:22:18 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1749193002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1749193002/40001
4 years, 9 months ago (2016-03-02 14:22:27 UTC) #14
commit-bot: I haz the power
Committed patchset #2 (id:40001)
4 years, 9 months ago (2016-03-02 15:55:57 UTC) #16
commit-bot: I haz the power
4 years, 9 months ago (2016-03-02 15:56:04 UTC) #18
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/25359e0cc28f964354a5bac4ad63eb5b22576aa8
Cr-Commit-Position: refs/heads/master@{#11846}

Powered by Google App Engine
This is Rietveld 408576698