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

Unified Diff: LayoutTests/crypto/ecdh-deriveKey-hmac-expected.txt

Issue 806913006: [WebCrypto] Move LayoutTests from crypto to crypto/subtle (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update path for deserialize legacy tests 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/ecdh-deriveKey-hmac.html ('k') | LayoutTests/crypto/ecdh-generate-key.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/crypto/ecdh-deriveKey-hmac-expected.txt
diff --git a/LayoutTests/crypto/ecdh-deriveKey-hmac-expected.txt b/LayoutTests/crypto/ecdh-deriveKey-hmac-expected.txt
deleted file mode 100644
index 336ae158311459a74c0ab6db01048c08efffb8f9..0000000000000000000000000000000000000000
--- a/LayoutTests/crypto/ecdh-deriveKey-hmac-expected.txt
+++ /dev/null
@@ -1,42 +0,0 @@
-Tests deriveKey() using ECDH to make HMAC keys
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-Importing the private key...
-
-Importing the public key...
-
-Deriving an HMAC 136 bit key...
-
-PASS key.type is "secret"
-PASS typeof key.extractable is 'boolean'
-PASS key.extractable is true
-PASS key.algorithm.name is "HMAC"
-PASS key.algorithm.hash.name is "SHA-1"
-PASS key.algorithm.length is 136
-PASS key.usages.join(',') is "sign"
-PASS: Derived Bytes should be [0117d54d84379d0fd385be068455a77a53] and was
-Deriving an HMAC 256 bit key...
-
-PASS key.type is "secret"
-PASS typeof key.extractable is 'boolean'
-PASS key.extractable is true
-PASS key.algorithm.name is "HMAC"
-PASS key.algorithm.hash.name is "SHA-256"
-PASS key.algorithm.length is 512
-PASS key.usages.join(',') is "sign,verify"
-PASS: Derived Bytes should be [0117d54d84379d0fd385be068455a77a5366ab534ff172ab0a121f37d180dccd19607abb0c41cb9f6f12b01303ac4a69dc2d1d05180181fd496d9769b46bffec] and was
-Deriving an HMAC 256 bit key...
-
-PASS key.type is "secret"
-PASS typeof key.extractable is 'boolean'
-PASS key.extractable is false
-PASS key.algorithm.name is "HMAC"
-PASS key.algorithm.hash.name is "SHA-256"
-PASS key.algorithm.length is 256
-PASS key.usages.join(',') is "verify"
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/crypto/ecdh-deriveKey-hmac.html ('k') | LayoutTests/crypto/ecdh-generate-key.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698