New issue
Advanced search Search tips

Issue 661740 link

Starred by 3 users

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Feature



Sign in to add a comment

Augment chrome.enterprise.platformKeys to allow adding an arbitrary blob to be signed

Project Member Reported by xiaoranwang@google.com, Nov 2 2016

Issue description

This is a feature request to allow clients to mix in additional data to the chrome.enterprise.platformKeys apis, which could help other protocol exchanges. 

currently, the chrome.enterprise.platformKeys looks like the following.

chrome.enterprise.platformKeys.challengeMachineKey = function(challenge, callback) { }
chrome.enterprise.platformKeys.challengeUserKey = function(challenge, registerKey, callback) { }

Proposed change
chrome.enterprise.platformKeys.challengeMachineKey = function(challenge, clientData, callback) { }
chrome.enterprise.platformKeys.challengeUserKey = function(challenge, registerKey, clientData, callback) { }

The clientData will be signed and itself also sent along with the signed response. 

For more details with the bug, please refer to b/32613818
 

Comment 1 by dkalin@google.com, Nov 2 2016

Owner: apronin@chromium.org
Labels: -Type-Bug Type-Feature
Status: Untriaged (was: Unconfirmed)
Considering this as a feature request , marking it as Untraiged.

Thanks !
Status: Assigned (was: Untriaged)
Components: OS>Systems>Security

Sign in to add a comment