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

Unified Diff: LayoutTests/crypto/clone-aesKey-expected.txt

Issue 195543002: [webcrypto] Implement structured clone of keys (blink-side). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update serialized-script-value.html for version bump Created 6 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/crypto/clone-aesKey.html ('k') | LayoutTests/crypto/clone-hmacKey.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/crypto/clone-aesKey-expected.txt
diff --git a/LayoutTests/crypto/clone-aesKey-expected.txt b/LayoutTests/crypto/clone-aesKey-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..8cad3a05e61180dc17252f30ee4a53413671677a
--- /dev/null
+++ b/LayoutTests/crypto/clone-aesKey-expected.txt
@@ -0,0 +1,849 @@
+Tests structured cloning of AES keys
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "AES-CBC"
+PASS importedKey.algorithm.length is 128
+PASS importedKey.usages.join(',') is ""
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "AES-CBC"
+PASS clonedKey.algorithm.length is 128
+PASS clonedKey.usages.join(',') is ""
+Serialized key bytes: ff053f004b010110011030112233445566778899aabbccddeeff
+PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "AES-CBC"
+PASS importedKey.algorithm.length is 192
+PASS importedKey.usages.join(',') is ""
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "AES-CBC"
+PASS clonedKey.algorithm.length is 192
+PASS clonedKey.usages.join(',') is ""
+Serialized key bytes: ff053f004b0101180118800102030405060708090a0b0c0d0e0f1011121314151617
+PASS: Cloned key exported data should be [800102030405060708090a0b0c0d0e0f1011121314151617] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "AES-CBC"
+PASS importedKey.algorithm.length is 256
+PASS importedKey.usages.join(',') is ""
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "AES-CBC"
+PASS clonedKey.algorithm.length is 256
+PASS clonedKey.usages.join(',') is ""
+Serialized key bytes: ff053f004b010120012000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
+PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "AES-CBC"
+PASS importedKey.algorithm.length is 128
+PASS importedKey.usages.join(',') is "encrypt"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "AES-CBC"
+PASS clonedKey.algorithm.length is 128
+PASS clonedKey.usages.join(',') is "encrypt"
+Serialized key bytes: ff053f004b010110031030112233445566778899aabbccddeeff
+PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "AES-CBC"
+PASS importedKey.algorithm.length is 192
+PASS importedKey.usages.join(',') is "encrypt"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "AES-CBC"
+PASS clonedKey.algorithm.length is 192
+PASS clonedKey.usages.join(',') is "encrypt"
+Serialized key bytes: ff053f004b0101180318800102030405060708090a0b0c0d0e0f1011121314151617
+PASS: Cloned key exported data should be [800102030405060708090a0b0c0d0e0f1011121314151617] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "AES-CBC"
+PASS importedKey.algorithm.length is 256
+PASS importedKey.usages.join(',') is "encrypt"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "AES-CBC"
+PASS clonedKey.algorithm.length is 256
+PASS clonedKey.usages.join(',') is "encrypt"
+Serialized key bytes: ff053f004b010120032000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
+PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "AES-CBC"
+PASS importedKey.algorithm.length is 128
+PASS importedKey.usages.join(',') is "decrypt,wrapKey"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "AES-CBC"
+PASS clonedKey.algorithm.length is 128
+PASS clonedKey.usages.join(',') is "decrypt,wrapKey"
+Serialized key bytes: ff053f004b010110451030112233445566778899aabbccddeeff
+PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "AES-CBC"
+PASS importedKey.algorithm.length is 192
+PASS importedKey.usages.join(',') is "decrypt,wrapKey"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "AES-CBC"
+PASS clonedKey.algorithm.length is 192
+PASS clonedKey.usages.join(',') is "decrypt,wrapKey"
+Serialized key bytes: ff053f004b0101184518800102030405060708090a0b0c0d0e0f1011121314151617
+PASS: Cloned key exported data should be [800102030405060708090a0b0c0d0e0f1011121314151617] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "AES-CBC"
+PASS importedKey.algorithm.length is 256
+PASS importedKey.usages.join(',') is "decrypt,wrapKey"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "AES-CBC"
+PASS clonedKey.algorithm.length is 256
+PASS clonedKey.usages.join(',') is "decrypt,wrapKey"
+Serialized key bytes: ff053f004b010120452000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
+PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "AES-CBC"
+PASS importedKey.algorithm.length is 128
+PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "AES-CBC"
+PASS clonedKey.algorithm.length is 128
+PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
+Serialized key bytes: ff053f004b010110c3011030112233445566778899aabbccddeeff00
+PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "AES-CBC"
+PASS importedKey.algorithm.length is 192
+PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "AES-CBC"
+PASS clonedKey.algorithm.length is 192
+PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
+Serialized key bytes: ff053f004b010118c30118800102030405060708090a0b0c0d0e0f101112131415161700
+PASS: Cloned key exported data should be [800102030405060708090a0b0c0d0e0f1011121314151617] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "AES-CBC"
+PASS importedKey.algorithm.length is 256
+PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "AES-CBC"
+PASS clonedKey.algorithm.length is 256
+PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
+Serialized key bytes: ff053f004b010120c3012000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f00
+PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "AES-CBC"
+PASS importedKey.algorithm.length is 128
+PASS importedKey.usages.join(',') is ""
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "AES-CBC"
+PASS clonedKey.algorithm.length is 128
+PASS clonedKey.usages.join(',') is ""
+Serialized key bytes: ff053f004b010110001030112233445566778899aabbccddeeff
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "AES-CBC"
+PASS importedKey.algorithm.length is 192
+PASS importedKey.usages.join(',') is ""
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "AES-CBC"
+PASS clonedKey.algorithm.length is 192
+PASS clonedKey.usages.join(',') is ""
+Serialized key bytes: ff053f004b0101180018800102030405060708090a0b0c0d0e0f1011121314151617
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "AES-CBC"
+PASS importedKey.algorithm.length is 256
+PASS importedKey.usages.join(',') is ""
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "AES-CBC"
+PASS clonedKey.algorithm.length is 256
+PASS clonedKey.usages.join(',') is ""
+Serialized key bytes: ff053f004b010120002000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "AES-CBC"
+PASS importedKey.algorithm.length is 128
+PASS importedKey.usages.join(',') is "encrypt"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "AES-CBC"
+PASS clonedKey.algorithm.length is 128
+PASS clonedKey.usages.join(',') is "encrypt"
+Serialized key bytes: ff053f004b010110021030112233445566778899aabbccddeeff
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "AES-CBC"
+PASS importedKey.algorithm.length is 192
+PASS importedKey.usages.join(',') is "encrypt"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "AES-CBC"
+PASS clonedKey.algorithm.length is 192
+PASS clonedKey.usages.join(',') is "encrypt"
+Serialized key bytes: ff053f004b0101180218800102030405060708090a0b0c0d0e0f1011121314151617
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "AES-CBC"
+PASS importedKey.algorithm.length is 256
+PASS importedKey.usages.join(',') is "encrypt"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "AES-CBC"
+PASS clonedKey.algorithm.length is 256
+PASS clonedKey.usages.join(',') is "encrypt"
+Serialized key bytes: ff053f004b010120022000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "AES-CBC"
+PASS importedKey.algorithm.length is 128
+PASS importedKey.usages.join(',') is "decrypt,wrapKey"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "AES-CBC"
+PASS clonedKey.algorithm.length is 128
+PASS clonedKey.usages.join(',') is "decrypt,wrapKey"
+Serialized key bytes: ff053f004b010110441030112233445566778899aabbccddeeff
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "AES-CBC"
+PASS importedKey.algorithm.length is 192
+PASS importedKey.usages.join(',') is "decrypt,wrapKey"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "AES-CBC"
+PASS clonedKey.algorithm.length is 192
+PASS clonedKey.usages.join(',') is "decrypt,wrapKey"
+Serialized key bytes: ff053f004b0101184418800102030405060708090a0b0c0d0e0f1011121314151617
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "AES-CBC"
+PASS importedKey.algorithm.length is 256
+PASS importedKey.usages.join(',') is "decrypt,wrapKey"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "AES-CBC"
+PASS clonedKey.algorithm.length is 256
+PASS clonedKey.usages.join(',') is "decrypt,wrapKey"
+Serialized key bytes: ff053f004b010120442000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "AES-CBC"
+PASS importedKey.algorithm.length is 128
+PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "AES-CBC"
+PASS clonedKey.algorithm.length is 128
+PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
+Serialized key bytes: ff053f004b010110c2011030112233445566778899aabbccddeeff00
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "AES-CBC"
+PASS importedKey.algorithm.length is 192
+PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "AES-CBC"
+PASS clonedKey.algorithm.length is 192
+PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
+Serialized key bytes: ff053f004b010118c20118800102030405060708090a0b0c0d0e0f101112131415161700
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "AES-CBC"
+PASS importedKey.algorithm.length is 256
+PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "AES-CBC"
+PASS clonedKey.algorithm.length is 256
+PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
+Serialized key bytes: ff053f004b010120c2012000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f00
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "AES-GCM"
+PASS importedKey.algorithm.length is 128
+PASS importedKey.usages.join(',') is ""
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "AES-GCM"
+PASS clonedKey.algorithm.length is 128
+PASS clonedKey.usages.join(',') is ""
+Serialized key bytes: ff053f004b010910011030112233445566778899aabbccddeeff
+PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "AES-GCM"
+PASS importedKey.algorithm.length is 192
+PASS importedKey.usages.join(',') is ""
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "AES-GCM"
+PASS clonedKey.algorithm.length is 192
+PASS clonedKey.usages.join(',') is ""
+Serialized key bytes: ff053f004b0109180118800102030405060708090a0b0c0d0e0f1011121314151617
+PASS: Cloned key exported data should be [800102030405060708090a0b0c0d0e0f1011121314151617] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "AES-GCM"
+PASS importedKey.algorithm.length is 256
+PASS importedKey.usages.join(',') is ""
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "AES-GCM"
+PASS clonedKey.algorithm.length is 256
+PASS clonedKey.usages.join(',') is ""
+Serialized key bytes: ff053f004b010920012000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
+PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "AES-GCM"
+PASS importedKey.algorithm.length is 128
+PASS importedKey.usages.join(',') is "encrypt"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "AES-GCM"
+PASS clonedKey.algorithm.length is 128
+PASS clonedKey.usages.join(',') is "encrypt"
+Serialized key bytes: ff053f004b010910031030112233445566778899aabbccddeeff
+PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "AES-GCM"
+PASS importedKey.algorithm.length is 192
+PASS importedKey.usages.join(',') is "encrypt"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "AES-GCM"
+PASS clonedKey.algorithm.length is 192
+PASS clonedKey.usages.join(',') is "encrypt"
+Serialized key bytes: ff053f004b0109180318800102030405060708090a0b0c0d0e0f1011121314151617
+PASS: Cloned key exported data should be [800102030405060708090a0b0c0d0e0f1011121314151617] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "AES-GCM"
+PASS importedKey.algorithm.length is 256
+PASS importedKey.usages.join(',') is "encrypt"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "AES-GCM"
+PASS clonedKey.algorithm.length is 256
+PASS clonedKey.usages.join(',') is "encrypt"
+Serialized key bytes: ff053f004b010920032000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
+PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "AES-GCM"
+PASS importedKey.algorithm.length is 128
+PASS importedKey.usages.join(',') is "decrypt,wrapKey"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "AES-GCM"
+PASS clonedKey.algorithm.length is 128
+PASS clonedKey.usages.join(',') is "decrypt,wrapKey"
+Serialized key bytes: ff053f004b010910451030112233445566778899aabbccddeeff
+PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "AES-GCM"
+PASS importedKey.algorithm.length is 192
+PASS importedKey.usages.join(',') is "decrypt,wrapKey"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "AES-GCM"
+PASS clonedKey.algorithm.length is 192
+PASS clonedKey.usages.join(',') is "decrypt,wrapKey"
+Serialized key bytes: ff053f004b0109184518800102030405060708090a0b0c0d0e0f1011121314151617
+PASS: Cloned key exported data should be [800102030405060708090a0b0c0d0e0f1011121314151617] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "AES-GCM"
+PASS importedKey.algorithm.length is 256
+PASS importedKey.usages.join(',') is "decrypt,wrapKey"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "AES-GCM"
+PASS clonedKey.algorithm.length is 256
+PASS clonedKey.usages.join(',') is "decrypt,wrapKey"
+Serialized key bytes: ff053f004b010920452000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
+PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "AES-GCM"
+PASS importedKey.algorithm.length is 128
+PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "AES-GCM"
+PASS clonedKey.algorithm.length is 128
+PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
+Serialized key bytes: ff053f004b010910c3011030112233445566778899aabbccddeeff00
+PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "AES-GCM"
+PASS importedKey.algorithm.length is 192
+PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "AES-GCM"
+PASS clonedKey.algorithm.length is 192
+PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
+Serialized key bytes: ff053f004b010918c30118800102030405060708090a0b0c0d0e0f101112131415161700
+PASS: Cloned key exported data should be [800102030405060708090a0b0c0d0e0f1011121314151617] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is true
+PASS importedKey.algorithm.name is "AES-GCM"
+PASS importedKey.algorithm.length is 256
+PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is true
+PASS clonedKey.algorithm.name is "AES-GCM"
+PASS clonedKey.algorithm.length is 256
+PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
+Serialized key bytes: ff053f004b010920c3012000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f00
+PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f] and was
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "AES-GCM"
+PASS importedKey.algorithm.length is 128
+PASS importedKey.usages.join(',') is ""
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "AES-GCM"
+PASS clonedKey.algorithm.length is 128
+PASS clonedKey.usages.join(',') is ""
+Serialized key bytes: ff053f004b010910001030112233445566778899aabbccddeeff
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "AES-GCM"
+PASS importedKey.algorithm.length is 192
+PASS importedKey.usages.join(',') is ""
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "AES-GCM"
+PASS clonedKey.algorithm.length is 192
+PASS clonedKey.usages.join(',') is ""
+Serialized key bytes: ff053f004b0109180018800102030405060708090a0b0c0d0e0f1011121314151617
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "AES-GCM"
+PASS importedKey.algorithm.length is 256
+PASS importedKey.usages.join(',') is ""
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "AES-GCM"
+PASS clonedKey.algorithm.length is 256
+PASS clonedKey.usages.join(',') is ""
+Serialized key bytes: ff053f004b010920002000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "AES-GCM"
+PASS importedKey.algorithm.length is 128
+PASS importedKey.usages.join(',') is "encrypt"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "AES-GCM"
+PASS clonedKey.algorithm.length is 128
+PASS clonedKey.usages.join(',') is "encrypt"
+Serialized key bytes: ff053f004b010910021030112233445566778899aabbccddeeff
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "AES-GCM"
+PASS importedKey.algorithm.length is 192
+PASS importedKey.usages.join(',') is "encrypt"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "AES-GCM"
+PASS clonedKey.algorithm.length is 192
+PASS clonedKey.usages.join(',') is "encrypt"
+Serialized key bytes: ff053f004b0109180218800102030405060708090a0b0c0d0e0f1011121314151617
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "AES-GCM"
+PASS importedKey.algorithm.length is 256
+PASS importedKey.usages.join(',') is "encrypt"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "AES-GCM"
+PASS clonedKey.algorithm.length is 256
+PASS clonedKey.usages.join(',') is "encrypt"
+Serialized key bytes: ff053f004b010920022000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "AES-GCM"
+PASS importedKey.algorithm.length is 128
+PASS importedKey.usages.join(',') is "decrypt,wrapKey"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "AES-GCM"
+PASS clonedKey.algorithm.length is 128
+PASS clonedKey.usages.join(',') is "decrypt,wrapKey"
+Serialized key bytes: ff053f004b010910441030112233445566778899aabbccddeeff
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "AES-GCM"
+PASS importedKey.algorithm.length is 192
+PASS importedKey.usages.join(',') is "decrypt,wrapKey"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "AES-GCM"
+PASS clonedKey.algorithm.length is 192
+PASS clonedKey.usages.join(',') is "decrypt,wrapKey"
+Serialized key bytes: ff053f004b0109184418800102030405060708090a0b0c0d0e0f1011121314151617
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "AES-GCM"
+PASS importedKey.algorithm.length is 256
+PASS importedKey.usages.join(',') is "decrypt,wrapKey"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "AES-GCM"
+PASS clonedKey.algorithm.length is 256
+PASS clonedKey.usages.join(',') is "decrypt,wrapKey"
+Serialized key bytes: ff053f004b010920442000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "AES-GCM"
+PASS importedKey.algorithm.length is 128
+PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "AES-GCM"
+PASS clonedKey.algorithm.length is 128
+PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
+Serialized key bytes: ff053f004b010910c2011030112233445566778899aabbccddeeff00
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "AES-GCM"
+PASS importedKey.algorithm.length is 192
+PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "AES-GCM"
+PASS clonedKey.algorithm.length is 192
+PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
+Serialized key bytes: ff053f004b010918c20118800102030405060708090a0b0c0d0e0f101112131415161700
+
+PASS importedKey.extraProperty is "hi"
+PASS importedKey.type is "secret"
+PASS typeof importedKey.extractable is 'boolean'
+PASS importedKey.extractable is false
+PASS importedKey.algorithm.name is "AES-GCM"
+PASS importedKey.algorithm.length is 256
+PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
+PASS importedKey != clonedKey is true
+PASS clonedKey.extraProperty is undefined.
+PASS clonedKey.type is "secret"
+PASS typeof clonedKey.extractable is 'boolean'
+PASS clonedKey.extractable is false
+PASS clonedKey.algorithm.name is "AES-GCM"
+PASS clonedKey.algorithm.length is 256
+PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
+Serialized key bytes: ff053f004b010920c2012000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f00
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/crypto/clone-aesKey.html ('k') | LayoutTests/crypto/clone-hmacKey.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698