aboutsummaryrefslogtreecommitdiffstats
path: root/doc/apps/s_client.pod
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-01-23 02:28:08 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-01-23 02:28:08 +0000
commitfabce04122b1e6a208577c06927b25595d5b5613 (patch)
tree078434f8ee89519b445ab28c058a959b4799d500 /doc/apps/s_client.pod
parent64287002ce4de3c8954a8bc9ccf6e82df695b69f (diff)
downloadopenssl-fabce04122b1e6a208577c06927b25595d5b5613.tar.gz
Make s_server, s_client check cipher list return codes.
Update docs.
Diffstat (limited to 'doc/apps/s_client.pod')
-rw-r--r--doc/apps/s_client.pod6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/apps/s_client.pod b/doc/apps/s_client.pod
index cd9093eaba..5145bb65a9 100644
--- a/doc/apps/s_client.pod
+++ b/doc/apps/s_client.pod
@@ -144,8 +144,10 @@ option enables various workarounds.
=item B<-cipher cipherlist>
-this allows the cipher list sent by the client to be modified. See the
-B<ciphers> command for more information.
+this allows the cipher list sent by the client to be modified. Although
+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.
=back