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

Unified Diff: LayoutTests/crypto/subtle/aes-gcm/cloneKey-expected.txt

Issue 958353003: [WebCrypto] Move cloneKey test to respective algorithm directory (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/crypto/subtle/aes-gcm/cloneKey-expected.txt
diff --git a/LayoutTests/crypto/subtle/aes-gcm/cloneKey-expected.txt b/LayoutTests/crypto/subtle/aes-gcm/cloneKey-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e024fe1137693a983131e71ef6259147a424dbb6
--- /dev/null
+++ b/LayoutTests/crypto/subtle/aes-gcm/cloneKey-expected.txt
@@ -0,0 +1,219 @@
+Tests structured cloning of AES-GCM 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-GCM"
+PASS key.algorithm.length is 128
+PASS importedKey.usages.join(',') is "encrypt"
+PASS importedKey is not clonedKey
+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 key.algorithm.length is 128
+PASS clonedKey.usages.join(',') is "encrypt"
+Serialized key bytes: 3f004b010910031030112233445566778899aabbccddeeff
+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 key.algorithm.length is 256
+PASS importedKey.usages.join(',') is "encrypt"
+PASS importedKey is not clonedKey
+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 key.algorithm.length is 256
+PASS clonedKey.usages.join(',') is "encrypt"
+Serialized key bytes: 3f004b010920032000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
+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 key.algorithm.length is 128
+PASS importedKey.usages.join(',') is "decrypt,wrapKey"
+PASS importedKey is not clonedKey
+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 key.algorithm.length is 128
+PASS clonedKey.usages.join(',') is "decrypt,wrapKey"
+Serialized key bytes: 3f004b010910451030112233445566778899aabbccddeeff
+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 key.algorithm.length is 256
+PASS importedKey.usages.join(',') is "decrypt,wrapKey"
+PASS importedKey is not clonedKey
+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 key.algorithm.length is 256
+PASS clonedKey.usages.join(',') is "decrypt,wrapKey"
+Serialized key bytes: 3f004b010920452000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
+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 key.algorithm.length is 128
+PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
+PASS importedKey is not clonedKey
+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 key.algorithm.length is 128
+PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
+Serialized key bytes: 3f004b010910c3011030112233445566778899aabbccddeeff00
+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 key.algorithm.length is 256
+PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
+PASS importedKey is not clonedKey
+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 key.algorithm.length is 256
+PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
+Serialized key bytes: 3f004b010920c3012000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f00
+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 key.algorithm.length is 128
+PASS importedKey.usages.join(',') is "encrypt"
+PASS importedKey is not clonedKey
+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 key.algorithm.length is 128
+PASS clonedKey.usages.join(',') is "encrypt"
+Serialized key bytes: 3f004b010910021030112233445566778899aabbccddeeff
+
+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 key.algorithm.length is 256
+PASS importedKey.usages.join(',') is "encrypt"
+PASS importedKey is not clonedKey
+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 key.algorithm.length is 256
+PASS clonedKey.usages.join(',') is "encrypt"
+Serialized key bytes: 3f004b010920022000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
+
+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 key.algorithm.length is 128
+PASS importedKey.usages.join(',') is "decrypt,wrapKey"
+PASS importedKey is not clonedKey
+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 key.algorithm.length is 128
+PASS clonedKey.usages.join(',') is "decrypt,wrapKey"
+Serialized key bytes: 3f004b010910441030112233445566778899aabbccddeeff
+
+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 key.algorithm.length is 256
+PASS importedKey.usages.join(',') is "decrypt,wrapKey"
+PASS importedKey is not clonedKey
+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 key.algorithm.length is 256
+PASS clonedKey.usages.join(',') is "decrypt,wrapKey"
+Serialized key bytes: 3f004b010920442000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
+
+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 key.algorithm.length is 128
+PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
+PASS importedKey is not clonedKey
+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 key.algorithm.length is 128
+PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
+Serialized key bytes: 3f004b010910c2011030112233445566778899aabbccddeeff00
+
+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 key.algorithm.length is 256
+PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
+PASS importedKey is not clonedKey
+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 key.algorithm.length is 256
+PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
+Serialized key bytes: 3f004b010920c2012000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f00
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698