haikuwebkit/LayoutTests/crypto/subtle/rsa-oaep-plaintext-length-e...

15 lines
362 B
Plaintext

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...
PASS Rejected
PASS successfullyParsed is true
TEST COMPLETE