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

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

Issue 770363002: [WebCrypto] Crypto tests updated to use KeyUsage (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Renamed file and removed unwanted expected file Created 6 years 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
index 0900977f64bb2cd0ea0b2d35399eadd4bb5fc67e..5b27113e8814a99d927cdaa9126d392af4e821b3 100644
--- a/LayoutTests/crypto/clone-aesKey-expected.txt
+++ b/LayoutTests/crypto/clone-aesKey-expected.txt
@@ -9,42 +9,6 @@ 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 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-CBC"
-PASS clonedKey.algorithm.length is 128
-PASS clonedKey.usages.join(',') is ""
-Serialized key bytes: 3f004b010110011030112233445566778899aabbccddeeff
-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 256
-PASS importedKey.usages.join(',') is ""
-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-CBC"
-PASS clonedKey.algorithm.length is 256
-PASS clonedKey.usages.join(',') is ""
-Serialized key bytes: 3f004b010120012000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
-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 is not clonedKey
PASS clonedKey.extraProperty is undefined.
@@ -153,40 +117,6 @@ 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 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-CBC"
-PASS clonedKey.algorithm.length is 128
-PASS clonedKey.usages.join(',') is ""
-Serialized key bytes: 3f004b010110001030112233445566778899aabbccddeeff
-
-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 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-CBC"
-PASS clonedKey.algorithm.length is 256
-PASS clonedKey.usages.join(',') is ""
-Serialized key bytes: 3f004b010120002000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
-
-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 is not clonedKey
PASS clonedKey.extraProperty is undefined.
@@ -289,42 +219,6 @@ 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 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 clonedKey.algorithm.length is 128
-PASS clonedKey.usages.join(',') is ""
-Serialized key bytes: 3f004b010910011030112233445566778899aabbccddeeff
-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 256
-PASS importedKey.usages.join(',') is ""
-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 clonedKey.algorithm.length is 256
-PASS clonedKey.usages.join(',') is ""
-Serialized key bytes: 3f004b010920012000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
-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 is not clonedKey
PASS clonedKey.extraProperty is undefined.
@@ -433,40 +327,6 @@ 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 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 clonedKey.algorithm.length is 128
-PASS clonedKey.usages.join(',') is ""
-Serialized key bytes: 3f004b010910001030112233445566778899aabbccddeeff
-
-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 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 clonedKey.algorithm.length is 256
-PASS clonedKey.usages.join(',') is ""
-Serialized key bytes: 3f004b010920002000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
-
-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 is not clonedKey
PASS clonedKey.extraProperty is undefined.
« 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