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

Issue 306433003: enterprise.platformKeys: Support the publicExponent parameter. (Closed)

Created:
6 years, 7 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

enterprise.platformKeys: Support the publicExponent parameter. Depends on https://codereview.chromium.org/298073009/ BUG=364435 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=277730

Patch Set 1 : #

Total comments: 5

Patch Set 2 : Threw away all low level changes. #

Patch Set 3 : Rebased. #

Patch Set 4 : Rebased. #

Total comments: 2

Patch Set 5 : Rebased. #

Patch Set 6 : Address nit. #

Patch Set 7 : Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -10 lines) Patch
M chrome/browser/chromeos/platform_keys/platform_keys_nss.cc View 1 2 3 4 5 6 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/renderer/extensions/enterprise_platform_keys_natives.cc View 1 2 3 4 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/renderer/resources/extensions/enterprise_platform_keys/subtle_crypto.js View 1 2 3 4 5 2 chunks +22 lines, -1 line 0 comments Download
M chrome/test/data/extensions/api_test/enterprise_platform_keys.crx View 1 2 3 Binary file 0 comments Download
M chrome/test/data/extensions/api_test/enterprise_platform_keys/basic.js View 1 2 3 3 chunks +34 lines, -5 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
pneubeck (no reviews)
@Kalman, you will be interested in the json schema changes to support Uint8Array. Need your ...
6 years, 6 months ago (2014-06-03 13:54:47 UTC) #1
not at google - send to devlin
https://codereview.chromium.org/306433003/diff/100001/chrome/common/extensions/api/enterprise_platform_keys_internal.idl File chrome/common/extensions/api/enterprise_platform_keys_internal.idl (right): https://codereview.chromium.org/306433003/diff/100001/chrome/common/extensions/api/enterprise_platform_keys_internal.idl#newcode30 chrome/common/extensions/api/enterprise_platform_keys_internal.idl:30: // |modulusLength| The length, in bits, of the RSA ...
6 years, 6 months ago (2014-06-03 17:53:32 UTC) #2
Ryan Sleevi
It's perfectly fine - and arguably, desirable, from a security perspective - to reject all ...
6 years, 6 months ago (2014-06-03 19:35:29 UTC) #3
asargent_no_longer_on_chrome
https://codereview.chromium.org/306433003/diff/100001/chrome/renderer/resources/extensions/json_schema.js File chrome/renderer/resources/extensions/json_schema.js (right): https://codereview.chromium.org/306433003/diff/100001/chrome/renderer/resources/extensions/json_schema.js#newcode140 chrome/renderer/resources/extensions/json_schema.js:140: return "binary"; On 2014/06/03 17:53:33, kalman wrote: > +asargent ...
6 years, 6 months ago (2014-06-03 20:52:50 UTC) #4
pneubeck (no reviews)
On 2014/06/03 19:35:29, Ryan Sleevi wrote: > It's perfectly fine - and arguably, desirable, from ...
6 years, 6 months ago (2014-06-04 12:39:16 UTC) #5
pneubeck (no reviews)
Dropped the json schema changes as they're not required for this CL anymore.
6 years, 6 months ago (2014-06-04 12:40:02 UTC) #6
pneubeck (no reviews)
-Antony @Benjamin, you only have to rubberstamp chrome/renderer/extensions/enterprise_platform_keys_natives.cc (I might have to pick up the ...
6 years, 6 months ago (2014-06-04 12:42:16 UTC) #7
not at google - send to devlin
lgtm
6 years, 6 months ago (2014-06-04 15:57:48 UTC) #8
pneubeck (no reviews)
-Ryan @Eric, following the 'share WebCrypto's normalize function', this is now adding publicExponent support. ptal
6 years, 6 months ago (2014-06-06 12:46:28 UTC) #9
eroman
lgtm https://codereview.chromium.org/306433003/diff/160001/chrome/renderer/resources/extensions/enterprise_platform_keys/subtle_crypto.js File chrome/renderer/resources/extensions/enterprise_platform_keys/subtle_crypto.js (right): https://codereview.chromium.org/306433003/diff/160001/chrome/renderer/resources/extensions/enterprise_platform_keys/subtle_crypto.js#newcode55 chrome/renderer/resources/extensions/enterprise_platform_keys/subtle_crypto.js:55: // exponent 65537. The description could be clearer, ...
6 years, 6 months ago (2014-06-09 22:49:02 UTC) #10
pneubeck (no reviews)
https://codereview.chromium.org/306433003/diff/160001/chrome/renderer/resources/extensions/enterprise_platform_keys/subtle_crypto.js File chrome/renderer/resources/extensions/enterprise_platform_keys/subtle_crypto.js (right): https://codereview.chromium.org/306433003/diff/160001/chrome/renderer/resources/extensions/enterprise_platform_keys/subtle_crypto.js#newcode55 chrome/renderer/resources/extensions/enterprise_platform_keys/subtle_crypto.js:55: // exponent 65537. On 2014/06/09 22:49:01, eroman wrote: > ...
6 years, 6 months ago (2014-06-16 17:54:51 UTC) #11
pneubeck (no reviews)
The CQ bit was checked by pneubeck@chromium.org
6 years, 6 months ago (2014-06-17 07:53:14 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pneubeck@chromium.org/306433003/220001
6 years, 6 months ago (2014-06-17 07:55:34 UTC) #13
commit-bot: I haz the power
6 years, 6 months ago (2014-06-17 11:50:46 UTC) #14
Message was sent while issue was closed.
Change committed as 277730

Powered by Google App Engine
This is Rietveld 408576698