diff options
author | kris <kris@FreeBSD.org> | 2001-05-20 03:07:21 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-05-20 03:07:21 +0000 |
commit | d8a086ad8867a06a52ea87d21003aebea4d2137c (patch) | |
tree | f48dbf0518066eb822cedea74ef34e6425c069ff /crypto/openssl/doc/apps/s_client.pod | |
parent | fbf9b01e961ea8f2f5bdfdef1ade0f5eb587b43b (diff) | |
parent | 12896e829e9474d92c70a1528cc64270e9dc08ad (diff) | |
download | FreeBSD-src-d8a086ad8867a06a52ea87d21003aebea4d2137c.zip FreeBSD-src-d8a086ad8867a06a52ea87d21003aebea4d2137c.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r76866,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'crypto/openssl/doc/apps/s_client.pod')
-rw-r--r-- | crypto/openssl/doc/apps/s_client.pod | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/crypto/openssl/doc/apps/s_client.pod b/crypto/openssl/doc/apps/s_client.pod index 2f80375..f596ec7 100644 --- a/crypto/openssl/doc/apps/s_client.pod +++ b/crypto/openssl/doc/apps/s_client.pod @@ -32,6 +32,7 @@ B<openssl> B<s_client> [B<-no_tls1>] [B<-bugs>] [B<-cipher cipherlist>] +[B<-rand file(s)>] =head1 DESCRIPTION @@ -156,6 +157,14 @@ the server determines which cipher suite is used it should take the first supported cipher in the list sent by the client. See the B<ciphers> command for more information. +=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 |