Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / crypto / subtle / ecdsa / sign-verify-expected.txt
blob70ee8f8fde7c14bbfb8f32efdac88e2df46c9d70
1 Test importing an EC key for ECDSA.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Importing a public key...
8 Importing a private key...
10 Signing some text...
12 Verifying the signature...
13 PASS verificationResult is true
15 Verifying a bad signature...
16 PASS verificationResult is false
17 PASS successfullyParsed is true
19 TEST COMPLETE