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

Unified Diff: LayoutTests/crypto/rsa-oaep-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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/crypto/rsa-oaep-generateKey-parseAlgorithm-failures-expected.txt
diff --git a/LayoutTests/crypto/rsa-ssa-generateKey-parseAlgorithm-failures-expected.txt b/LayoutTests/crypto/rsa-oaep-generateKey-parseAlgorithm-failures-expected.txt
similarity index 75%
copy from LayoutTests/crypto/rsa-ssa-generateKey-parseAlgorithm-failures-expected.txt
copy to LayoutTests/crypto/rsa-oaep-generateKey-parseAlgorithm-failures-expected.txt
index 11fd4b3db6f23da5cdd3ae286b171db603cc31bc..039b661650e5fa25e782e22177754797666a52a2 100644
--- a/LayoutTests/crypto/rsa-ssa-generateKey-parseAlgorithm-failures-expected.txt
+++ b/LayoutTests/crypto/rsa-oaep-generateKey-parseAlgorithm-failures-expected.txt
@@ -1,4 +1,4 @@
-Tests generateKey() with bad RSASSA-PKCS1-v1_5 parameters.
+Tests generateKey() with bad RSA-OAEP parameters.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -9,6 +9,8 @@ error is: SyntaxError: RsaHashedKeyGenParams: modulusLength: Missing required pr
error is: SyntaxError: RsaHashedKeyGenParams: publicExponent: Missing or not a Uint8Array
error is: SyntaxError: RsaHashedKeyGenParams: publicExponent: Missing or not a Uint8Array
error is: SyntaxError: RsaHashedKeyGenParams: publicExponent: Missing or not a Uint8Array
+error is: NotSupportedError: RsaHashedKeyGenParams: hash: Algorithm: Unrecognized name
+error is: DataError: The "publicExponent" is either empty, zero, or too large
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698