ladybird/Tests/LibWeb/Text/expected/wpt-import/WebCryptoAPI
devgianlu 991cb8942d LibWeb: Always return a KeyAlgorithm from RsaHashedKeyAlgorithm
The spec never mentions the possibility for the `hash` member of
`RsaHashedKeyAlgorithm` to be a string, it should be a `KeyAlgorithm`
object containing a `name` string member.

Spec: https://w3c.github.io/webcrypto/#dfn-RsaHashedKeyAlgorithm
2025-01-17 12:43:03 +01:00
..
derive_bits_keys LibWeb: Correct WebCryptoAPI derive length behaviour 2024-12-18 13:18:40 +01:00
encrypt_decrypt LibWeb: Add RSA-OAEP WPT tests 2025-01-13 17:00:18 +01:00
generateKey LibWeb: Add Ed448 support in WebCryptoAPI 2025-01-11 11:13:06 +01:00
import_export LibWeb: Always return a KeyAlgorithm from RsaHashedKeyAlgorithm 2025-01-17 12:43:03 +01:00
sign_verify LibWeb: Support RSASSA-PKCS1-v1_5 in WebCryptoAPI 2025-01-17 12:43:03 +01:00
wrapKey_unwrapKey LibWeb: Always return a KeyAlgorithm from RsaHashedKeyAlgorithm 2025-01-17 12:43:03 +01:00