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

Unified Diff: LayoutTests/crypto/hmac-sign-verify-expected.txt

Issue 199663006: [refactor] Split up the layout test sign-verify.html into smaller files. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 9 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/hmac-sign-verify.html ('k') | LayoutTests/crypto/sign-verify.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/crypto/hmac-sign-verify-expected.txt
diff --git a/LayoutTests/crypto/hmac-sign-verify-expected.txt b/LayoutTests/crypto/hmac-sign-verify-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..499c4597500a8d7bb7a573af3e166bd9ea545af4
--- /dev/null
+++ b/LayoutTests/crypto/hmac-sign-verify-expected.txt
@@ -0,0 +1,69 @@
+Tests sign() and verify() for HMAC
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS tmpKey.type is "secret"
+PASS typeof tmpKey.extractable is 'boolean'
+PASS tmpKey.extractable is false
+PASS tmpKey.algorithm.name is "HMAC"
+PASS tmpKey.algorithm.hash.name is "SHA-1"
+PASS tmpKey.algorithm.length is 0
+PASS tmpKey.usages.join(',') is "sign,verify"
+PASS: Mac should be [fbdb1d1b18aa6c08324b7d64b71fb76370690e1d] and was
+PASS verifyResult is true
+PASS verifyResult is false
+PASS tmpKey.type is "secret"
+PASS typeof tmpKey.extractable is 'boolean'
+PASS tmpKey.extractable is false
+PASS tmpKey.algorithm.name is "HMAC"
+PASS tmpKey.algorithm.hash.name is "SHA-256"
+PASS tmpKey.algorithm.length is 0
+PASS tmpKey.usages.join(',') is "sign,verify"
+PASS: Mac should be [b613679a0814d9ec772f95d778c35fc5ff1697c493715653c6c712144292c5ad] and was
+PASS verifyResult is true
+PASS verifyResult is false
+PASS tmpKey.type is "secret"
+PASS typeof tmpKey.extractable is 'boolean'
+PASS tmpKey.extractable is false
+PASS tmpKey.algorithm.name is "HMAC"
+PASS tmpKey.algorithm.hash.name is "SHA-1"
+PASS tmpKey.algorithm.length is 80
+PASS tmpKey.usages.join(',') is "sign,verify"
+PASS: Mac should be [3c8162589aafaee024fc9a5ca50dd2336fe3eb28] and was
+PASS verifyResult is true
+PASS verifyResult is false
+PASS tmpKey.type is "secret"
+PASS typeof tmpKey.extractable is 'boolean'
+PASS tmpKey.extractable is false
+PASS tmpKey.algorithm.name is "HMAC"
+PASS tmpKey.algorithm.hash.name is "SHA-1"
+PASS tmpKey.algorithm.length is 640
+PASS tmpKey.usages.join(',') is "sign,verify"
+PASS: Mac should be [4ac41ab89f625c60125ed65ffa958c6b490ea670] and was
+PASS verifyResult is true
+PASS verifyResult is false
+PASS tmpKey.type is "secret"
+PASS typeof tmpKey.extractable is 'boolean'
+PASS tmpKey.extractable is false
+PASS tmpKey.algorithm.name is "HMAC"
+PASS tmpKey.algorithm.hash.name is "SHA-256"
+PASS tmpKey.algorithm.length is 320
+PASS tmpKey.usages.join(',') is "sign,verify"
+PASS: Mac should be [769f00d3e6a6cc1fb426a14a4f76c6462e6149726e0dee0ec0cf97a16605ac8b] and was
+PASS verifyResult is true
+PASS verifyResult is false
+PASS tmpKey.type is "secret"
+PASS typeof tmpKey.extractable is 'boolean'
+PASS tmpKey.extractable is false
+PASS tmpKey.algorithm.name is "HMAC"
+PASS tmpKey.algorithm.hash.name is "SHA-256"
+PASS tmpKey.algorithm.length is 592
+PASS tmpKey.usages.join(',') is "sign,verify"
+PASS: Mac should be [4f1ee7cb36c58803a8721d4ac8c4cf8cae5d8832392eed2a96dc59694252801b] and was
+PASS verifyResult is true
+PASS verifyResult is false
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/crypto/hmac-sign-verify.html ('k') | LayoutTests/crypto/sign-verify.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698