7 /bin/rm -f $T.1 $T.2 $T.key
12 echo "generating certificate request"
14 echo "string to make the random number generator think it has entropy" >> ./.rnd
16 if ../apps/openssl list-standard-commands | grep '^rsa$' >/dev/null; then
18 echo "There should be a 2 sequences of .'s and some +'s."
19 echo "There should not be more that at most 80 per line"
21 req_new='-newkey dsa:../apps/dsa512.pem'
24 echo "This could take some time."
26 ../apps/openssl req -config test.cnf $req_new -out testreq.pem
28 echo problems creating request
32 ../apps/openssl req -config test.cnf -verify -in testreq.pem -noout
34 echo signature on req is wrong