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 | ||
Alexey Proskuryakov
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Scott Valentine
This should be fixed in r192126. See bug 144938.
Alexey Proskuryakov
*** This bug has been marked as a duplicate of bug 144938 ***