Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(325)

Side by Side Diff: LayoutTests/crypto/subtle/hkdf/unwrapKey-expected.txt

Issue 957713004: [WebCrypto] Split LayoutTests/crypto/subtle into per-algorithm directories (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated to latest master Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Test unwrapping an HKDF key 1 Test unwrapping an HKDF key
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS wrappingKey.algorithm.name is "AES-GCM" 6 PASS wrappingKey.algorithm.name is "AES-GCM"
7 PASS typeof wrappingKey.extractable is 'boolean' 7 PASS typeof wrappingKey.extractable is 'boolean'
8 PASS wrappingKey.extractable is false 8 PASS wrappingKey.extractable is false
9 PASS wrappingKey.usages.join(',') is "encrypt,unwrapKey" 9 PASS wrappingKey.usages.join(',') is "encrypt,unwrapKey"
10 PASS unwrappedHkdfKey.algorithm.name is "HKDF" 10 PASS unwrappedHkdfKey.algorithm.name is "HKDF"
11 PASS typeof unwrappedHkdfKey.extractable is 'boolean' 11 PASS typeof unwrappedHkdfKey.extractable is 'boolean'
12 PASS unwrappedHkdfKey.extractable is false 12 PASS unwrappedHkdfKey.extractable is false
13 PASS unwrappedHkdfKey.usages.join(',') is "deriveBits" 13 PASS unwrappedHkdfKey.usages.join(',') is "deriveBits"
14 14
15 Unwrap an HKDF key using pkcs8 as the format. 15 Unwrap an HKDF key using pkcs8 as the format.
16 error is: NotSupportedError: Unsupported import key format for algorithm 16 error is: NotSupportedError: Unsupported import key format for algorithm
17 PASS successfullyParsed is true 17 PASS successfullyParsed is true
18 18
19 TEST COMPLETE 19 TEST COMPLETE
20 20
OLDNEW
« no previous file with comments | « LayoutTests/crypto/subtle/hkdf/unwrapKey.html ('k') | LayoutTests/crypto/subtle/hmac-export-key.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698