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

Side by Side 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 unified diff | Download patch
OLDNEW
1 Test importing an EC key for ECDSA. 1 Tests crypto.subtle.verify() using a BufferSource that is modified during algori thm normalization
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Importing a public key... 6 Importing RSA public key...
7
8 Importing a private key...
9
10 Signing some text...
11 7
12 Verifying the signature... 8 Verifying the signature...
9 Accessed name property
10 Corrupting data...
13 PASS verificationResult is true 11 PASS verificationResult is true
14 12
15 Verifying a bad signature... 13 Verifying the signature (again)...
16 PASS verificationResult is false 14 PASS verificationResult is false
17 PASS successfullyParsed is true 15 PASS successfullyParsed is true
18 16
19 TEST COMPLETE 17 TEST COMPLETE
20 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698