| Index: LayoutTests/crypto/aes-cbc-importKey-badUsage-expected.txt
|
| diff --git a/LayoutTests/crypto/aes-cbc-importKey-badUsage-expected.txt b/LayoutTests/crypto/aes-cbc-importKey-badUsage-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d90d7f6feb20d9cee7f86e96cdeb549cd509ed0d
|
| --- /dev/null
|
| +++ b/LayoutTests/crypto/aes-cbc-importKey-badUsage-expected.txt
|
| @@ -0,0 +1,11 @@
|
| +Importing an AES-CBC key with 'sign' usage is not allowed.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +Failed importing AES-CBC key with usages: encrypt,decrypt,sign because:
|
| +error is: DataError: keyUsages contains values not applicable to the algorithm
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|