Bug 282096
| Summary: | [WebCrypto] PBKDF2 & HKDF GetKeyLength must return 'null' | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Javier Fernandez <jfernandez> |
| Component: | WebCore Misc. | Assignee: | Nitin Mahendru <nitinmahendru> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | jfernandez, nitinmahendru, webkit-bug-importer |
| Priority: | P1 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 276916 | ||
Javier Fernandez
According to the last draft of the spec both PNKDF2 [1] and HKDF [2] must return 'null' when invoking the Get Key Length operation.
Get key length
1. Return null.
[1] https://w3c.github.io/webcrypto/#pbkdf2-operations
[2] https://w3c.github.io/webcrypto/#hkdf-operations
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Nitin Mahendru
<rdar://problem/138656378>
Nitin Mahendru
Pull request: https://github.com/WebKit/WebKit/pull/35737
EWS
Committed 285769@main (c29b8687ec88): <https://commits.webkit.org/285769@main>
Reviewed commits have been landed. Closing PR #35737 and removing active labels.