blob: 2fa332ab9a741b294ba301da54cd1e0c59bb766a [file] [log] [blame]
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 RSA public key...
Verifying the signature...
Accessed name property
Corrupting data...
PASS verificationResult is true
Verifying the signature (again)...
PASS verificationResult is false
PASS successfullyParsed is true
TEST COMPLETE