Bug 128749

Summary: WebCrypto RSA-OAEP and RSASSA-PKCS1-v1_5 should take hash at creation time, not at use time
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: svalentine
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 122679    

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 ***