From 52b621db88e28c12290b94b0f730204f424b44a0 Mon Sep 17 00:00:00 2001 From: Lutz Jänicke Date: Thu, 15 Feb 2001 10:22:07 +0000 Subject: Add "-rand" option to s_client and s_server. --- doc/apps/s_client.pod | 9 +++++++++ doc/apps/s_server.pod | 9 +++++++++ 2 files changed, 18 insertions(+) (limited to 'doc/apps') 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 B [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). +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 B [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). +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 -- cgit v1.2.3