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

Unified Diff: third_party/WebKit/LayoutTests/crypto/subtle/modify-verify-data-during-normalization-expected.txt

Issue 2316633003: Copy data bytes in Web Crypto's importKey() and verify() operations (Closed)
Patch Set: add layout tests 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/modify-verify-data-during-normalization-expected.txt
diff --git a/third_party/WebKit/LayoutTests/crypto/subtle/ecdsa/sign-verify-expected.txt b/third_party/WebKit/LayoutTests/crypto/subtle/modify-verify-data-during-normalization-expected.txt
similarity index 52%
copy from third_party/WebKit/LayoutTests/crypto/subtle/ecdsa/sign-verify-expected.txt
copy to third_party/WebKit/LayoutTests/crypto/subtle/modify-verify-data-during-normalization-expected.txt
index 70ee8f8fde7c14bbfb8f32efdac88e2df46c9d70..327985e2d991981b5fb0a1cc228036777cebfd56 100644
--- a/third_party/WebKit/LayoutTests/crypto/subtle/ecdsa/sign-verify-expected.txt
+++ b/third_party/WebKit/LayoutTests/crypto/subtle/modify-verify-data-during-normalization-expected.txt
@@ -1,18 +1,16 @@
-Test importing an EC key for ECDSA.
+Tests crypto.subtle.verify() using a BufferSource that is modified during algorithm normalization
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-Importing a public key...
-
-Importing a private key...
-
-Signing some text...
+Importing RSA public key...
Verifying the signature...
+Accessed name property
+Corrupting data...
PASS verificationResult is true
-Verifying a bad signature...
+Verifying the signature (again)...
PASS verificationResult is false
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698