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

Unified Diff: third_party/WebKit/LayoutTests/crypto/subtle/derive-hkdf-keys-expected.txt

Issue 2289033002: Require extractable=false for KDF import (Closed)
Patch Set: update another test Created 4 years, 3 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
Index: third_party/WebKit/LayoutTests/crypto/subtle/derive-hkdf-keys-expected.txt
diff --git a/third_party/WebKit/LayoutTests/crypto/subtle/derive-hkdf-keys-expected.txt b/third_party/WebKit/LayoutTests/crypto/subtle/derive-hkdf-keys-expected.txt
index 46d7dce4c9be52692e339466cd65b7ea4b381a68..128edef0fe444e04576e655188f9ac6c6ee44d5b 100644
--- a/third_party/WebKit/LayoutTests/crypto/subtle/derive-hkdf-keys-expected.txt
+++ b/third_party/WebKit/LayoutTests/crypto/subtle/derive-hkdf-keys-expected.txt
@@ -6,7 +6,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
Derive an HKDF key from ECDH keys
PASS hkdfKey.algorithm.name is "HKDF"
PASS typeof hkdfKey.extractable is 'boolean'
-PASS hkdfKey.extractable is true
+PASS hkdfKey.extractable is false
PASS hkdfKey.usages.join(',') is "deriveKey,deriveBits"
Derive 128 bits from the HKDF key

Powered by Google App Engine
This is Rietveld 408576698