projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60b8e17
)
Just as in Unix, make sure to generate some kind of "random data".
author
Richard Levitte
<levitte@openssl.org>
Sat, 26 Feb 2000 03:57:35 +0000
(
03:57
+0000)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 26 Feb 2000 03:57:35 +0000
(
03:57
+0000)
test/testgen.com
patch
|
blob
|
history
diff --git
a/test/testgen.com
b/test/testgen.com
index ec302f524a4ce1e3c235583bcc954566955c85dc..0e9029371a33683a2e650659169271332530cf6f 100644
(file)
--- 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