ladybird/Tests/LibWeb/Text/expected/Crypto
Luke Wilde 023c3aa5b0 LibWeb: Respect subarrays in Crypto#getRandomBytes
It is the responsibility of code that deals with TypedArrays to apply
the byte offset and byte length. Not doing this caused Unity Web to
crash, as they call getRandomValues with views into their full main
memory. Previously, it would fill their entire memory of about 33.5 MB
with random bytes.
2024-12-10 06:44:00 -08: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-deriveBits.txt
SubtleCrypto-digest.txt
SubtleCrypto-encrypt.txt LibWeb: Implement RSAOAEP.encrypt() 2024-10-27 11:26:12 +01:00
SubtleCrypto-exportKey.txt
SubtleCrypto-generateKey.txt
SubtleCrypto-hmac.txt LibWeb: Correctly set the key_usages on HMAC export 2024-11-14 19:48:06 +01:00
SubtleCrypto-import-export-roundtrip.txt
SubtleCrypto-import-PBKDF2.txt
SubtleCrypto-import-rsaoaep-minimal_jwk.txt LibWeb: Fix crash when importing malformed RSAOAEP key 2024-10-26 00:14:42 +02:00
SubtleCrypto-sign.txt
SubtleCrypto-verify.txt