Closed
Bug 1498351
Opened 6 years ago
Closed 6 years ago
add new interface that will allow OS-specific user re-authentication
Categories
(Core :: Security: PSM, enhancement, P1)
Core
Security: PSM
Tracking
()
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: keeler, Assigned: keeler)
References
(Blocks 1 open bug)
Details
(Whiteboard: [psm-assigned])
Attachments
(1 file)
In some cases, before using secrets stored by the OS (e.g. keys for encrypting passwords/credit card information/etc.), we want to have the option to re-authenticate the user to the OS to ensure they're authorized to use those secrets. Since we're not actually locking the secret storage mechanism in most case (and since we're mostly using unrelated APIs), it makes sense to separate this functionality from nsIOSKeyStore.
This bug will add the interface and stub platform-specific implementations that do nothing. Follow-up bugs will implement the platform-specific implementations.
![]() |
Assignee | |
Comment 1•6 years ago
|
||
This patch introduces the interface with a stub implementation that does
nothing. Follow-up bugs will add platform-specific implementations.
![]() |
Assignee | |
Comment 2•6 years ago
|
||
Pushed by dkeeler@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6fc4224069b2
add interface to allow OS-specific user re-authentication r=franziskus
Comment 4•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•