| Index: LayoutTests/crypto/import-aes-key-bad-length-expected.txt
|
| diff --git a/LayoutTests/crypto/import-aes-key-bad-length-expected.txt b/LayoutTests/crypto/import-aes-key-bad-length-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b4788d5eb3a1d70b8e7f894551e4187d43a4bf89
|
| --- /dev/null
|
| +++ b/LayoutTests/crypto/import-aes-key-bad-length-expected.txt
|
| @@ -0,0 +1,36 @@
|
| +Tests importing an AES key from raw with wrong length
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS: Failed to import AES-CBC key of length 0 bytes
|
| +PASS: Failed to import AES-CBC key of length 1 bytes
|
| +PASS: Failed to import AES-CBC key of length 15 bytes
|
| +PASS: Failed to import AES-CBC key of length 17 bytes
|
| +PASS: Failed to import AES-CBC key of length 31 bytes
|
| +PASS: Failed to import AES-CBC key of length 33 bytes
|
| +PASS: Failed to import AES-CBC key of length 23 bytes
|
| +PASS: Failed to import AES-CBC key of length 25 bytes
|
| +PASS: Failed to import AES-CBC key of length 64 bytes
|
| +PASS: Failed to import AES-GCM key of length 0 bytes
|
| +PASS: Failed to import AES-GCM key of length 1 bytes
|
| +PASS: Failed to import AES-GCM key of length 15 bytes
|
| +PASS: Failed to import AES-GCM key of length 17 bytes
|
| +PASS: Failed to import AES-GCM key of length 31 bytes
|
| +PASS: Failed to import AES-GCM key of length 33 bytes
|
| +PASS: Failed to import AES-GCM key of length 23 bytes
|
| +PASS: Failed to import AES-GCM key of length 25 bytes
|
| +PASS: Failed to import AES-GCM key of length 64 bytes
|
| +PASS: Failed to import AES-KW key of length 0 bytes
|
| +PASS: Failed to import AES-KW key of length 1 bytes
|
| +PASS: Failed to import AES-KW key of length 15 bytes
|
| +PASS: Failed to import AES-KW key of length 17 bytes
|
| +PASS: Failed to import AES-KW key of length 31 bytes
|
| +PASS: Failed to import AES-KW key of length 33 bytes
|
| +PASS: Failed to import AES-KW key of length 23 bytes
|
| +PASS: Failed to import AES-KW key of length 25 bytes
|
| +PASS: Failed to import AES-KW key of length 64 bytes
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|