| 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
|
|
|