From: Richard Levitte Date: Sat, 26 Feb 2000 03:57:35 +0000 (+0000) Subject: Just as in Unix, make sure to generate some kind of "random data". X-Git-Tag: OpenSSL_0_9_5beta2~25 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=1472f300d57e01401b722886803a0868f7d59c9b;ds=sidebyside Just as in Unix, make sure to generate some kind of "random data". --- diff --git a/test/testgen.com b/test/testgen.com index ec302f524a..0e9029371a 100644 --- a/test/testgen.com +++ b/test/testgen.com @@ -20,6 +20,11 @@ $ write sys$output "There should be a 2 sequences of .'s and some +'s." $ write sys$output "There should not be more that at most 80 per line" $ write sys$output "This could take some time." $ +$ append/new nl: .rnd +$ open/append random_file .rnd +$ write random_file "string to make the random number generator think it has entropy" +$ close random_file +$ $ mcr 'exe_dir'openssl req -config test.cnf -new -out testreq.pem $ if $severity .ne. 1 $ then