X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=doc%2Fapps%2Fs_server.pod;h=0f29c361d90b2841c3829fc7b1a833dc2f499816;hp=ddd08c990e977a7a3c2ea95b11a9571d730ff6cb;hb=657e60fa00ddde3618600d6306be913214d30457;hpb=cc8709a090b9664ab77ed6d89decb0c0fa4c6e09 diff --git a/doc/apps/s_server.pod b/doc/apps/s_server.pod index ddd08c990e..0f29c361d9 100644 --- a/doc/apps/s_server.pod +++ b/doc/apps/s_server.pod @@ -167,8 +167,11 @@ SSL code (?). =item B<-cipher cipherlist> -this allows the cipher list sent by the client to be modified. See the -B command for more information. +this allows the cipher list used by the server to be modified. When +the client sends a list of supported ciphers the first client cipher +also included in the server list is used. Because the client specifies +the preference order, the order of the server cipherlist irrelevant. See +the B command for more information. =item B<-www> @@ -191,7 +194,7 @@ If a connection request is established with an SSL client and neither the B<-www> nor the B<-WWW> option has been used then normally any data received from the client is displayed and any key presses will be sent to the client. -Certain single letter commands are also recognised which perform special +Certain single letter commands are also recognized which perform special operations: these are listed below. =over 4 @@ -257,6 +260,6 @@ unknown cipher suites a client says it supports. =head1 SEE ALSO -sess_id(1), s_client(1), ciphers(1) +L, L, L =cut