| Index: LayoutTests/crypto/rsa-export-key-expected.txt
|
| diff --git a/LayoutTests/crypto/rsa-export-key-expected.txt b/LayoutTests/crypto/rsa-export-key-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..05b13a49c43bf7ec02a2094084178143f8b3e1ba
|
| --- /dev/null
|
| +++ b/LayoutTests/crypto/rsa-export-key-expected.txt
|
| @@ -0,0 +1,25 @@
|
| +Test exporting an RSA key.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +
|
| +Importing a JWK key...
|
| +error is: SyntaxError: Invalid keyFormat argument
|
| +error is: SyntaxError: Invalid keyFormat argument
|
| +error is: SyntaxError: Invalid keyFormat argument
|
| +error is: SyntaxError: Invalid keyFormat argument
|
| +error is: SyntaxError: Invalid keyFormat argument
|
| +
|
| +Exporting the key as JWK...
|
| +PASS exportedJWK.kty is 'RSA'
|
| +PASS exportedJWK.n is publicKeyJSON.n
|
| +PASS exportedJWK.e is publicKeyJSON.e
|
| +PASS exportedJWK.alg is 'RS256'
|
| +PASS exportedJWK.ext is true
|
| +PASS exportedJWK.use is undefined
|
| +PASS exportedJWK.key_ops is ['verify']
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|