Bug 128567 - Add hooks for wrapping CryptoKeys in SerializedScriptValue
Summary: Add hooks for wrapping CryptoKeys in SerializedScriptValue
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-10 16:56 PST by Alexey Proskuryakov
Modified: 2014-02-10 22:27 PST (History)
7 users (show)

See Also:


Attachments
proposed patch (17.58 KB, patch)
2014-02-10 17:23 PST, Alexey Proskuryakov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2014-02-10 16:56:03 PST
SerializedScriptValue can be written to disk, via IndexedDB or History APIs. We should not store crypto keys as plaintext - they are like passwords, and passwords are encrypted in Keychain or equivalent.
Comment 1 Alexey Proskuryakov 2014-02-10 17:23:01 PST
Created attachment 223775 [details]
proposed patch
Comment 2 WebKit Commit Bot 2014-02-10 22:27:39 PST
Comment on attachment 223775 [details]
proposed patch

Clearing flags on attachment: 223775

Committed r163863: <http://trac.webkit.org/changeset/163863>
Comment 3 WebKit Commit Bot 2014-02-10 22:27:41 PST
All reviewed patches have been landed.  Closing bug.