Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / crypto / subtle / aes-cbc / wrap-rsa-expected.txt
blob3a34fdfa533a049f706601baf08031f3e4865fb5
1 Test wrapping an RSA key with AES-CBC.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Importing a key to wrap...
7 PASS key.algorithm.name is 'RSASSA-PKCS1-v1_5'
8 Importing a key encryption key...
9 PASS wrappingKey.algorithm.name is 'AES-CBC'
10 PASS wrappedKey.toString() is '[object ArrayBuffer]'
11 PASS successfullyParsed is true
13 TEST COMPLETE