ladybird/Tests/LibWeb/Text/expected/Crypto
Andreas Kling b6bef6b688 Libraries: Use UTF-16 for JS-visible runtime strings
Produce JS-visible string results as UTF-16 at their source, including
numeric formatting, BigInt and BigFraction formatting, URI encoding,
console formatting, parser errors, regular expression errors, Intl and
Temporal records, LibUnicode locale boundaries, and LibWeb bindings.

Handle fractional radix formatting through the UTF-16 builder view.
2026-06-22 19:51:25 +02:00
..
Crypto-getRandomValues-respects-subarrays.txt LibWeb: Respect subarrays in Crypto#getRandomBytes 2024-12-10 06:44:00 -08:00
SubtleCrypto-aescbc.txt LibWeb: Omit padding in WebCrypto AES-CBC exportKey 2024-10-28 21:15:59 +01:00
SubtleCrypto-aesgcm.txt LibWeb/Crypto: Fix sizes being passed into generate_aes_key() 2024-11-03 21:55:43 +01:00
SubtleCrypto-decrypt-aes-ocb.txt LibCrypto: Add AES-OCB support 2026-02-27 12:03:19 +01:00
SubtleCrypto-deriveBits.txt LibWeb: Implement PBKDF2 deriveBits for SubtleCrypto 2024-04-04 21:00:40 +02:00
SubtleCrypto-digest.txt Tests/LibWeb: Add test for SubtleCrypto digest 2024-03-03 08:41:32 +01:00
SubtleCrypto-ec-bad-import-key.txt LibCrypto+LibWeb: Check EC keys validity on SubtleCrypto import_key 2025-06-25 12:21:28 +12:00
SubtleCrypto-encrypt-aes-ocb.txt LibCrypto: Add AES-OCB support 2026-02-27 12:03:19 +01:00
SubtleCrypto-encrypt.txt LibWeb: Implement RSAOAEP.encrypt() 2024-10-27 11:26:12 +01:00
SubtleCrypto-exportKey.txt LibWeb: Support SubtleCrypto.exportKey for RSA-OAEP in JsonWebKey format 2024-03-14 17:57:37 -06:00
SubtleCrypto-generateKey-detached-public-exponent.txt LibWeb: Don’t crash on a detached publicExponent in generateKey 2026-06-21 14:04:01 +02:00
SubtleCrypto-generateKey.txt LibWeb: Print more information about thrown DOMExceptions in the console 2024-03-20 15:18:44 -04:00
SubtleCrypto-hmac.txt LibWeb: Correctly set the key_usages on HMAC export 2024-11-14 19:48:06 +01:00
SubtleCrypto-import-chacha20poly1305.txt LibWeb: Allow importing ChaCha20-Poly1305 JWK without alg 2026-02-05 09:05:11 +01:00
SubtleCrypto-import-export-roundtrip.txt LibWeb: Add roundtrip SubtleCrypto import/export test using JWK 2024-03-25 17:01:23 -06:00
SubtleCrypto-import-PBKDF2.txt LibWeb: Implement usages property for CryptoKey 2024-03-13 15:31:00 -06:00
SubtleCrypto-import-rsaoaep-minimal_jwk.txt LibWeb: Fix crash when importing malformed RSAOAEP key 2024-10-26 00:14:42 +02:00
SubtleCrypto-jwk-non-ascii-base64url.txt Libraries: Use UTF-16 for JS-visible runtime strings 2026-06-22 19:51:25 +02:00
SubtleCrypto-rsa-bad-import-key.txt LibCrypto+LibWeb: Check RSA keys validity on SubtleCrypto import_key 2025-06-25 12:21:28 +12:00
SubtleCrypto-sign.txt LibWeb: Implement ED25519 sign for SubtleCrypto 2024-04-03 13:10:01 -06:00
SubtleCrypto-structuredClone-aesctr.txt LibWeb/Crypto: Serialize CryptoKey [[handle]] 2026-05-27 02:44:46 +01:00
SubtleCrypto-structuredClone-detached-public-exponent.txt LibWeb: Don’t crash on a detached publicExponent in generateKey 2026-06-21 14:04:01 +02:00
SubtleCrypto-structuredClone.txt LibWeb/Crypto: Fix CryptoKey usages being lost across in serialization 2026-05-27 02:44:46 +01:00
SubtleCrypto-verify.txt LibWeb: Implement ED25519 verify for SubtleCrypto 2024-04-03 13:10:01 -06:00