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

Issue 668313002: Reject JWK key import when key_ops contains duplicate values. (Closed)

Created:
6 years, 2 months ago by eroman
Modified:
6 years, 1 month ago
Reviewers:
Ryan Sleevi
CC:
chromium-reviews, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Reject JWK key import when key_ops contains duplicate values. BUG=378074 Committed: https://crrev.com/ca92d1ea76a9dbfa969459a1f58894c38e586051 Cr-Commit-Position: refs/heads/master@{#301536}

Patch Set 1 : #

Total comments: 2

Patch Set 2 : remove heap-allocated std::set #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -12 lines) Patch
M content/child/webcrypto/status.h View 1 chunk +3 lines, -0 lines 0 comments Download
M content/child/webcrypto/status.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M content/child/webcrypto/test/aes_cbc_unittest.cc View 1 chunk +42 lines, -0 lines 0 comments Download
M content/child/webcrypto/webcrypto_util.h View 1 chunk +4 lines, -4 lines 0 comments Download
M content/child/webcrypto/webcrypto_util.cc View 1 3 chunks +24 lines, -8 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
eroman
6 years, 2 months ago (2014-10-22 21:57:44 UTC) #3
Ryan Sleevi
lgtm https://codereview.chromium.org/668313002/diff/20001/content/child/webcrypto/webcrypto_util.cc File content/child/webcrypto/webcrypto_util.cc (right): https://codereview.chromium.org/668313002/diff/20001/content/child/webcrypto/webcrypto_util.cc#newcode82 content/child/webcrypto/webcrypto_util.cc:82: scoped_ptr<std::set<std::string>> unrecognized_usages; This seems to be premature optimization. ...
6 years, 1 month ago (2014-10-27 22:19:36 UTC) #4
eroman
https://codereview.chromium.org/668313002/diff/20001/content/child/webcrypto/webcrypto_util.cc File content/child/webcrypto/webcrypto_util.cc (right): https://codereview.chromium.org/668313002/diff/20001/content/child/webcrypto/webcrypto_util.cc#newcode82 content/child/webcrypto/webcrypto_util.cc:82: scoped_ptr<std::set<std::string>> unrecognized_usages; On 2014/10/27 22:19:36, Ryan Sleevi wrote: > ...
6 years, 1 month ago (2014-10-27 23:29:04 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/668313002/40001
6 years, 1 month ago (2014-10-27 23:30:51 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:40001)
6 years, 1 month ago (2014-10-28 01:15:29 UTC) #8
commit-bot: I haz the power
6 years, 1 month ago (2014-10-28 01:16:10 UTC) #9
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/ca92d1ea76a9dbfa969459a1f58894c38e586051
Cr-Commit-Position: refs/heads/master@{#301536}

Powered by Google App Engine
This is Rietveld 408576698