Closed
Bug 1512478
Opened 6 years ago
Closed 5 years ago
Have IPC for picking client certificate for authentication
Categories
(Core :: Security: PSM, enhancement, P1)
Core
Security: PSM
Tracking
()
RESOLVED
FIXED
mozilla77
People
(Reporter: mayhemer, Assigned: kershaw)
References
(Blocks 1 open bug)
Details
(Whiteboard: [psm-assigned])
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Client authentication is going to be processed on the socket process/socket thread. But private keys are physically present only on the parent process.
The UI/logic to select a client cert will still run on the parent process (or at least definitely the UI). The result would be a synthetic handle to send to socket process as a result of the selection that will then be passed to the new sync PKCS11 token, introduced in bug 1512475, and called back with to the parent process.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → kershaw
Assignee | ||
Comment 1•5 years ago
|
||
Priority: -- → P1
Whiteboard: [psm-assigned]
Pushed by kjang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fdbc063a4744
Use sync IPC to get client auth data from parent process r=keeler,mccr8
Comment 4•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
Updated•5 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•