Bug 128749 - WebCrypto RSA-OAEP and RSASSA-PKCS1-v1_5 should take hash at creation time, not at use time
Summary: WebCrypto RSA-OAEP and RSASSA-PKCS1-v1_5 should take hash at creation time, n...
Status: RESOLVED DUPLICATE of bug 144938
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 122679
  Show dependency treegraph
 
Reported: 2014-02-13 10:29 PST by Alexey Proskuryakov
Modified: 2015-11-27 15:44 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2014-02-13 10:29:35 PST
WebCrypto spec has changed - it used to be that one specified hash when using these algorithms (except for when it was imported from JWK). Now, it's specified at import/generation time.
Comment 1 Scott Valentine 2015-11-21 18:41:50 PST
This should be fixed in r192126. See bug 144938.
Comment 2 Alexey Proskuryakov 2015-11-27 15:44:56 PST

*** This bug has been marked as a duplicate of bug 144938 ***