Bug 128567

Summary: Add hooks for wrapping CryptoKeys in SerializedScriptValue
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: alecflett, beidson, commit-queue, esprehn+autocc, jsbell, kangil.han, oliver
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch none

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.