[Webkit-unassigned] [Bug 164868] Unable to store CryptoKeyPair in IndexedDB database

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 17 11:38:17 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=164868

--- Comment #5 from Brady Eidson <beidson at apple.com> ---
The current spec for WebCrypto:
https://w3c.github.io/webcrypto/Overview.html#cryptokey-interface-clone

Specifies the Structured Clone Algorithm for "CryptoKey" objects.

It does *not* specify the Structured Clone Algorithm for "CryptoKeyPair" objects.

Additionally, the WebCrypto spec explicitly calls out the fact that CryptoKeys should be storable in IndexedDB, but not CryptoKeyPairs.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161117/69f8c9dd/attachment-0001.html>


More information about the webkit-unassigned mailing list