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
Reported 2017-01-05 16:07:51 PST
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
Radar WebKit Bug Importer
Comment 1 2017-01-05 16:08:37 PST
Jiewen Tan
Comment 2 2017-03-17 14:50:55 PDT
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
Comment 3 2017-06-09 18:13:13 PDT
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.
Note You need to log in before you can comment on or make changes to this bug.