ladybird/Tests/LibWeb/Text/input/Crypto
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
..
Crypto-getRandomValues-respects-subarrays.html LibWeb: Respect subarrays in Crypto#getRandomBytes 2024-12-10 06:44:00 -08:00
SubtleCrypto-aescbc.html LibWeb: Omit padding in WebCrypto AES-CBC exportKey 2024-10-28 21:15:59 +01:00
SubtleCrypto-aesgcm.html LibWeb/Crypto: Fix sizes being passed into generate_aes_key() 2024-11-03 21:55:43 +01:00
SubtleCrypto-deriveBits.html LibWeb: Implement PBKDF2 deriveBits for SubtleCrypto 2024-04-04 21:00:40 +02:00
SubtleCrypto-digest.html Tests/LibWeb: Add test for SubtleCrypto digest 2024-03-03 08:41:32 +01:00
SubtleCrypto-encrypt.html LibWeb: Implement RSAOAEP.encrypt() 2024-10-27 11:26:12 +01:00
SubtleCrypto-exportKey.html LibWeb: Add roundtrip SubtleCrypto import/export test using JWK 2024-03-25 17:01:23 -06:00
SubtleCrypto-generateKey.html Tests: Only use a 256-bit RSA key in SubtleCrypto generateKey test 2024-03-14 17:57:37 -06:00
SubtleCrypto-hmac.html LibWeb: Correctly set the key_usages on HMAC export 2024-11-14 19:48:06 +01:00
SubtleCrypto-import-export-roundtrip.html LibWeb: Add roundtrip SubtleCrypto import/export test using JWK 2024-03-25 17:01:23 -06:00
SubtleCrypto-import-PBKDF2.html Tests: Use asyncTest instead of test(async) in PBKDF2 importKey test 2024-03-25 17:01:23 -06:00
SubtleCrypto-import-rsaoaep-minimal_jwk.html LibWeb: Always return a KeyAlgorithm from RsaHashedKeyAlgorithm 2025-01-17 12:43:03 +01:00
SubtleCrypto-sign.html LibWeb: Implement ED25519 sign for SubtleCrypto 2024-04-03 13:10:01 -06:00
SubtleCrypto-verify.html LibWeb: Implement ED25519 verify for SubtleCrypto 2024-04-03 13:10:01 -06:00