Bug 128702

Summary: [WK2] Add a C API to get WebCrypto master key from a client
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebKit2Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch andersca: review+

Alexey Proskuryakov
Reported 2014-02-12 16:11:46 PST
WebCrypto key serialization needs a master key, and WebKit2 clients should have a say in what it is.
Attachments
proposed patch (9.24 KB, patch)
2014-02-12 16:15 PST, Alexey Proskuryakov
andersca: review+
Alexey Proskuryakov
Comment 1 2014-02-12 16:15:54 PST
Created attachment 224024 [details] proposed patch
Anders Carlsson
Comment 2 2014-02-12 16:27:26 PST
Comment on attachment 224024 [details] proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=224024&action=review > Source/WebKit2/UIProcess/API/C/WKContext.h:89 > + // Version 1. > + WKContextCopyWebCryptoMasterKeyCallback copyWebCryptoMasterKey; I don't think you need to update this struct.
Alexey Proskuryakov
Comment 3 2014-02-12 16:34:28 PST
Note You need to log in before you can comment on or make changes to this bug.