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

Side by Side Diff: LayoutTests/crypto/rsa-ssa-generateKey-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
1 Tests generateKey() with bad RSASSA-PKCS1-v1_5 parameters. 1 Tests generateKey() with bad RSASSA-PKCS1-v1_5 parameters.
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 error is: SyntaxError: RsaHashedKeyGenParams: modulusLength: Outside of numeric range 6 error is: SyntaxError: RsaHashedKeyGenParams: modulusLength: Outside of numeric range
7 error is: SyntaxError: RsaHashedKeyGenParams: modulusLength: Is not a number 7 error is: SyntaxError: RsaHashedKeyGenParams: modulusLength: Is not a number
8 error is: SyntaxError: RsaHashedKeyGenParams: modulusLength: Missing required pr operty 8 error is: SyntaxError: RsaHashedKeyGenParams: modulusLength: Missing required pr operty
9 error is: SyntaxError: RsaHashedKeyGenParams: publicExponent: Missing or not a U int8Array 9 error is: SyntaxError: RsaHashedKeyGenParams: publicExponent: Missing or not a U int8Array
10 error is: SyntaxError: RsaHashedKeyGenParams: publicExponent: Missing or not a U int8Array 10 error is: SyntaxError: RsaHashedKeyGenParams: publicExponent: Missing or not a U int8Array
11 error is: SyntaxError: RsaHashedKeyGenParams: publicExponent: Missing or not a U int8Array 11 error is: SyntaxError: RsaHashedKeyGenParams: publicExponent: Missing or not a U int8Array
12 error is: NotSupportedError: RsaHashedKeyGenParams: hash: Algorithm: Unrecognize d name
13 error is: SyntaxError: RsaHashedKeyGenParams: hash: Missing or not a dictionary
12 PASS successfullyParsed is true 14 PASS successfullyParsed is true
13 15
14 TEST COMPLETE 16 TEST COMPLETE
15 17
OLDNEW
« no previous file with comments | « LayoutTests/crypto/rsa-ssa-generateKey-parseAlgorithm-failures.html ('k') | Source/modules/crypto/NormalizeAlgorithm.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698