7 /bin
/rm -f $T.1 $T.2 $T.key
9 if test "$OSTYPE" = msdosdjgpp
; then
16 echo "generating certificate request"
18 echo "string to make the random number generator think it has entropy" >> .
/.rnd
20 if ..
/util
/shlib_wrap.sh ..
/apps
/openssl no-rsa
; then
21 req_new
='-newkey dsa:../apps/dsa512.pem'
24 echo "There should be a 2 sequences of .'s and some +'s."
25 echo "There should not be more that at most 80 per line"
28 echo "This could take some time."
30 rm -f testkey.pem testreq.pem
32 ..
/util
/shlib_wrap.sh ..
/apps
/openssl req
-config test.cnf
$req_new -out testreq.pem
34 echo problems creating request
38 ..
/util
/shlib_wrap.sh ..
/apps
/openssl req
-config test.cnf
-verify -in testreq.pem
-noout
40 echo signature on req is wrong