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

Issue 323093003: Add the Sign-At-Most-Once restriction the enterprise.platformKeys API. (Closed)

Created:
6 years, 6 months ago by pneubeck (no reviews)
Modified:
6 years, 6 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, nkostylev+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Add the Sign-At-Most-Once restriction the enterprise.platformKeys API. This change ensures that the extension that generated a key with enterprise.platformKeys can use that key at most once for signing data. Any attempt to sign data afterwards with the same key will fail. BUG=382983 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=277784

Patch Set 1 : #

Total comments: 17

Patch Set 2 : Addressed comments. #

Total comments: 8

Patch Set 3 : Rebased #

Patch Set 4 : Rebased. #

Messages

Total messages: 16 (0 generated)
pneubeck (no reviews)
@Benjamin, not sure whether you're the right to check the StateStore usage? @Eric, ptal. https://codereview.chromium.org/323093003/diff/80001/chrome/browser/chromeos/platform_keys/platform_keys.h ...
6 years, 6 months ago (2014-06-10 17:50:11 UTC) #1
not at google - send to devlin
at a casual glance the state store usage looks fine, is there anything else you ...
6 years, 6 months ago (2014-06-10 17:56:14 UTC) #2
pneubeck (no reviews)
On 2014/06/10 17:56:14, kalman wrote: > at a casual glance the state store usage looks ...
6 years, 6 months ago (2014-06-10 18:03:00 UTC) #3
not at google - send to devlin
yes looks fine, lgtm.
6 years, 6 months ago (2014-06-10 18:15:15 UTC) #4
eroman
I am not the best reviewer for this. Looks ok but not sure if these ...
6 years, 6 months ago (2014-06-12 05:50:45 UTC) #5
pneubeck (no reviews)
https://codereview.chromium.org/323093003/diff/80001/chrome/browser/chromeos/platform_keys/platform_keys.h File chrome/browser/chromeos/platform_keys/platform_keys.h (right): https://codereview.chromium.org/323093003/diff/80001/chrome/browser/chromeos/platform_keys/platform_keys.h#newcode29 chrome/browser/chromeos/platform_keys/platform_keys.h:29: // an extension. Instead use PlatfromKeysService which enforces restrictions ...
6 years, 6 months ago (2014-06-12 09:21:37 UTC) #6
not at google - send to devlin
some style comments. like I mentioned the usage of state store looks fine, though I'm ...
6 years, 6 months ago (2014-06-15 18:27:07 UTC) #7
pneubeck (no reviews)
https://codereview.chromium.org/323093003/diff/100001/chrome/browser/chromeos/platform_keys/platform_keys_service.h File chrome/browser/chromeos/platform_keys/platform_keys_service.h (right): https://codereview.chromium.org/323093003/diff/100001/chrome/browser/chromeos/platform_keys/platform_keys_service.h#newcode58 chrome/browser/chromeos/platform_keys/platform_keys_service.h:58: Profile* profile); On 2014/06/15 18:27:06, kalman wrote: > It's ...
6 years, 6 months ago (2014-06-16 09:11:12 UTC) #8
not at google - send to devlin
lgtm
6 years, 6 months ago (2014-06-16 17:01:30 UTC) #9
pneubeck (no reviews)
The CQ bit was checked by pneubeck@chromium.org
6 years, 6 months ago (2014-06-17 12:01:43 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pneubeck@chromium.org/323093003/160001
6 years, 6 months ago (2014-06-17 12:04:36 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-17 12:25:33 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/ios_dbg_simulator/builds/161950) ios_rel_device on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/ios_rel_device/builds/151316) ios_rel_device_ninja ...
6 years, 6 months ago (2014-06-17 12:25:34 UTC) #13
pneubeck (no reviews)
The CQ bit was checked by pneubeck@chromium.org
6 years, 6 months ago (2014-06-17 13:57:59 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pneubeck@chromium.org/323093003/180001
6 years, 6 months ago (2014-06-17 13:59:13 UTC) #15
commit-bot: I haz the power
6 years, 6 months ago (2014-06-17 16:57:14 UTC) #16
Message was sent while issue was closed.
Change committed as 277784

Powered by Google App Engine
This is Rietveld 408576698