Bug 169272
Summary: | [GTK] [WebCrypto] Add support for ECDH ImportKey/ExportKey operations | ||
---|---|---|---|
Product: | WebKit | Reporter: | Carlos Alberto Lopez Perez <clopez> |
Component: | WebKitGTK | Assignee: | Zan Dobersek <zan> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | bugs-noreply, jfernandez, mcatanzaro, zan |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=169257 https://bugs.webkit.org/show_bug.cgi?id=169469 |
||
Bug Depends on: | |||
Bug Blocks: | 133122 |
Carlos Alberto Lopez Perez
The following tests addded on bug 165723 fail on platform GTK+
imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_ECDH.worker.html [ Failure ]
imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_ECDH.worker.html [ Failure ]
imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/test_failures_ECDH.html [ Failure ]
imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/test_successes_ECDH.html [ Failure ]
Looking at the diff, it seems we may lack an implementation for ECDH ?
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Carlos Alberto Lopez Perez
TestExpectation file update at r213510: <http://trac.webkit.org/changeset/213510>
Javier Fernandez
Mac Port implemented ECDH ImportKey/ExportKey operations already, so we may add the bits to support it in our WebKitGTK port.
https://www.w3.org/TR/WebCryptoAPI/#ecdh-operations.
Javier Fernandez
*** Bug 169527 has been marked as a duplicate of this bug. ***
Javier Fernandez
*** Bug 169469 has been marked as a duplicate of this bug. ***
Michael Catanzaro
Zan, what are your plans for this?
Zan Dobersek
(In reply to Michael Catanzaro from comment #5)
> Zan, what are your plans for this?
libgcrypt-based implementation is currently stashed in the patch in bug #133122.
Zan Dobersek
This functionality is spread between patches in bugs #172927, #173646, #173647 and #173648. Marking this bug as a duplicate of the first one.
*** This bug has been marked as a duplicate of bug 172927 ***