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

Side by Side Diff: LayoutTests/crypto/rsa-ssa-generateKey-parseAlgorithm-failures-expected.txt

Issue 595873003: [webcrypto] Interpret empty BigInteger as 0 according to the spec (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Move tests Created 6 years, 2 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 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: The modulus length must be a multiple of 8 bits and >= 256 and <= 16384
13 error is: DataError: The "publicExponent" must be either 3 or 65537
12 error is: NotSupportedError: RsaHashedKeyGenParams: hash: Algorithm: Unrecognize d name 14 error is: NotSupportedError: RsaHashedKeyGenParams: hash: Algorithm: Unrecognize d name
13 error is: SyntaxError: RsaHashedKeyGenParams: hash: Missing or not a dictionary 15 error is: SyntaxError: RsaHashedKeyGenParams: hash: Missing or not a dictionary
14 PASS successfullyParsed is true 16 PASS successfullyParsed is true
15 17
16 TEST COMPLETE 18 TEST COMPLETE
17 19
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