aboutsummaryrefslogtreecommitdiffstats
path: root/doc/apps
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2001-02-15 10:22:07 +0000
committerLutz Jänicke <jaenicke@openssl.org>2001-02-15 10:22:07 +0000
commit52b621db88e28c12290b94b0f730204f424b44a0 (patch)
treef2ff6f6b354c6a0f9e627d0b083ba714aa01eae9 /doc/apps
parenta6ed5dd6748cdba9fe7a832e51e0dc1e5d3b7bb4 (diff)
downloadopenssl-52b621db88e28c12290b94b0f730204f424b44a0.tar.gz
Add "-rand" option to s_client and s_server.
Diffstat (limited to 'doc/apps')
-rw-r--r--doc/apps/s_client.pod9
-rw-r--r--doc/apps/s_server.pod9
2 files changed, 18 insertions, 0 deletions
diff --git a/doc/apps/s_client.pod b/doc/apps/s_client.pod
index 9df1c07fb7..8d2939a9da 100644
--- a/doc/apps/s_client.pod
+++ b/doc/apps/s_client.pod
@@ -33,6 +33,7 @@ B<openssl> B<s_client>
[B<-bugs>]
[B<-cipher cipherlist>]
[B<-engine id>]
+[B<-rand file(s)>]
=head1 DESCRIPTION
@@ -164,6 +165,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
diff --git a/doc/apps/s_server.pod b/doc/apps/s_server.pod
index fcb52226dd..c59aed5c8e 100644
--- a/doc/apps/s_server.pod
+++ b/doc/apps/s_server.pod
@@ -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