Bug 166746
Summary: | [WebCrypto] Add support of more crypto algorithms | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jiewen Tan <jiewen_tan> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bfulgham, florian.gaultier, ipletikosic, jiewen_tan, webkit-bug-importer, zan |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=160880 https://bugs.webkit.org/show_bug.cgi?id=169231 |
||
Bug Depends on: | 143458, 157175, 168344, 169093, 169232, 169257, 169318, 169319, 169386, 169761, 170636, 170789, 170869, 173128 | ||
Bug Blocks: |
Jiewen Tan
This is an umbrella bug to keep track of adding support of more crypto algorithms as requested by developers.
Currently requested by developers: AES-CFB, AES-GCM, ECDH, HKDF, and PBKDF2.
Others mentioned in the spec(https://www.w3.org/TR/WebCryptoAPI/): AES-CTR, ECDSA, PBKDF2, and RSA-PSS.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/29892393>
Jiewen Tan
First phase is completed. We have added AES-CFB, AES-GCM, ECDH*, and PBKDF2.
For the second phase, we are planning to add AES-CTR, HKDF, ECDSA, and RSA-PSS.
*We don't support P-521 yet. Bug 169231.
Jiewen Tan
The second phase is completed.
We added AES-CTR, HKDF, ECDSA, and RSA-PSS in the second round.
Close this bug as all the sub-tasks are completed.