Deleted Added
full compact
s_client.pod (59191) s_client.pod (76866)
1
2=pod
3
4=head1 NAME
5
6s_client - SSL/TLS client program
7
8=head1 SYNOPSIS

--- 18 unchanged lines hidden (view full) ---

27[B<-ssl2>]
28[B<-ssl3>]
29[B<-tls1>]
30[B<-no_ssl2>]
31[B<-no_ssl3>]
32[B<-no_tls1>]
33[B<-bugs>]
34[B<-cipher cipherlist>]
1
2=pod
3
4=head1 NAME
5
6s_client - SSL/TLS client program
7
8=head1 SYNOPSIS

--- 18 unchanged lines hidden (view full) ---

27[B<-ssl2>]
28[B<-ssl3>]
29[B<-tls1>]
30[B<-no_ssl2>]
31[B<-no_ssl3>]
32[B<-no_tls1>]
33[B<-bugs>]
34[B<-cipher cipherlist>]
35[B<-rand file(s)>]
35
36=head1 DESCRIPTION
37
38The B<s_client> command implements a generic SSL/TLS client which connects
39to a remote host using SSL/TLS. It is a I<very> useful diagnostic tool for
40SSL servers.
41
42=head1 OPTIONS

--- 108 unchanged lines hidden (view full) ---

151
152=item B<-cipher cipherlist>
153
154this allows the cipher list sent by the client to be modified. Although
155the server determines which cipher suite is used it should take the first
156supported cipher in the list sent by the client. See the B<ciphers>
157command for more information.
158
36
37=head1 DESCRIPTION
38
39The B<s_client> command implements a generic SSL/TLS client which connects
40to a remote host using SSL/TLS. It is a I<very> useful diagnostic tool for
41SSL servers.
42
43=head1 OPTIONS

--- 108 unchanged lines hidden (view full) ---

152
153=item B<-cipher cipherlist>
154
155this allows the cipher list sent by the client to be modified. Although
156the server determines which cipher suite is used it should take the first
157supported cipher in the list sent by the client. See the B<ciphers>
158command for more information.
159
160=item B<-rand file(s)>
161
162a file or files containing random data used to seed the random number
163generator, or an EGD socket (see L<RAND_egd(3)|RAND_egd(3)>).
164Multiple files can be specified separated by a OS-dependent character.
165The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
166all others.
167
159=back
160
161=head1 CONNECTED COMMANDS
162
163If a connection is established with an SSL server then any data received
164from the server is displayed and any key presses will be sent to the
165server. When used interactively (which means neither B<-quiet> nor B<-ign_eof>
166have been given), the session will be renegociated if the line begins with an

--- 55 unchanged lines hidden ---
168=back
169
170=head1 CONNECTED COMMANDS
171
172If a connection is established with an SSL server then any data received
173from the server is displayed and any key presses will be sent to the
174server. When used interactively (which means neither B<-quiet> nor B<-ign_eof>
175have been given), the session will be renegociated if the line begins with an

--- 55 unchanged lines hidden ---