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

Unified Diff: LayoutTests/crypto/aes-kw-wrapKey-unwrapKey-raw-expected.txt

Issue 325323004: [webcrypto] Remove support for AES 192-bit keys (1 of 2) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/aes-kw-wrapKey-unwrapKey-raw.html ('k') | LayoutTests/crypto/clone-aesKey.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/crypto/aes-kw-wrapKey-unwrapKey-raw-expected.txt
diff --git a/LayoutTests/crypto/aes-kw-wrapKey-unwrapKey-raw-expected.txt b/LayoutTests/crypto/aes-kw-wrapKey-unwrapKey-raw-expected.txt
index d611bde53331efaf5cdf4344ae1b4d663f5adade..68f5f7e74167721eacfc0ee520fde2d390f671fb 100644
--- a/LayoutTests/crypto/aes-kw-wrapKey-unwrapKey-raw-expected.txt
+++ b/LayoutTests/crypto/aes-kw-wrapKey-unwrapKey-raw-expected.txt
@@ -4,46 +4,36 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS: Wrapped key data should be [1fa68b0a8112b447aef34bd8fb5a7b829d3e862371d2cfe5] and was
-PASS unwrappedKey.algorithm.name is "AES-CBC"
+PASS unwrappedKey.algorithm.name is "HMAC"
+PASS unwrappedKey.algorithm.hash.name is "SHA-1"
PASS unwrappedKey.algorithm.length is 128
PASS typeof unwrappedKey.extractable is 'boolean'
PASS unwrappedKey.extractable is true
-PASS unwrappedKey.usages.join(',') is "decrypt"
-PASS: Unwrapped key data should be [00112233445566778899aabbccddeeff] and was
-PASS: Wrapped key data should be [96778b25ae6ca435f92b5b97c050aed2468ab8a17ad84e5d] and was
-PASS unwrappedKey.algorithm.name is "AES-CBC"
-PASS unwrappedKey.algorithm.length is 128
-PASS typeof unwrappedKey.extractable is 'boolean'
-PASS unwrappedKey.extractable is true
-PASS unwrappedKey.usages.join(',') is "decrypt"
+PASS unwrappedKey.usages.join(',') is "sign"
PASS: Unwrapped key data should be [00112233445566778899aabbccddeeff] and was
PASS: Wrapped key data should be [64e8c3f9ce0f5ba263e9777905818a2a93c8191e7d6e8ae7] and was
-PASS unwrappedKey.algorithm.name is "AES-CBC"
+PASS unwrappedKey.algorithm.name is "HMAC"
+PASS unwrappedKey.algorithm.hash.name is "SHA-1"
PASS unwrappedKey.algorithm.length is 128
PASS typeof unwrappedKey.extractable is 'boolean'
PASS unwrappedKey.extractable is true
-PASS unwrappedKey.usages.join(',') is "decrypt"
+PASS unwrappedKey.usages.join(',') is "sign"
PASS: Unwrapped key data should be [00112233445566778899aabbccddeeff] and was
-PASS: Wrapped key data should be [031d33264e15d33268f24ec260743edce1c6c7ddee725a936ba814915c6762d2] and was
-PASS unwrappedKey.algorithm.name is "AES-CBC"
-PASS unwrappedKey.algorithm.length is 192
-PASS typeof unwrappedKey.extractable is 'boolean'
-PASS unwrappedKey.extractable is true
-PASS unwrappedKey.usages.join(',') is "decrypt"
-PASS: Unwrapped key data should be [00112233445566778899aabbccddeeff0001020304050607] and was
PASS: Wrapped key data should be [a8f9bc1612c68b3ff6e6f4fbe30e71e4769c8b80a32cb8958cd5d17d6b254da1] and was
-PASS unwrappedKey.algorithm.name is "AES-CBC"
+PASS unwrappedKey.algorithm.name is "HMAC"
+PASS unwrappedKey.algorithm.hash.name is "SHA-1"
PASS unwrappedKey.algorithm.length is 192
PASS typeof unwrappedKey.extractable is 'boolean'
PASS unwrappedKey.extractable is true
-PASS unwrappedKey.usages.join(',') is "decrypt"
+PASS unwrappedKey.usages.join(',') is "sign"
PASS: Unwrapped key data should be [00112233445566778899aabbccddeeff0001020304050607] and was
PASS: Wrapped key data should be [28c9f404c4b810f4cbccb35cfb87f8263f5786e2d80ed326cbc7f0e71a99f43bfb988b9b7a02dd21] and was
-PASS unwrappedKey.algorithm.name is "AES-CBC"
+PASS unwrappedKey.algorithm.name is "HMAC"
+PASS unwrappedKey.algorithm.hash.name is "SHA-1"
PASS unwrappedKey.algorithm.length is 256
PASS typeof unwrappedKey.extractable is 'boolean'
PASS unwrappedKey.extractable is true
-PASS unwrappedKey.usages.join(',') is "decrypt"
+PASS unwrappedKey.usages.join(',') is "sign"
PASS: Unwrapped key data should be [00112233445566778899aabbccddeeff000102030405060708090a0b0c0d0e0f] and was
PASS successfullyParsed is true
« no previous file with comments | « LayoutTests/crypto/aes-kw-wrapKey-unwrapKey-raw.html ('k') | LayoutTests/crypto/clone-aesKey.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698