From a4cfd178f919c6a26c6f1e922e95dc61460a5e36 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulf=20M=C3=B6ller?= Date: Thu, 24 Feb 2000 17:18:51 +0000 Subject: [PATCH] EGD socket info. --- doc/apps/ca.pod | 3 ++- doc/apps/dhparam.pod | 7 ++++--- doc/apps/dsaparam.pod | 7 ++++--- doc/apps/gendsa.pod | 7 ++++--- doc/apps/genrsa.pod | 7 ++++--- doc/apps/pkcs12.pod | 7 ++++--- doc/apps/req.pod | 3 ++- doc/apps/smime.pod | 7 ++++--- 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 -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). =item B 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). +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 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). +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 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). +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 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). +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 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). +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 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). +It is used for private key generation. =item B 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). +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 -- 2.34.1