| Index: LayoutTests/crypto/aes-cbc-wrap-rsa-non-extractable-expected.txt
|
| diff --git a/LayoutTests/crypto/aes-cbc-wrap-rsa-non-extractable-expected.txt b/LayoutTests/crypto/aes-cbc-wrap-rsa-non-extractable-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..66f065879d7da90954552b1a0b6731e96e4b9a6c
|
| --- /dev/null
|
| +++ b/LayoutTests/crypto/aes-cbc-wrap-rsa-non-extractable-expected.txt
|
| @@ -0,0 +1,15 @@
|
| +Test wrapping an RSA key with AES-CBC.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +Importing a key to wrap...
|
| +PASS key.algorithm.name is 'RSASSA-PKCS1-v1_5'
|
| +Importing a key encryption key...
|
| +PASS wrappingKey.algorithm.name is 'AES-CBC'
|
| +wrapping the key...
|
| +PASS Rejected: InvalidAccessError: key is not extractable
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|