Manual pages for EVP_Open* and EVP_Seal*
[openssl.git] / doc / apps / gendsa.pod
index a23e755fa822582cf9568425faa9c285a9b158d1..3314ace5172817d29750ec98799ec65238f05988 100644 (file)
@@ -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>
 
@@ -51,6 +52,7 @@ much quicker that RSA key generation for example.
 
 =head1 SEE ALSO
 
-dsaparam(1), dsa(1), genrsa(1), rsa(1)
+L<dsaparam(1)|dsaparam(1)>, L<dsa(1)|dsa(1)>, L<genrsa(1)|genrsa(1)>,
+L<rsa(1)|rsa(1)>
 
 =cut