Index: LayoutTests/crypto/clone-hmacKey-expected.txt |
diff --git a/LayoutTests/crypto/clone-hmacKey-expected.txt b/LayoutTests/crypto/clone-hmacKey-expected.txt |
deleted file mode 100644 |
index bcdff85d3858d2af9b7be77a1c907c194421b087..0000000000000000000000000000000000000000 |
--- a/LayoutTests/crypto/clone-hmacKey-expected.txt |
+++ /dev/null |
@@ -1,711 +0,0 @@ |
-Tests structured cloning of HMAC 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 "HMAC" |
-PASS importedKey.algorithm.length is 128 |
-PASS importedKey.algorithm.hash.name is "SHA-1" |
-PASS importedKey.usages.join(',') is "sign" |
-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 "HMAC" |
-PASS clonedKey.algorithm.length is 128 |
-PASS clonedKey.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 |
- |
-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 "HMAC" |
-PASS importedKey.algorithm.length is 256 |
-PASS importedKey.algorithm.hash.name is "SHA-1" |
-PASS importedKey.usages.join(',') is "sign" |
-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 "HMAC" |
-PASS clonedKey.algorithm.length is 256 |
-PASS clonedKey.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 |
- |
-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 "HMAC" |
-PASS importedKey.algorithm.length is 128 |
-PASS importedKey.algorithm.hash.name is "SHA-1" |
-PASS importedKey.usages.join(',') is "verify" |
-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 "HMAC" |
-PASS clonedKey.algorithm.length is 128 |
-PASS clonedKey.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 |
- |
-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 "HMAC" |
-PASS importedKey.algorithm.length is 256 |
-PASS importedKey.algorithm.hash.name is "SHA-1" |
-PASS importedKey.usages.join(',') is "verify" |
-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 "HMAC" |
-PASS clonedKey.algorithm.length is 256 |
-PASS clonedKey.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 |
- |
-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 "HMAC" |
-PASS importedKey.algorithm.length is 128 |
-PASS importedKey.algorithm.hash.name is "SHA-1" |
-PASS importedKey.usages.join(',') is "sign,verify" |
-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 "HMAC" |
-PASS clonedKey.algorithm.length is 128 |
-PASS clonedKey.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 |
- |
-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 "HMAC" |
-PASS importedKey.algorithm.length is 256 |
-PASS importedKey.algorithm.hash.name is "SHA-1" |
-PASS importedKey.usages.join(',') is "sign,verify" |
-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 "HMAC" |
-PASS clonedKey.algorithm.length is 256 |
-PASS clonedKey.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 |
- |
-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 "HMAC" |
-PASS importedKey.algorithm.length is 128 |
-PASS importedKey.algorithm.hash.name is "SHA-1" |
-PASS importedKey.usages.join(',') is "sign" |
-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 "HMAC" |
-PASS clonedKey.algorithm.length is 128 |
-PASS clonedKey.algorithm.hash.name is "SHA-1" |
-PASS clonedKey.usages.join(',') is "sign" |
-Serialized key bytes: 3f004b021005081030112233445566778899aabbccddeeff |
- |
-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 "HMAC" |
-PASS importedKey.algorithm.length is 256 |
-PASS importedKey.algorithm.hash.name is "SHA-1" |
-PASS importedKey.usages.join(',') is "sign" |
-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 "HMAC" |
-PASS clonedKey.algorithm.length is 256 |
-PASS clonedKey.algorithm.hash.name is "SHA-1" |
-PASS clonedKey.usages.join(',') is "sign" |
-Serialized key bytes: 3f004b022005082000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f |
- |
-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 "HMAC" |
-PASS importedKey.algorithm.length is 128 |
-PASS importedKey.algorithm.hash.name is "SHA-1" |
-PASS importedKey.usages.join(',') is "verify" |
-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 "HMAC" |
-PASS clonedKey.algorithm.length is 128 |
-PASS clonedKey.algorithm.hash.name is "SHA-1" |
-PASS clonedKey.usages.join(',') is "verify" |
-Serialized key bytes: 3f004b021005101030112233445566778899aabbccddeeff |
- |
-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 "HMAC" |
-PASS importedKey.algorithm.length is 256 |
-PASS importedKey.algorithm.hash.name is "SHA-1" |
-PASS importedKey.usages.join(',') is "verify" |
-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 "HMAC" |
-PASS clonedKey.algorithm.length is 256 |
-PASS clonedKey.algorithm.hash.name is "SHA-1" |
-PASS clonedKey.usages.join(',') is "verify" |
-Serialized key bytes: 3f004b022005102000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f |
- |
-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 "HMAC" |
-PASS importedKey.algorithm.length is 128 |
-PASS importedKey.algorithm.hash.name is "SHA-1" |
-PASS importedKey.usages.join(',') is "sign,verify" |
-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 "HMAC" |
-PASS clonedKey.algorithm.length is 128 |
-PASS clonedKey.algorithm.hash.name is "SHA-1" |
-PASS clonedKey.usages.join(',') is "sign,verify" |
-Serialized key bytes: 3f004b021005181030112233445566778899aabbccddeeff |
- |
-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 "HMAC" |
-PASS importedKey.algorithm.length is 256 |
-PASS importedKey.algorithm.hash.name is "SHA-1" |
-PASS importedKey.usages.join(',') is "sign,verify" |
-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 "HMAC" |
-PASS clonedKey.algorithm.length is 256 |
-PASS clonedKey.algorithm.hash.name is "SHA-1" |
-PASS clonedKey.usages.join(',') is "sign,verify" |
-Serialized key bytes: 3f004b022005182000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f |
- |
-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 "HMAC" |
-PASS importedKey.algorithm.length is 128 |
-PASS importedKey.algorithm.hash.name is "SHA-256" |
-PASS importedKey.usages.join(',') is "sign" |
-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 "HMAC" |
-PASS clonedKey.algorithm.length is 128 |
-PASS clonedKey.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 |
- |
-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 "HMAC" |
-PASS importedKey.algorithm.length is 256 |
-PASS importedKey.algorithm.hash.name is "SHA-256" |
-PASS importedKey.usages.join(',') is "sign" |
-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 "HMAC" |
-PASS clonedKey.algorithm.length is 256 |
-PASS clonedKey.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 |
- |
-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 "HMAC" |
-PASS importedKey.algorithm.length is 128 |
-PASS importedKey.algorithm.hash.name is "SHA-256" |
-PASS importedKey.usages.join(',') is "verify" |
-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 "HMAC" |
-PASS clonedKey.algorithm.length is 128 |
-PASS clonedKey.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 |
- |
-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 "HMAC" |
-PASS importedKey.algorithm.length is 256 |
-PASS importedKey.algorithm.hash.name is "SHA-256" |
-PASS importedKey.usages.join(',') is "verify" |
-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 "HMAC" |
-PASS clonedKey.algorithm.length is 256 |
-PASS clonedKey.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 |
- |
-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 "HMAC" |
-PASS importedKey.algorithm.length is 128 |
-PASS importedKey.algorithm.hash.name is "SHA-256" |
-PASS importedKey.usages.join(',') is "sign,verify" |
-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 "HMAC" |
-PASS clonedKey.algorithm.length is 128 |
-PASS clonedKey.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 |
- |
-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 "HMAC" |
-PASS importedKey.algorithm.length is 256 |
-PASS importedKey.algorithm.hash.name is "SHA-256" |
-PASS importedKey.usages.join(',') is "sign,verify" |
-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 "HMAC" |
-PASS clonedKey.algorithm.length is 256 |
-PASS clonedKey.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 |
- |
-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 "HMAC" |
-PASS importedKey.algorithm.length is 128 |
-PASS importedKey.algorithm.hash.name is "SHA-256" |
-PASS importedKey.usages.join(',') is "sign" |
-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 "HMAC" |
-PASS clonedKey.algorithm.length is 128 |
-PASS clonedKey.algorithm.hash.name is "SHA-256" |
-PASS clonedKey.usages.join(',') is "sign" |
-Serialized key bytes: 3f004b021006081030112233445566778899aabbccddeeff |
- |
-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 "HMAC" |
-PASS importedKey.algorithm.length is 256 |
-PASS importedKey.algorithm.hash.name is "SHA-256" |
-PASS importedKey.usages.join(',') is "sign" |
-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 "HMAC" |
-PASS clonedKey.algorithm.length is 256 |
-PASS clonedKey.algorithm.hash.name is "SHA-256" |
-PASS clonedKey.usages.join(',') is "sign" |
-Serialized key bytes: 3f004b022006082000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f |
- |
-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 "HMAC" |
-PASS importedKey.algorithm.length is 128 |
-PASS importedKey.algorithm.hash.name is "SHA-256" |
-PASS importedKey.usages.join(',') is "verify" |
-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 "HMAC" |
-PASS clonedKey.algorithm.length is 128 |
-PASS clonedKey.algorithm.hash.name is "SHA-256" |
-PASS clonedKey.usages.join(',') is "verify" |
-Serialized key bytes: 3f004b021006101030112233445566778899aabbccddeeff |
- |
-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 "HMAC" |
-PASS importedKey.algorithm.length is 256 |
-PASS importedKey.algorithm.hash.name is "SHA-256" |
-PASS importedKey.usages.join(',') is "verify" |
-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 "HMAC" |
-PASS clonedKey.algorithm.length is 256 |
-PASS clonedKey.algorithm.hash.name is "SHA-256" |
-PASS clonedKey.usages.join(',') is "verify" |
-Serialized key bytes: 3f004b022006102000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f |
- |
-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 "HMAC" |
-PASS importedKey.algorithm.length is 128 |
-PASS importedKey.algorithm.hash.name is "SHA-256" |
-PASS importedKey.usages.join(',') is "sign,verify" |
-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 "HMAC" |
-PASS clonedKey.algorithm.length is 128 |
-PASS clonedKey.algorithm.hash.name is "SHA-256" |
-PASS clonedKey.usages.join(',') is "sign,verify" |
-Serialized key bytes: 3f004b021006181030112233445566778899aabbccddeeff |
- |
-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 "HMAC" |
-PASS importedKey.algorithm.length is 256 |
-PASS importedKey.algorithm.hash.name is "SHA-256" |
-PASS importedKey.usages.join(',') is "sign,verify" |
-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 "HMAC" |
-PASS clonedKey.algorithm.length is 256 |
-PASS clonedKey.algorithm.hash.name is "SHA-256" |
-PASS clonedKey.usages.join(',') is "sign,verify" |
-Serialized key bytes: 3f004b022006182000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f |
- |
-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 "HMAC" |
-PASS importedKey.algorithm.length is 128 |
-PASS importedKey.algorithm.hash.name is "SHA-512" |
-PASS importedKey.usages.join(',') is "sign" |
-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 "HMAC" |
-PASS clonedKey.algorithm.length is 128 |
-PASS clonedKey.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 |
- |
-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 "HMAC" |
-PASS importedKey.algorithm.length is 256 |
-PASS importedKey.algorithm.hash.name is "SHA-512" |
-PASS importedKey.usages.join(',') is "sign" |
-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 "HMAC" |
-PASS clonedKey.algorithm.length is 256 |
-PASS clonedKey.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 |
- |
-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 "HMAC" |
-PASS importedKey.algorithm.length is 128 |
-PASS importedKey.algorithm.hash.name is "SHA-512" |
-PASS importedKey.usages.join(',') is "verify" |
-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 "HMAC" |
-PASS clonedKey.algorithm.length is 128 |
-PASS clonedKey.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 |
- |
-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 "HMAC" |
-PASS importedKey.algorithm.length is 256 |
-PASS importedKey.algorithm.hash.name is "SHA-512" |
-PASS importedKey.usages.join(',') is "verify" |
-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 "HMAC" |
-PASS clonedKey.algorithm.length is 256 |
-PASS clonedKey.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 |
- |
-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 "HMAC" |
-PASS importedKey.algorithm.length is 128 |
-PASS importedKey.algorithm.hash.name is "SHA-512" |
-PASS importedKey.usages.join(',') is "sign,verify" |
-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 "HMAC" |
-PASS clonedKey.algorithm.length is 128 |
-PASS clonedKey.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 |
- |
-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 "HMAC" |
-PASS importedKey.algorithm.length is 256 |
-PASS importedKey.algorithm.hash.name is "SHA-512" |
-PASS importedKey.usages.join(',') is "sign,verify" |
-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 "HMAC" |
-PASS clonedKey.algorithm.length is 256 |
-PASS clonedKey.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 |
- |
-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 "HMAC" |
-PASS importedKey.algorithm.length is 128 |
-PASS importedKey.algorithm.hash.name is "SHA-512" |
-PASS importedKey.usages.join(',') is "sign" |
-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 "HMAC" |
-PASS clonedKey.algorithm.length is 128 |
-PASS clonedKey.algorithm.hash.name is "SHA-512" |
-PASS clonedKey.usages.join(',') is "sign" |
-Serialized key bytes: 3f004b021008081030112233445566778899aabbccddeeff |
- |
-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 "HMAC" |
-PASS importedKey.algorithm.length is 256 |
-PASS importedKey.algorithm.hash.name is "SHA-512" |
-PASS importedKey.usages.join(',') is "sign" |
-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 "HMAC" |
-PASS clonedKey.algorithm.length is 256 |
-PASS clonedKey.algorithm.hash.name is "SHA-512" |
-PASS clonedKey.usages.join(',') is "sign" |
-Serialized key bytes: 3f004b022008082000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f |
- |
-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 "HMAC" |
-PASS importedKey.algorithm.length is 128 |
-PASS importedKey.algorithm.hash.name is "SHA-512" |
-PASS importedKey.usages.join(',') is "verify" |
-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 "HMAC" |
-PASS clonedKey.algorithm.length is 128 |
-PASS clonedKey.algorithm.hash.name is "SHA-512" |
-PASS clonedKey.usages.join(',') is "verify" |
-Serialized key bytes: 3f004b021008101030112233445566778899aabbccddeeff |
- |
-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 "HMAC" |
-PASS importedKey.algorithm.length is 256 |
-PASS importedKey.algorithm.hash.name is "SHA-512" |
-PASS importedKey.usages.join(',') is "verify" |
-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 "HMAC" |
-PASS clonedKey.algorithm.length is 256 |
-PASS clonedKey.algorithm.hash.name is "SHA-512" |
-PASS clonedKey.usages.join(',') is "verify" |
-Serialized key bytes: 3f004b022008102000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f |
- |
-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 "HMAC" |
-PASS importedKey.algorithm.length is 128 |
-PASS importedKey.algorithm.hash.name is "SHA-512" |
-PASS importedKey.usages.join(',') is "sign,verify" |
-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 "HMAC" |
-PASS clonedKey.algorithm.length is 128 |
-PASS clonedKey.algorithm.hash.name is "SHA-512" |
-PASS clonedKey.usages.join(',') is "sign,verify" |
-Serialized key bytes: 3f004b021008181030112233445566778899aabbccddeeff |
- |
-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 "HMAC" |
-PASS importedKey.algorithm.length is 256 |
-PASS importedKey.algorithm.hash.name is "SHA-512" |
-PASS importedKey.usages.join(',') is "sign,verify" |
-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 "HMAC" |
-PASS clonedKey.algorithm.length is 256 |
-PASS clonedKey.algorithm.hash.name is "SHA-512" |
-PASS clonedKey.usages.join(',') is "sign,verify" |
-Serialized key bytes: 3f004b022008182000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f |
- |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |