Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LibWeb: HMAC and spec fixes #3092

Merged
merged 3 commits into from
Jan 2, 2025
Merged

Conversation

devgianlu
Copy link
Contributor

There where a couple of spec issues in the way of some WPT tests. I got those merged in the spec (w3c/webcrypto#394 and w3c/webcrypto#391) and updated the relevant code.

Fixes some WPT tests.

This assignment was missing from the spec, but has been fixed since
w3c/webcrypto#394.

Also add relevant WPT tests.
When the default key size was requested it was expressed in bytes
(instead of bits) and from the digest size instead of the block size.
@awesomekling awesomekling merged commit 819178a into LadybirdBrowser:master Jan 2, 2025
8 checks passed
@devgianlu devgianlu deleted the hmac-fix branch January 2, 2025 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants