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

Unified Diff: LayoutTests/crypto/subtle/hmac/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/hmac/cloneKey-expected.txt
diff --git a/LayoutTests/crypto/subtle/clone-hmacKey-expected.txt b/LayoutTests/crypto/subtle/hmac/cloneKey-expected.txt
similarity index 79%
rename from LayoutTests/crypto/subtle/clone-hmacKey-expected.txt
rename to LayoutTests/crypto/subtle/hmac/cloneKey-expected.txt
index bcdff85d3858d2af9b7be77a1c907c194421b087..c70c8239973ec18dd06053c90de6b1cc4c1396bb 100644
--- a/LayoutTests/crypto/subtle/clone-hmacKey-expected.txt
+++ b/LayoutTests/crypto/subtle/hmac/cloneKey-expected.txt
@@ -8,8 +8,8 @@ PASS importedKey.type is "secret"
PASS typeof importedKey.extractable is 'boolean'
PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "HMAC"
-PASS importedKey.algorithm.length is 128
-PASS importedKey.algorithm.hash.name is "SHA-1"
+PASS key.algorithm.length is 128
+PASS key.algorithm.hash.name is "SHA-1"
PASS importedKey.usages.join(',') is "sign"
PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
@@ -17,8 +17,8 @@ PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "HMAC"
-PASS clonedKey.algorithm.length is 128
-PASS clonedKey.algorithm.hash.name is "SHA-1"
+PASS key.algorithm.length is 128
+PASS key.algorithm.hash.name is "SHA-1"
PASS clonedKey.usages.join(',') is "sign"
Serialized key bytes: 3f004b021005091030112233445566778899aabbccddeeff
PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was
@@ -28,8 +28,8 @@ PASS importedKey.type is "secret"
PASS typeof importedKey.extractable is 'boolean'
PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "HMAC"
-PASS importedKey.algorithm.length is 256
-PASS importedKey.algorithm.hash.name is "SHA-1"
+PASS key.algorithm.length is 256
+PASS key.algorithm.hash.name is "SHA-1"
PASS importedKey.usages.join(',') is "sign"
PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
@@ -37,8 +37,8 @@ PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "HMAC"
-PASS clonedKey.algorithm.length is 256
-PASS clonedKey.algorithm.hash.name is "SHA-1"
+PASS key.algorithm.length is 256
+PASS key.algorithm.hash.name is "SHA-1"
PASS clonedKey.usages.join(',') is "sign"
Serialized key bytes: 3f004b022005092000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f] and was
@@ -48,8 +48,8 @@ PASS importedKey.type is "secret"
PASS typeof importedKey.extractable is 'boolean'
PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "HMAC"
-PASS importedKey.algorithm.length is 128
-PASS importedKey.algorithm.hash.name is "SHA-1"
+PASS key.algorithm.length is 128
+PASS key.algorithm.hash.name is "SHA-1"
PASS importedKey.usages.join(',') is "verify"
PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
@@ -57,8 +57,8 @@ PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "HMAC"
-PASS clonedKey.algorithm.length is 128
-PASS clonedKey.algorithm.hash.name is "SHA-1"
+PASS key.algorithm.length is 128
+PASS key.algorithm.hash.name is "SHA-1"
PASS clonedKey.usages.join(',') is "verify"
Serialized key bytes: 3f004b021005111030112233445566778899aabbccddeeff
PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was
@@ -68,8 +68,8 @@ PASS importedKey.type is "secret"
PASS typeof importedKey.extractable is 'boolean'
PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "HMAC"
-PASS importedKey.algorithm.length is 256
-PASS importedKey.algorithm.hash.name is "SHA-1"
+PASS key.algorithm.length is 256
+PASS key.algorithm.hash.name is "SHA-1"
PASS importedKey.usages.join(',') is "verify"
PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
@@ -77,8 +77,8 @@ PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "HMAC"
-PASS clonedKey.algorithm.length is 256
-PASS clonedKey.algorithm.hash.name is "SHA-1"
+PASS key.algorithm.length is 256
+PASS key.algorithm.hash.name is "SHA-1"
PASS clonedKey.usages.join(',') is "verify"
Serialized key bytes: 3f004b022005112000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f] and was
@@ -88,8 +88,8 @@ PASS importedKey.type is "secret"
PASS typeof importedKey.extractable is 'boolean'
PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "HMAC"
-PASS importedKey.algorithm.length is 128
-PASS importedKey.algorithm.hash.name is "SHA-1"
+PASS key.algorithm.length is 128
+PASS key.algorithm.hash.name is "SHA-1"
PASS importedKey.usages.join(',') is "sign,verify"
PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
@@ -97,8 +97,8 @@ PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "HMAC"
-PASS clonedKey.algorithm.length is 128
-PASS clonedKey.algorithm.hash.name is "SHA-1"
+PASS key.algorithm.length is 128
+PASS key.algorithm.hash.name is "SHA-1"
PASS clonedKey.usages.join(',') is "sign,verify"
Serialized key bytes: 3f004b021005191030112233445566778899aabbccddeeff
PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was
@@ -108,8 +108,8 @@ PASS importedKey.type is "secret"
PASS typeof importedKey.extractable is 'boolean'
PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "HMAC"
-PASS importedKey.algorithm.length is 256
-PASS importedKey.algorithm.hash.name is "SHA-1"
+PASS key.algorithm.length is 256
+PASS key.algorithm.hash.name is "SHA-1"
PASS importedKey.usages.join(',') is "sign,verify"
PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
@@ -117,8 +117,8 @@ PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "HMAC"
-PASS clonedKey.algorithm.length is 256
-PASS clonedKey.algorithm.hash.name is "SHA-1"
+PASS key.algorithm.length is 256
+PASS key.algorithm.hash.name is "SHA-1"
PASS clonedKey.usages.join(',') is "sign,verify"
Serialized key bytes: 3f004b022005192000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f] and was
@@ -128,8 +128,8 @@ PASS importedKey.type is "secret"
PASS typeof importedKey.extractable is 'boolean'
PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "HMAC"
-PASS importedKey.algorithm.length is 128
-PASS importedKey.algorithm.hash.name is "SHA-1"
+PASS key.algorithm.length is 128
+PASS key.algorithm.hash.name is "SHA-1"
PASS importedKey.usages.join(',') is "sign"
PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
@@ -137,8 +137,8 @@ PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "HMAC"
-PASS clonedKey.algorithm.length is 128
-PASS clonedKey.algorithm.hash.name is "SHA-1"
+PASS key.algorithm.length is 128
+PASS key.algorithm.hash.name is "SHA-1"
PASS clonedKey.usages.join(',') is "sign"
Serialized key bytes: 3f004b021005081030112233445566778899aabbccddeeff
@@ -147,8 +147,8 @@ PASS importedKey.type is "secret"
PASS typeof importedKey.extractable is 'boolean'
PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "HMAC"
-PASS importedKey.algorithm.length is 256
-PASS importedKey.algorithm.hash.name is "SHA-1"
+PASS key.algorithm.length is 256
+PASS key.algorithm.hash.name is "SHA-1"
PASS importedKey.usages.join(',') is "sign"
PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
@@ -156,8 +156,8 @@ PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "HMAC"
-PASS clonedKey.algorithm.length is 256
-PASS clonedKey.algorithm.hash.name is "SHA-1"
+PASS key.algorithm.length is 256
+PASS key.algorithm.hash.name is "SHA-1"
PASS clonedKey.usages.join(',') is "sign"
Serialized key bytes: 3f004b022005082000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
@@ -166,8 +166,8 @@ PASS importedKey.type is "secret"
PASS typeof importedKey.extractable is 'boolean'
PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "HMAC"
-PASS importedKey.algorithm.length is 128
-PASS importedKey.algorithm.hash.name is "SHA-1"
+PASS key.algorithm.length is 128
+PASS key.algorithm.hash.name is "SHA-1"
PASS importedKey.usages.join(',') is "verify"
PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
@@ -175,8 +175,8 @@ PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "HMAC"
-PASS clonedKey.algorithm.length is 128
-PASS clonedKey.algorithm.hash.name is "SHA-1"
+PASS key.algorithm.length is 128
+PASS key.algorithm.hash.name is "SHA-1"
PASS clonedKey.usages.join(',') is "verify"
Serialized key bytes: 3f004b021005101030112233445566778899aabbccddeeff
@@ -185,8 +185,8 @@ PASS importedKey.type is "secret"
PASS typeof importedKey.extractable is 'boolean'
PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "HMAC"
-PASS importedKey.algorithm.length is 256
-PASS importedKey.algorithm.hash.name is "SHA-1"
+PASS key.algorithm.length is 256
+PASS key.algorithm.hash.name is "SHA-1"
PASS importedKey.usages.join(',') is "verify"
PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
@@ -194,8 +194,8 @@ PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "HMAC"
-PASS clonedKey.algorithm.length is 256
-PASS clonedKey.algorithm.hash.name is "SHA-1"
+PASS key.algorithm.length is 256
+PASS key.algorithm.hash.name is "SHA-1"
PASS clonedKey.usages.join(',') is "verify"
Serialized key bytes: 3f004b022005102000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
@@ -204,8 +204,8 @@ PASS importedKey.type is "secret"
PASS typeof importedKey.extractable is 'boolean'
PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "HMAC"
-PASS importedKey.algorithm.length is 128
-PASS importedKey.algorithm.hash.name is "SHA-1"
+PASS key.algorithm.length is 128
+PASS key.algorithm.hash.name is "SHA-1"
PASS importedKey.usages.join(',') is "sign,verify"
PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
@@ -213,8 +213,8 @@ PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "HMAC"
-PASS clonedKey.algorithm.length is 128
-PASS clonedKey.algorithm.hash.name is "SHA-1"
+PASS key.algorithm.length is 128
+PASS key.algorithm.hash.name is "SHA-1"
PASS clonedKey.usages.join(',') is "sign,verify"
Serialized key bytes: 3f004b021005181030112233445566778899aabbccddeeff
@@ -223,8 +223,8 @@ PASS importedKey.type is "secret"
PASS typeof importedKey.extractable is 'boolean'
PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "HMAC"
-PASS importedKey.algorithm.length is 256
-PASS importedKey.algorithm.hash.name is "SHA-1"
+PASS key.algorithm.length is 256
+PASS key.algorithm.hash.name is "SHA-1"
PASS importedKey.usages.join(',') is "sign,verify"
PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
@@ -232,8 +232,8 @@ PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "HMAC"
-PASS clonedKey.algorithm.length is 256
-PASS clonedKey.algorithm.hash.name is "SHA-1"
+PASS key.algorithm.length is 256
+PASS key.algorithm.hash.name is "SHA-1"
PASS clonedKey.usages.join(',') is "sign,verify"
Serialized key bytes: 3f004b022005182000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
@@ -242,8 +242,8 @@ PASS importedKey.type is "secret"
PASS typeof importedKey.extractable is 'boolean'
PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "HMAC"
-PASS importedKey.algorithm.length is 128
-PASS importedKey.algorithm.hash.name is "SHA-256"
+PASS key.algorithm.length is 128
+PASS key.algorithm.hash.name is "SHA-256"
PASS importedKey.usages.join(',') is "sign"
PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
@@ -251,8 +251,8 @@ PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "HMAC"
-PASS clonedKey.algorithm.length is 128
-PASS clonedKey.algorithm.hash.name is "SHA-256"
+PASS key.algorithm.length is 128
+PASS key.algorithm.hash.name is "SHA-256"
PASS clonedKey.usages.join(',') is "sign"
Serialized key bytes: 3f004b021006091030112233445566778899aabbccddeeff
PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was
@@ -262,8 +262,8 @@ PASS importedKey.type is "secret"
PASS typeof importedKey.extractable is 'boolean'
PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "HMAC"
-PASS importedKey.algorithm.length is 256
-PASS importedKey.algorithm.hash.name is "SHA-256"
+PASS key.algorithm.length is 256
+PASS key.algorithm.hash.name is "SHA-256"
PASS importedKey.usages.join(',') is "sign"
PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
@@ -271,8 +271,8 @@ PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "HMAC"
-PASS clonedKey.algorithm.length is 256
-PASS clonedKey.algorithm.hash.name is "SHA-256"
+PASS key.algorithm.length is 256
+PASS key.algorithm.hash.name is "SHA-256"
PASS clonedKey.usages.join(',') is "sign"
Serialized key bytes: 3f004b022006092000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f] and was
@@ -282,8 +282,8 @@ PASS importedKey.type is "secret"
PASS typeof importedKey.extractable is 'boolean'
PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "HMAC"
-PASS importedKey.algorithm.length is 128
-PASS importedKey.algorithm.hash.name is "SHA-256"
+PASS key.algorithm.length is 128
+PASS key.algorithm.hash.name is "SHA-256"
PASS importedKey.usages.join(',') is "verify"
PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
@@ -291,8 +291,8 @@ PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "HMAC"
-PASS clonedKey.algorithm.length is 128
-PASS clonedKey.algorithm.hash.name is "SHA-256"
+PASS key.algorithm.length is 128
+PASS key.algorithm.hash.name is "SHA-256"
PASS clonedKey.usages.join(',') is "verify"
Serialized key bytes: 3f004b021006111030112233445566778899aabbccddeeff
PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was
@@ -302,8 +302,8 @@ PASS importedKey.type is "secret"
PASS typeof importedKey.extractable is 'boolean'
PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "HMAC"
-PASS importedKey.algorithm.length is 256
-PASS importedKey.algorithm.hash.name is "SHA-256"
+PASS key.algorithm.length is 256
+PASS key.algorithm.hash.name is "SHA-256"
PASS importedKey.usages.join(',') is "verify"
PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
@@ -311,8 +311,8 @@ PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "HMAC"
-PASS clonedKey.algorithm.length is 256
-PASS clonedKey.algorithm.hash.name is "SHA-256"
+PASS key.algorithm.length is 256
+PASS key.algorithm.hash.name is "SHA-256"
PASS clonedKey.usages.join(',') is "verify"
Serialized key bytes: 3f004b022006112000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f] and was
@@ -322,8 +322,8 @@ PASS importedKey.type is "secret"
PASS typeof importedKey.extractable is 'boolean'
PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "HMAC"
-PASS importedKey.algorithm.length is 128
-PASS importedKey.algorithm.hash.name is "SHA-256"
+PASS key.algorithm.length is 128
+PASS key.algorithm.hash.name is "SHA-256"
PASS importedKey.usages.join(',') is "sign,verify"
PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
@@ -331,8 +331,8 @@ PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "HMAC"
-PASS clonedKey.algorithm.length is 128
-PASS clonedKey.algorithm.hash.name is "SHA-256"
+PASS key.algorithm.length is 128
+PASS key.algorithm.hash.name is "SHA-256"
PASS clonedKey.usages.join(',') is "sign,verify"
Serialized key bytes: 3f004b021006191030112233445566778899aabbccddeeff
PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was
@@ -342,8 +342,8 @@ PASS importedKey.type is "secret"
PASS typeof importedKey.extractable is 'boolean'
PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "HMAC"
-PASS importedKey.algorithm.length is 256
-PASS importedKey.algorithm.hash.name is "SHA-256"
+PASS key.algorithm.length is 256
+PASS key.algorithm.hash.name is "SHA-256"
PASS importedKey.usages.join(',') is "sign,verify"
PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
@@ -351,8 +351,8 @@ PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "HMAC"
-PASS clonedKey.algorithm.length is 256
-PASS clonedKey.algorithm.hash.name is "SHA-256"
+PASS key.algorithm.length is 256
+PASS key.algorithm.hash.name is "SHA-256"
PASS clonedKey.usages.join(',') is "sign,verify"
Serialized key bytes: 3f004b022006192000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f] and was
@@ -362,8 +362,8 @@ PASS importedKey.type is "secret"
PASS typeof importedKey.extractable is 'boolean'
PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "HMAC"
-PASS importedKey.algorithm.length is 128
-PASS importedKey.algorithm.hash.name is "SHA-256"
+PASS key.algorithm.length is 128
+PASS key.algorithm.hash.name is "SHA-256"
PASS importedKey.usages.join(',') is "sign"
PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
@@ -371,8 +371,8 @@ PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "HMAC"
-PASS clonedKey.algorithm.length is 128
-PASS clonedKey.algorithm.hash.name is "SHA-256"
+PASS key.algorithm.length is 128
+PASS key.algorithm.hash.name is "SHA-256"
PASS clonedKey.usages.join(',') is "sign"
Serialized key bytes: 3f004b021006081030112233445566778899aabbccddeeff
@@ -381,8 +381,8 @@ PASS importedKey.type is "secret"
PASS typeof importedKey.extractable is 'boolean'
PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "HMAC"
-PASS importedKey.algorithm.length is 256
-PASS importedKey.algorithm.hash.name is "SHA-256"
+PASS key.algorithm.length is 256
+PASS key.algorithm.hash.name is "SHA-256"
PASS importedKey.usages.join(',') is "sign"
PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
@@ -390,8 +390,8 @@ PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "HMAC"
-PASS clonedKey.algorithm.length is 256
-PASS clonedKey.algorithm.hash.name is "SHA-256"
+PASS key.algorithm.length is 256
+PASS key.algorithm.hash.name is "SHA-256"
PASS clonedKey.usages.join(',') is "sign"
Serialized key bytes: 3f004b022006082000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
@@ -400,8 +400,8 @@ PASS importedKey.type is "secret"
PASS typeof importedKey.extractable is 'boolean'
PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "HMAC"
-PASS importedKey.algorithm.length is 128
-PASS importedKey.algorithm.hash.name is "SHA-256"
+PASS key.algorithm.length is 128
+PASS key.algorithm.hash.name is "SHA-256"
PASS importedKey.usages.join(',') is "verify"
PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
@@ -409,8 +409,8 @@ PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "HMAC"
-PASS clonedKey.algorithm.length is 128
-PASS clonedKey.algorithm.hash.name is "SHA-256"
+PASS key.algorithm.length is 128
+PASS key.algorithm.hash.name is "SHA-256"
PASS clonedKey.usages.join(',') is "verify"
Serialized key bytes: 3f004b021006101030112233445566778899aabbccddeeff
@@ -419,8 +419,8 @@ PASS importedKey.type is "secret"
PASS typeof importedKey.extractable is 'boolean'
PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "HMAC"
-PASS importedKey.algorithm.length is 256
-PASS importedKey.algorithm.hash.name is "SHA-256"
+PASS key.algorithm.length is 256
+PASS key.algorithm.hash.name is "SHA-256"
PASS importedKey.usages.join(',') is "verify"
PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
@@ -428,8 +428,8 @@ PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "HMAC"
-PASS clonedKey.algorithm.length is 256
-PASS clonedKey.algorithm.hash.name is "SHA-256"
+PASS key.algorithm.length is 256
+PASS key.algorithm.hash.name is "SHA-256"
PASS clonedKey.usages.join(',') is "verify"
Serialized key bytes: 3f004b022006102000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
@@ -438,8 +438,8 @@ PASS importedKey.type is "secret"
PASS typeof importedKey.extractable is 'boolean'
PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "HMAC"
-PASS importedKey.algorithm.length is 128
-PASS importedKey.algorithm.hash.name is "SHA-256"
+PASS key.algorithm.length is 128
+PASS key.algorithm.hash.name is "SHA-256"
PASS importedKey.usages.join(',') is "sign,verify"
PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
@@ -447,8 +447,8 @@ PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "HMAC"
-PASS clonedKey.algorithm.length is 128
-PASS clonedKey.algorithm.hash.name is "SHA-256"
+PASS key.algorithm.length is 128
+PASS key.algorithm.hash.name is "SHA-256"
PASS clonedKey.usages.join(',') is "sign,verify"
Serialized key bytes: 3f004b021006181030112233445566778899aabbccddeeff
@@ -457,8 +457,8 @@ PASS importedKey.type is "secret"
PASS typeof importedKey.extractable is 'boolean'
PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "HMAC"
-PASS importedKey.algorithm.length is 256
-PASS importedKey.algorithm.hash.name is "SHA-256"
+PASS key.algorithm.length is 256
+PASS key.algorithm.hash.name is "SHA-256"
PASS importedKey.usages.join(',') is "sign,verify"
PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
@@ -466,8 +466,8 @@ PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "HMAC"
-PASS clonedKey.algorithm.length is 256
-PASS clonedKey.algorithm.hash.name is "SHA-256"
+PASS key.algorithm.length is 256
+PASS key.algorithm.hash.name is "SHA-256"
PASS clonedKey.usages.join(',') is "sign,verify"
Serialized key bytes: 3f004b022006182000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
@@ -476,8 +476,8 @@ PASS importedKey.type is "secret"
PASS typeof importedKey.extractable is 'boolean'
PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "HMAC"
-PASS importedKey.algorithm.length is 128
-PASS importedKey.algorithm.hash.name is "SHA-512"
+PASS key.algorithm.length is 128
+PASS key.algorithm.hash.name is "SHA-512"
PASS importedKey.usages.join(',') is "sign"
PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
@@ -485,8 +485,8 @@ PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "HMAC"
-PASS clonedKey.algorithm.length is 128
-PASS clonedKey.algorithm.hash.name is "SHA-512"
+PASS key.algorithm.length is 128
+PASS key.algorithm.hash.name is "SHA-512"
PASS clonedKey.usages.join(',') is "sign"
Serialized key bytes: 3f004b021008091030112233445566778899aabbccddeeff
PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was
@@ -496,8 +496,8 @@ PASS importedKey.type is "secret"
PASS typeof importedKey.extractable is 'boolean'
PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "HMAC"
-PASS importedKey.algorithm.length is 256
-PASS importedKey.algorithm.hash.name is "SHA-512"
+PASS key.algorithm.length is 256
+PASS key.algorithm.hash.name is "SHA-512"
PASS importedKey.usages.join(',') is "sign"
PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
@@ -505,8 +505,8 @@ PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "HMAC"
-PASS clonedKey.algorithm.length is 256
-PASS clonedKey.algorithm.hash.name is "SHA-512"
+PASS key.algorithm.length is 256
+PASS key.algorithm.hash.name is "SHA-512"
PASS clonedKey.usages.join(',') is "sign"
Serialized key bytes: 3f004b022008092000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f] and was
@@ -516,8 +516,8 @@ PASS importedKey.type is "secret"
PASS typeof importedKey.extractable is 'boolean'
PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "HMAC"
-PASS importedKey.algorithm.length is 128
-PASS importedKey.algorithm.hash.name is "SHA-512"
+PASS key.algorithm.length is 128
+PASS key.algorithm.hash.name is "SHA-512"
PASS importedKey.usages.join(',') is "verify"
PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
@@ -525,8 +525,8 @@ PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "HMAC"
-PASS clonedKey.algorithm.length is 128
-PASS clonedKey.algorithm.hash.name is "SHA-512"
+PASS key.algorithm.length is 128
+PASS key.algorithm.hash.name is "SHA-512"
PASS clonedKey.usages.join(',') is "verify"
Serialized key bytes: 3f004b021008111030112233445566778899aabbccddeeff
PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was
@@ -536,8 +536,8 @@ PASS importedKey.type is "secret"
PASS typeof importedKey.extractable is 'boolean'
PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "HMAC"
-PASS importedKey.algorithm.length is 256
-PASS importedKey.algorithm.hash.name is "SHA-512"
+PASS key.algorithm.length is 256
+PASS key.algorithm.hash.name is "SHA-512"
PASS importedKey.usages.join(',') is "verify"
PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
@@ -545,8 +545,8 @@ PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "HMAC"
-PASS clonedKey.algorithm.length is 256
-PASS clonedKey.algorithm.hash.name is "SHA-512"
+PASS key.algorithm.length is 256
+PASS key.algorithm.hash.name is "SHA-512"
PASS clonedKey.usages.join(',') is "verify"
Serialized key bytes: 3f004b022008112000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f] and was
@@ -556,8 +556,8 @@ PASS importedKey.type is "secret"
PASS typeof importedKey.extractable is 'boolean'
PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "HMAC"
-PASS importedKey.algorithm.length is 128
-PASS importedKey.algorithm.hash.name is "SHA-512"
+PASS key.algorithm.length is 128
+PASS key.algorithm.hash.name is "SHA-512"
PASS importedKey.usages.join(',') is "sign,verify"
PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
@@ -565,8 +565,8 @@ PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "HMAC"
-PASS clonedKey.algorithm.length is 128
-PASS clonedKey.algorithm.hash.name is "SHA-512"
+PASS key.algorithm.length is 128
+PASS key.algorithm.hash.name is "SHA-512"
PASS clonedKey.usages.join(',') is "sign,verify"
Serialized key bytes: 3f004b021008191030112233445566778899aabbccddeeff
PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was
@@ -576,8 +576,8 @@ PASS importedKey.type is "secret"
PASS typeof importedKey.extractable is 'boolean'
PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "HMAC"
-PASS importedKey.algorithm.length is 256
-PASS importedKey.algorithm.hash.name is "SHA-512"
+PASS key.algorithm.length is 256
+PASS key.algorithm.hash.name is "SHA-512"
PASS importedKey.usages.join(',') is "sign,verify"
PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
@@ -585,8 +585,8 @@ PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "HMAC"
-PASS clonedKey.algorithm.length is 256
-PASS clonedKey.algorithm.hash.name is "SHA-512"
+PASS key.algorithm.length is 256
+PASS key.algorithm.hash.name is "SHA-512"
PASS clonedKey.usages.join(',') is "sign,verify"
Serialized key bytes: 3f004b022008192000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f] and was
@@ -596,8 +596,8 @@ PASS importedKey.type is "secret"
PASS typeof importedKey.extractable is 'boolean'
PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "HMAC"
-PASS importedKey.algorithm.length is 128
-PASS importedKey.algorithm.hash.name is "SHA-512"
+PASS key.algorithm.length is 128
+PASS key.algorithm.hash.name is "SHA-512"
PASS importedKey.usages.join(',') is "sign"
PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
@@ -605,8 +605,8 @@ PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "HMAC"
-PASS clonedKey.algorithm.length is 128
-PASS clonedKey.algorithm.hash.name is "SHA-512"
+PASS key.algorithm.length is 128
+PASS key.algorithm.hash.name is "SHA-512"
PASS clonedKey.usages.join(',') is "sign"
Serialized key bytes: 3f004b021008081030112233445566778899aabbccddeeff
@@ -615,8 +615,8 @@ PASS importedKey.type is "secret"
PASS typeof importedKey.extractable is 'boolean'
PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "HMAC"
-PASS importedKey.algorithm.length is 256
-PASS importedKey.algorithm.hash.name is "SHA-512"
+PASS key.algorithm.length is 256
+PASS key.algorithm.hash.name is "SHA-512"
PASS importedKey.usages.join(',') is "sign"
PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
@@ -624,8 +624,8 @@ PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "HMAC"
-PASS clonedKey.algorithm.length is 256
-PASS clonedKey.algorithm.hash.name is "SHA-512"
+PASS key.algorithm.length is 256
+PASS key.algorithm.hash.name is "SHA-512"
PASS clonedKey.usages.join(',') is "sign"
Serialized key bytes: 3f004b022008082000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
@@ -634,8 +634,8 @@ PASS importedKey.type is "secret"
PASS typeof importedKey.extractable is 'boolean'
PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "HMAC"
-PASS importedKey.algorithm.length is 128
-PASS importedKey.algorithm.hash.name is "SHA-512"
+PASS key.algorithm.length is 128
+PASS key.algorithm.hash.name is "SHA-512"
PASS importedKey.usages.join(',') is "verify"
PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
@@ -643,8 +643,8 @@ PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "HMAC"
-PASS clonedKey.algorithm.length is 128
-PASS clonedKey.algorithm.hash.name is "SHA-512"
+PASS key.algorithm.length is 128
+PASS key.algorithm.hash.name is "SHA-512"
PASS clonedKey.usages.join(',') is "verify"
Serialized key bytes: 3f004b021008101030112233445566778899aabbccddeeff
@@ -653,8 +653,8 @@ PASS importedKey.type is "secret"
PASS typeof importedKey.extractable is 'boolean'
PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "HMAC"
-PASS importedKey.algorithm.length is 256
-PASS importedKey.algorithm.hash.name is "SHA-512"
+PASS key.algorithm.length is 256
+PASS key.algorithm.hash.name is "SHA-512"
PASS importedKey.usages.join(',') is "verify"
PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
@@ -662,8 +662,8 @@ PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "HMAC"
-PASS clonedKey.algorithm.length is 256
-PASS clonedKey.algorithm.hash.name is "SHA-512"
+PASS key.algorithm.length is 256
+PASS key.algorithm.hash.name is "SHA-512"
PASS clonedKey.usages.join(',') is "verify"
Serialized key bytes: 3f004b022008102000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
@@ -672,8 +672,8 @@ PASS importedKey.type is "secret"
PASS typeof importedKey.extractable is 'boolean'
PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "HMAC"
-PASS importedKey.algorithm.length is 128
-PASS importedKey.algorithm.hash.name is "SHA-512"
+PASS key.algorithm.length is 128
+PASS key.algorithm.hash.name is "SHA-512"
PASS importedKey.usages.join(',') is "sign,verify"
PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
@@ -681,8 +681,8 @@ PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "HMAC"
-PASS clonedKey.algorithm.length is 128
-PASS clonedKey.algorithm.hash.name is "SHA-512"
+PASS key.algorithm.length is 128
+PASS key.algorithm.hash.name is "SHA-512"
PASS clonedKey.usages.join(',') is "sign,verify"
Serialized key bytes: 3f004b021008181030112233445566778899aabbccddeeff
@@ -691,8 +691,8 @@ PASS importedKey.type is "secret"
PASS typeof importedKey.extractable is 'boolean'
PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "HMAC"
-PASS importedKey.algorithm.length is 256
-PASS importedKey.algorithm.hash.name is "SHA-512"
+PASS key.algorithm.length is 256
+PASS key.algorithm.hash.name is "SHA-512"
PASS importedKey.usages.join(',') is "sign,verify"
PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
@@ -700,8 +700,8 @@ PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "HMAC"
-PASS clonedKey.algorithm.length is 256
-PASS clonedKey.algorithm.hash.name is "SHA-512"
+PASS key.algorithm.length is 256
+PASS key.algorithm.hash.name is "SHA-512"
PASS clonedKey.usages.join(',') is "sign,verify"
Serialized key bytes: 3f004b022008182000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f

Powered by Google App Engine
This is Rietveld 408576698