test/recipes/test_genrsa.t : don't fail because of size limit changes
authorRichard Levitte <levitte@openssl.org>
Mon, 26 Mar 2018 09:08:12 +0000 (11:08 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 13 Apr 2018 15:45:22 +0000 (17:45 +0200)
commit1b9f41a0df6ed2fac1c5303be909c2f70c404f20
treee9cd38c1687ddf8a452f3c896120440c0d0a95b2
parenta8ca496ddb532d7f7dc356fd2b026697388d2384
test/recipes/test_genrsa.t : don't fail because of size limit changes

There is a test to check that 'genrsa' doesn't accept absurdly low
number of bits.  Apart from that, this test is designed to check the
working functionality of 'openssl genrsa', so instead of having a hard
coded lower limit on the size key, let's figure out what it is.

Partially fixes #5751

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/5754)

(cherry picked from commit ec46830f8a4ce62c0c8ee7677b1eb8e53ee16df1)
test/recipes/15-test_genrsa.t