mirror of
https://github.com/openssl/openssl.git
synced 2024-12-16 21:43:42 +08:00
update docs for s_server/s_client
This commit is contained in:
parent
d223dfe641
commit
765b413794
@ -52,6 +52,10 @@ SSL servers.
|
|||||||
|
|
||||||
=head1 OPTIONS
|
=head1 OPTIONS
|
||||||
|
|
||||||
|
In addition to the options below the B<s_client> utility also supports the
|
||||||
|
common and client only options documented in the
|
||||||
|
B<SUPPORTED COMMAND LINE OPTIONS> section in L<SSL_CONF_cmd(3)|SSL_CONF_cmd(3)>.
|
||||||
|
|
||||||
=over 4
|
=over 4
|
||||||
|
|
||||||
=item B<-connect host:port>
|
=item B<-connect host:port>
|
||||||
@ -192,6 +196,11 @@ support SSL v2 and may need the B<-ssl2> option.
|
|||||||
there are several known bug in SSL and TLS implementations. Adding this
|
there are several known bug in SSL and TLS implementations. Adding this
|
||||||
option enables various workarounds.
|
option enables various workarounds.
|
||||||
|
|
||||||
|
=item B<-brief>
|
||||||
|
|
||||||
|
only provide a brief summary of connection parameters instead of the
|
||||||
|
normal verbose output.
|
||||||
|
|
||||||
=item B<-cipher cipherlist>
|
=item B<-cipher cipherlist>
|
||||||
|
|
||||||
this allows the cipher list sent by the client to be modified. Although
|
this allows the cipher list sent by the client to be modified. Although
|
||||||
|
@ -46,6 +46,7 @@ B<openssl> B<s_server>
|
|||||||
[B<-no_tls1>]
|
[B<-no_tls1>]
|
||||||
[B<-no_dhe>]
|
[B<-no_dhe>]
|
||||||
[B<-bugs>]
|
[B<-bugs>]
|
||||||
|
[B<-brief>]
|
||||||
[B<-hack>]
|
[B<-hack>]
|
||||||
[B<-www>]
|
[B<-www>]
|
||||||
[B<-WWW>]
|
[B<-WWW>]
|
||||||
@ -63,6 +64,10 @@ for connections on a given port using SSL/TLS.
|
|||||||
|
|
||||||
=head1 OPTIONS
|
=head1 OPTIONS
|
||||||
|
|
||||||
|
In addition to the options below the B<s_server> utility also supports the
|
||||||
|
common and server only options documented in the
|
||||||
|
B<SUPPORTED COMMAND LINE OPTIONS> section in L<SSL_CONF_cmd(3)|SSL_CONF_cmd(3)>.
|
||||||
|
|
||||||
=over 4
|
=over 4
|
||||||
|
|
||||||
=item B<-accept port>
|
=item B<-accept port>
|
||||||
@ -217,6 +222,11 @@ servers and permit them to use SSL v3, SSL v2 or TLS as appropriate.
|
|||||||
there are several known bug in SSL and TLS implementations. Adding this
|
there are several known bug in SSL and TLS implementations. Adding this
|
||||||
option enables various workarounds.
|
option enables various workarounds.
|
||||||
|
|
||||||
|
=item B<-brief>
|
||||||
|
|
||||||
|
only provide a brief summary of connection parameters instead of the
|
||||||
|
normal verbose output.
|
||||||
|
|
||||||
=item B<-hack>
|
=item B<-hack>
|
||||||
|
|
||||||
this option enables a further workaround for some some early Netscape
|
this option enables a further workaround for some some early Netscape
|
||||||
@ -259,6 +269,11 @@ requested the file ./page.html will be loaded. The files loaded are
|
|||||||
assumed to contain a complete and correct HTTP response (lines that
|
assumed to contain a complete and correct HTTP response (lines that
|
||||||
are part of the HTTP response line and headers must end with CRLF).
|
are part of the HTTP response line and headers must end with CRLF).
|
||||||
|
|
||||||
|
=item B<-rev>
|
||||||
|
|
||||||
|
simple test server which just reverses the text received from the client
|
||||||
|
and sends it back to the server. Also sets B<-brief>.
|
||||||
|
|
||||||
=item B<-engine id>
|
=item B<-engine id>
|
||||||
|
|
||||||
specifying an engine (by its unique B<id> string) will cause B<s_server>
|
specifying an engine (by its unique B<id> string) will cause B<s_server>
|
||||||
|
Loading…
Reference in New Issue
Block a user