]> git.ipfire.org Git - thirdparty/openssl.git/commit
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:41:17 +0000 (17:41 +0200)
commitec46830f8a4ce62c0c8ee7677b1eb8e53ee16df1
tree066d1af4f6b1b156977566f7e65cfef4579aa86d
parent2a479a86bd5eca8792a75a08c836b405f3cef4d6
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)
test/recipes/15-test_genrsa.t