Add "-rand" option to s_client and s_server.
[openssl.git] / doc / apps / s_server.pod
index fcb52226dd929d8258fe0dc3f33022a3cb9dc70e..c59aed5c8e6bed7b572fbd22ea97e28937128c6e 100644 (file)
@@ -40,6 +40,7 @@ B<openssl> B<s_server>
 [B<-www>]
 [B<-WWW>]
 [B<-engine id>]
+[B<-rand file(s)>]
 
 =head1 DESCRIPTION
 
@@ -194,6 +195,14 @@ to attempt to obtain a functional reference to the specified engine,
 thus initialising it if needed. The engine will then be set as the default
 for all available algorithms.
 
+=item B<-rand file(s)>
+
+a file or files containing random data used to seed the random number
+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 OpenVMS, and B<:> for
+all others.
+
 =back
 
 =head1 CONNECTED COMMANDS