X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=test%2Ftestgen;h=c5f61b582beb40db13235449cf126518e0c2cabb;hp=12a4ca4cea89f24aaff47f4ec94634cd4567368c;hb=375a7a93832ae2d0c2881ebed5c23b4b2f22f953;hpb=d02b48c63a58ea4367a0e905979f140b7d090f86 diff --git a/test/testgen b/test/testgen index 12a4ca4cea..c5f61b582b 100644 --- a/test/testgen +++ b/test/testgen @@ -15,13 +15,15 @@ echo "There should be a 2 sequences of .'s and some +'s." echo "There should not be more that at most 80 per line" echo "This could take some time." -../apps/ssleay req -config test.cnf -new -out testreq.pem +echo "string to make the random number generator think it has entropy" >> ./.rnd + +../apps/openssl req -config test.cnf -new -out testreq.pem if [ $? != 0 ]; then echo problems creating request exit 1 fi -../apps/ssleay req -verify -in testreq.pem -noout +../apps/openssl req -config test.cnf -verify -in testreq.pem -noout if [ $? != 0 ]; then echo signature on req is wrong exit 1