X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=doc%2Fman1%2Freq.pod;fp=doc%2Fman1%2Freq.pod;h=e15434a1bbc163699d79f79cf9ec829803a5320f;hp=4dbd489ffe76cddc8e6728cb38655cb4169b8f38;hb=3ee1eac27a2e3120fbdc60e12db091c082b8de21;hpb=e90fc053c33a2241004451cfdeecfbf3cbdeb728 diff --git a/doc/man1/req.pod b/doc/man1/req.pod index 4dbd489ffe..e15434a1bb 100644 --- a/doc/man1/req.pod +++ b/doc/man1/req.pod @@ -20,7 +20,8 @@ B B [B<-verify>] [B<-modulus>] [B<-new>] -[B<-rand file(s)>] +[B<-rand file...>] +[B<-writerand file>] [B<-newkey rsa:bits>] [B<-newkey alg:file>] [B<-nodes>] @@ -130,14 +131,19 @@ in the configuration file and any requested extensions. If the B<-key> option is not used it will generate a new RSA private key using information specified in the configuration file. -=item B<-rand file(s)> +=item B<-rand file...> A file or files containing random data used to seed the random number -generator, or an EGD socket (see L). +generator. Multiple files can be specified separated by an OS-dependent character. The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for all others. +=item [B<-writerand file>] + +Writes random data to the specified I upon exit. +This can be used with a subsequent B<-rand> flag. + =item B<-newkey arg> This option creates a new certificate request and a new private @@ -365,8 +371,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, or an EGD socket (see L). +At startup the specified file is loaded into the random number generator, +and at exit 256 bytes will be written to it. It is used for private key generation. =item B