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

Side by Side Diff: LayoutTests/crypto/rsa-oaep-encrypt-parseAlgorithm-failures-expected.txt

Issue 289073005: [webcrypto] Hook up parameter normalization for RSA-OAEP. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 7 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 Tests bad algorithm inputs for RSA-OAEP encrypt
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS publicKey.algorithm.name is "RSA-OAEP"
7 PASS publicKey.algorithm.hash.name is "SHA-256"
8 PASS publicKey.type is "public"
9 PASS typeof publicKey.extractable is 'boolean'
10 PASS publicKey.extractable is true
11 PASS publicKey.usages.join(',') is "encrypt"
12 error is: SyntaxError: RsaOaepParams: label: Not an ArrayBufferView
13 error is: SyntaxError: RsaOaepParams: label: Not an ArrayBufferView
14 PASS successfullyParsed is true
15
16 TEST COMPLETE
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698