Index: LayoutTests/crypto/rsa-oaep-plaintext-length-expected.txt |
diff --git a/LayoutTests/crypto/rsa-oaep-plaintext-length-expected.txt b/LayoutTests/crypto/rsa-oaep-plaintext-length-expected.txt |
deleted file mode 100644 |
index 11f3ffdb2ece422c94d621cb2c3449aaf3b78d82..0000000000000000000000000000000000000000 |
--- a/LayoutTests/crypto/rsa-oaep-plaintext-length-expected.txt |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-Test what happens when trying to encrypt a too large plain text with RSA-OAEP. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-Importing RSA keys... |
-Encrypting a 214 byte buffer with RSA-OAEP SHA-1, 2048 bit key... |
-PASS Succeeded |
-Encrypting a 215 byte buffer... |
-error is: OperationError: |
-PASS Rejected |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |