Jelle Raaijmakers
b290c180e0
LibWeb: Move PBKDF2::import_key() up in the file
...
Let's try to keep algorithm implementations together. No functional
changes.
2024-11-15 12:32:04 +01:00
stelar7
5b67f17551
LibWeb: Sset the key_usages on X25519 export in a better way
2024-11-14 19:48:06 +01:00
stelar7
19ee8ddec2
LibWeb: Correctly set the key_usages on HMAC export
2024-11-14 19:48:06 +01:00
Jelle Raaijmakers
329cd946ac
LibWeb: Implement Web Crypto HMAC algorithm
2024-11-14 11:52:18 +01:00
Jelle Raaijmakers
884a4163a0
LibWeb: Centralize validating a JWK's key_ops field
...
This gets rid of a couple FIXMEs and allows reusing the logic of
validating this field between different algorithms. While we're here,
expand its logic to match the constraints as outlined in RFC 7517.
2024-11-14 11:52:18 +01:00
Jelle Raaijmakers
f73a434177
LibWeb: Centralize getting the hash algorithm identifier for crypto
2024-11-14 11:52:18 +01:00
Timothy Flynn
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00