blob: db913cd1a270804b5e3397c24d6aa6e2ca1a688f [file] [log] [blame]
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