ladybird/Tests/LibWeb/Text/input/Crypto
rmg-x 0db171c36e LibWeb/Crypto: Fix sizes being passed into generate_aes_key()
Previously, callers were passing the size in bytes, but the method
expected bits. This caused a crash in LibCrypto when verifying the key
size later on.

Also make the naming of local variables and parameters a little more
clear between the different AES algorithms :^)
2024-11-03 21:55:43 +01: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-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: Fix crash when importing malformed RSAOAEP key 2024-10-26 00:14:42 +02: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