summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-02-24 17:18:51 +0000
committerUlf Möller <ulf@openssl.org>2000-02-24 17:18:51 +0000
commita4cfd178f919c6a26c6f1e922e95dc61460a5e36 (patch)
tree55c89dc3e5f6291b8b1695b4e822436738f6ea8f /doc
parent2c0ff02fba90ca3d5f9288c6c88ec8c62cd515b5 (diff)
EGD socket info.
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/ca.pod3
-rw-r--r--doc/apps/dhparam.pod7
-rw-r--r--doc/apps/dsaparam.pod7
-rw-r--r--doc/apps/gendsa.pod7
-rw-r--r--doc/apps/genrsa.pod7
-rw-r--r--doc/apps/pkcs12.pod7
-rw-r--r--doc/apps/req.pod3
-rw-r--r--doc/apps/smime.pod7
8 files changed, 28 insertions, 20 deletions
diff --git a/doc/apps/ca.pod b/doc/apps/ca.pod
index 02769121d3..03209aa6b1 100644
--- a/doc/apps/ca.pod
+++ b/doc/apps/ca.pod
@@ -238,7 +238,8 @@ CA private key. Mandatory.
=item B<RANDFILE>
-a file used to read and write random number seed information.
+a file used to read and write random number seed information, or
+an EGD socket (see L<RAND_egd(3)|RAND_egd(3)>).
=item B<default_days>
diff --git a/doc/apps/dhparam.pod b/doc/apps/dhparam.pod
index 6e335f43ac..6b237ec05a 100644
--- a/doc/apps/dhparam.pod
+++ b/doc/apps/dhparam.pod
@@ -58,9 +58,10 @@ input file is ignored and parameters are generated instead.
=item B<-rand file(s)>
a file or files containing random data used to seed the random number
-generator. Multiple files can be specified separated by a OS-dependent
-character. For MS-Windows, the separator is B<;>. For OpenVMS, it's
-B<,>. For all others, it's B<:>.
+generator, or an EGD socket (see L<RAND_egd(3)|RAND_egd(3)>).
+Multiple files can be specified separated by a OS-dependent character.
+The separator is B<;> for MS-Windows, B<,> for OpenVSM, and B<:> for
+all others.
=item B<numbits>
diff --git a/doc/apps/dsaparam.pod b/doc/apps/dsaparam.pod
index ae89de790b..8647f34698 100644
--- a/doc/apps/dsaparam.pod
+++ b/doc/apps/dsaparam.pod
@@ -71,9 +71,10 @@ parameters.
=item B<-rand file(s)>
a file or files containing random data used to seed the random number
-generator. Multiple files can be specified separated by a OS-dependent
-character. For MS-Windows, the separator is B<;>. For OpenVMS, it's
-B<,>. For all others, it's B<:>.
+generator, or an EGD socket (see L<RAND_egd(3)|RAND_egd(3)>).
+Multiple files can be specified separated by a OS-dependent character.
+The separator is B<;> for MS-Windows, B<,> for OpenVSM, and B<:> for
+all others.
=item B<numbits>
diff --git a/doc/apps/gendsa.pod b/doc/apps/gendsa.pod
index eb47dc0c1d..3314ace517 100644
--- a/doc/apps/gendsa.pod
+++ b/doc/apps/gendsa.pod
@@ -32,9 +32,10 @@ If none of these options is specified no encryption is used.
=item B<-rand file(s)>
a file or files containing random data used to seed the random number
-generator. Multiple files can be specified separated by a OS-dependent
-character. For MS-Windows, the separator is B<;>. For OpenVMS, it's
-B<,>. For all others, it's B<:>.
+generator, or an EGD socket (see L<RAND_egd(3)|RAND_egd(3)>).
+Multiple files can be specified separated by a OS-dependent character.
+The separator is B<;> for MS-Windows, B<,> for OpenVSM, and B<:> for
+all others.
=item B<paramfile>
diff --git a/doc/apps/genrsa.pod b/doc/apps/genrsa.pod
index 4f2947bb38..a2d878410b 100644
--- a/doc/apps/genrsa.pod
+++ b/doc/apps/genrsa.pod
@@ -49,9 +49,10 @@ the public exponent to use, either 65537 or 3. The default is 65537.
=item B<-rand file(s)>
a file or files containing random data used to seed the random number
-generator. Multiple files can be specified separated by a OS-dependent
-character. For MS-Windows, the separator is B<;>. For OpenVMS, it's
-B<,>. For all others, it's B<:>.
+generator, or an EGD socket (see L<RAND_egd(3)|RAND_egd(3)>).
+Multiple files can be specified separated by a OS-dependent character.
+The separator is B<;> for MS-Windows, B<,> for OpenVSM, and B<:> for
+all others.
=item B<numbits>
diff --git a/doc/apps/pkcs12.pod b/doc/apps/pkcs12.pod
index 0aa2f8e16d..241f9c4a8b 100644
--- a/doc/apps/pkcs12.pod
+++ b/doc/apps/pkcs12.pod
@@ -242,9 +242,10 @@ to be needed to use MAC iterations counts but they are now used by default.
=item B<-rand file(s)>
a file or files containing random data used to seed the random number
-generator. Multiple files can be specified separated by a OS-dependent
-character. For MS-Windows, the separator is B<;>. For OpenVMS, it's
-B<,>. For all others, it's B<:>.
+generator, or an EGD socket (see L<RAND_egd(3)|RAND_egd(3)>).
+Multiple files can be specified separated by a OS-dependent character.
+The separator is B<;> for MS-Windows, B<,> for OpenVSM, and B<:> for
+all others.
=back
diff --git a/doc/apps/req.pod b/doc/apps/req.pod
index 6500fee49b..fde6ff2e9f 100644
--- a/doc/apps/req.pod
+++ b/doc/apps/req.pod
@@ -235,7 +235,8 @@ and long names are the same when this option is used.
=item B<RANDFILE>
This specifies a filename in which random number seed information is
-placed and read from. It is used for private key generation.
+placed and read from, or an EGD socket (see L<RAND_egd(3)|RAND_egd(3)>).
+It is used for private key generation.
=item B<encrypt_key>
diff --git a/doc/apps/smime.pod b/doc/apps/smime.pod
index 79e070d6aa..631ecdc241 100644
--- a/doc/apps/smime.pod
+++ b/doc/apps/smime.pod
@@ -177,9 +177,10 @@ the B<-recip> or B<-signer> file.
=item B<-rand file(s)>
a file or files containing random data used to seed the random number
-generator. Multiple files can be specified separated by a OS-dependent
-character. For MS-Windows, the separator is B<;>. For OpenVMS, it's
-B<,>. For all others, it's B<:>.
+generator, or an EGD socket (see L<RAND_egd(3)|RAND_egd(3)>).
+Multiple files can be specified separated by a OS-dependent character.
+The separator is B<;> for MS-Windows, B<,> for OpenVSM, and B<:> for
+all others.
=item B<cert.pem...>