RT 3493: fix RSA test
authorEmilia Kasper <emilia@openssl.org>
Tue, 1 Sep 2015 11:19:15 +0000 (13:19 +0200)
committerEmilia Kasper <emilia@openssl.org>
Tue, 1 Sep 2015 18:01:24 +0000 (20:01 +0200)
commit25d6b3401ca40c9a2cbe5080449c1c2a37037777
tree6f52e6635480a4048689c27ea4e2da06ade5ebd6
parent8db78781069697cfa30a2261413f33f5055a2838
RT 3493: fix RSA test

- Pass in the right ciphertext length to ensure we're indeed testing
  ciphertext corruption (and not truncation).
- Only test one mutation per byte to not make the test too slow.
- Add a separate test for truncated ciphertexts.

Reviewed-by: Richard Levitte <levitte@openssl.org>
test/rsa_test.c