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

Issue 1740993002: RTCPeerConnection.generateCertificate: Optionally specify expiration. (Closed)

Created:
4 years, 10 months ago by hbos_chromium
Modified:
4 years, 8 months ago
CC:
blink-reviews, blink-reviews-api_chromium.org, chromium-reviews, darin-cc_chromium.org, dglazkov+blink, feature-media-reviews_chromium.org, jam, mcasas+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, posciak+watch_chromium.org, tommyw+watchlist_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

RTCPeerConnection.generateCertificate: Optionally specify expiration. |keygenAlgorithm| of RTCPeerConnection.generateCertificate( AlgorithmIdentifier keygenAlgorithm) gets the optional attribute DOMTimeStamp which, if present, is used to specify when the generated certificate will expires (expressed in number of milliseconds relative to now). BUG=chromium:569005 Committed: https://crrev.com/751894c78f4aab168ed17a5704fd6ce306e3781f Cr-Commit-Position: refs/heads/master@{#388183}

Patch Set 1 #

Total comments: 13

Patch Set 2 : Rebase with master (DtlsIdentityStoreInterface of webrtc updated) #

Patch Set 3 : Updated RequestIdentity signature #

Patch Set 4 : ...and generateCertificateExpires signature #

Total comments: 14

Patch Set 5 : Rebase with master after some time #

Patch Set 6 : Addressed comments #

Total comments: 1

Messages

Total messages: 26 (9 generated)
hbos_chromium
Please take a look, tommi and jochen. https://codereview.chromium.org/1740993002/diff/60001/content/renderer/media/peer_connection_identity_store.cc File content/renderer/media/peer_connection_identity_store.cc (right): https://codereview.chromium.org/1740993002/diff/60001/content/renderer/media/peer_connection_identity_store.cc#newcode152 content/renderer/media/peer_connection_identity_store.cc:152: // ensures ...
4 years, 9 months ago (2016-03-04 09:26:31 UTC) #5
tommi (sloooow) - chröme
https://codereview.chromium.org/1740993002/diff/60001/content/renderer/media/peer_connection_identity_store.cc File content/renderer/media/peer_connection_identity_store.cc (right): https://codereview.chromium.org/1740993002/diff/60001/content/renderer/media/peer_connection_identity_store.cc#newcode120 content/renderer/media/peer_connection_identity_store.cc:120: rtc::Optional<uint64_t> expires_ms, Is there a reason why the arguments ...
4 years, 9 months ago (2016-03-04 09:55:40 UTC) #6
hbos_chromium
https://codereview.chromium.org/1740993002/diff/60001/content/renderer/media/peer_connection_identity_store.cc File content/renderer/media/peer_connection_identity_store.cc (right): https://codereview.chromium.org/1740993002/diff/60001/content/renderer/media/peer_connection_identity_store.cc#newcode120 content/renderer/media/peer_connection_identity_store.cc:120: rtc::Optional<uint64_t> expires_ms, On 2016/03/04 09:55:40, tommi-chromium wrote: > Is ...
4 years, 9 months ago (2016-03-04 12:24:11 UTC) #7
hbos_chromium
PTAL tommi, jochen. Using the latest RequestIdentity signature from webrtc. https://codereview.chromium.org/1740993002/diff/60001/content/renderer/media/peer_connection_identity_store.h File content/renderer/media/peer_connection_identity_store.h (right): https://codereview.chromium.org/1740993002/diff/60001/content/renderer/media/peer_connection_identity_store.h#newcode30 ...
4 years, 9 months ago (2016-03-08 15:02:10 UTC) #8
jochen (gone - plz use gerrit)
certificate stuff? -> rsleevi
4 years, 9 months ago (2016-03-08 16:02:20 UTC) #10
Ryan Sleevi
Nothing really does certificate stuff here, so jochen@ as OWNERS review can decide whether or ...
4 years, 9 months ago (2016-03-08 17:06:11 UTC) #11
hbos_chromium
Heya! Late response since I've been on vacation. We will update webrtc stuff before returning ...
4 years, 8 months ago (2016-03-30 13:28:32 UTC) #12
hbos_chromium
PTAL tommi, jochen. https://codereview.chromium.org/1740993002/diff/120001/content/renderer/media/peer_connection_identity_store.cc File content/renderer/media/peer_connection_identity_store.cc (right): https://codereview.chromium.org/1740993002/diff/120001/content/renderer/media/peer_connection_identity_store.cc#newcode156 content/renderer/media/peer_connection_identity_store.cc:156: kIdentityName, key_params, static_cast<time_t>(expires_s))); On 2016/03/08 17:06:10, ...
4 years, 8 months ago (2016-04-13 17:03:09 UTC) #14
hbos_chromium
https://codereview.chromium.org/1740993002/diff/120001/content/renderer/media/peer_connection_identity_store.cc File content/renderer/media/peer_connection_identity_store.cc (right): https://codereview.chromium.org/1740993002/diff/120001/content/renderer/media/peer_connection_identity_store.cc#newcode156 content/renderer/media/peer_connection_identity_store.cc:156: kIdentityName, key_params, static_cast<time_t>(expires_s))); On 2016/04/13 17:03:08, hbos_chromium wrote: > ...
4 years, 8 months ago (2016-04-13 17:09:39 UTC) #15
hbos_chromium
https://codereview.chromium.org/1740993002/diff/120001/content/renderer/media/peer_connection_identity_store.cc File content/renderer/media/peer_connection_identity_store.cc (right): https://codereview.chromium.org/1740993002/diff/120001/content/renderer/media/peer_connection_identity_store.cc#newcode156 content/renderer/media/peer_connection_identity_store.cc:156: kIdentityName, key_params, static_cast<time_t>(expires_s))); On 2016/04/13 17:09:39, hbos_chromium wrote: > ...
4 years, 8 months ago (2016-04-18 10:04:27 UTC) #16
hbos_chromium
Please take a look tommi and jochen. https://codereview.chromium.org/1740993002/diff/120001/content/renderer/media/peer_connection_identity_store.cc File content/renderer/media/peer_connection_identity_store.cc (right): https://codereview.chromium.org/1740993002/diff/120001/content/renderer/media/peer_connection_identity_store.cc#newcode156 content/renderer/media/peer_connection_identity_store.cc:156: kIdentityName, key_params, ...
4 years, 8 months ago (2016-04-18 13:23:59 UTC) #17
tommi (sloooow) - chröme
nice. lgtm
4 years, 8 months ago (2016-04-18 19:00:41 UTC) #18
hbos_chromium
PTAL jochen
4 years, 8 months ago (2016-04-19 07:29:26 UTC) #19
jochen (gone - plz use gerrit)
lgtm
4 years, 8 months ago (2016-04-19 10:03:30 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1740993002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1740993002/180001
4 years, 8 months ago (2016-04-19 10:46:54 UTC) #23
commit-bot: I haz the power
Committed patchset #6 (id:180001)
4 years, 8 months ago (2016-04-19 11:51:52 UTC) #24
commit-bot: I haz the power
4 years, 8 months ago (2016-04-19 11:53:10 UTC) #26
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/751894c78f4aab168ed17a5704fd6ce306e3781f
Cr-Commit-Position: refs/heads/master@{#388183}

Powered by Google App Engine
This is Rietveld 408576698