Additional name for all commands
[openssl.git] / doc / man1 / s_client.pod
1 =pod
2
3 =head1 NAME
4
5 openssl-s_client,
6 s_client - SSL/TLS client program
7
8 =head1 SYNOPSIS
9
10 B<openssl> B<s_client>
11 [B<-help>]
12 [B<-connect host:port>]
13 [B<-proxy host:port>]
14 [B<-unix path>]
15 [B<-4>]
16 [B<-6>]
17 [B<-servername name>]
18 [B<-noservername>]
19 [B<-verify depth>]
20 [B<-verify_return_error>]
21 [B<-cert filename>]
22 [B<-certform DER|PEM>]
23 [B<-key filename>]
24 [B<-keyform DER|PEM>]
25 [B<-pass arg>]
26 [B<-CApath directory>]
27 [B<-CAfile filename>]
28 [B<-no-CAfile>]
29 [B<-no-CApath>]
30 [B<-requestCAfile filename>]
31 [B<-dane_tlsa_domain domain>]
32 [B<-dane_tlsa_rrdata rrdata>]
33 [B<-dane_ee_no_namechecks>]
34 [B<-attime timestamp>]
35 [B<-check_ss_sig>]
36 [B<-crl_check>]
37 [B<-crl_check_all>]
38 [B<-explicit_policy>]
39 [B<-extended_crl>]
40 [B<-ignore_critical>]
41 [B<-inhibit_any>]
42 [B<-inhibit_map>]
43 [B<-no_check_time>]
44 [B<-partial_chain>]
45 [B<-policy arg>]
46 [B<-policy_check>]
47 [B<-policy_print>]
48 [B<-purpose purpose>]
49 [B<-suiteB_128>]
50 [B<-suiteB_128_only>]
51 [B<-suiteB_192>]
52 [B<-trusted_first>]
53 [B<-no_alt_chains>]
54 [B<-use_deltas>]
55 [B<-auth_level num>]
56 [B<-nameopt option>]
57 [B<-verify_depth num>]
58 [B<-verify_email email>]
59 [B<-verify_hostname hostname>]
60 [B<-verify_ip ip>]
61 [B<-verify_name name>]
62 [B<-x509_strict>]
63 [B<-reconnect>]
64 [B<-showcerts>]
65 [B<-debug>]
66 [B<-msg>]
67 [B<-nbio_test>]
68 [B<-state>]
69 [B<-nbio>]
70 [B<-crlf>]
71 [B<-ign_eof>]
72 [B<-no_ign_eof>]
73 [B<-quiet>]
74 [B<-ssl3>]
75 [B<-tls1>]
76 [B<-tls1_1>]
77 [B<-tls1_2>]
78 [B<-tls1_3>]
79 [B<-no_ssl3>]
80 [B<-no_tls1>]
81 [B<-no_tls1_1>]
82 [B<-no_tls1_2>]
83 [B<-no_tls1_3>]
84 [B<-dtls>]
85 [B<-dtls1>]
86 [B<-dtls1_2>]
87 [B<-sctp>]
88 [B<-fallback_scsv>]
89 [B<-async>]
90 [B<-max_send_frag>]
91 [B<-split_send_frag>]
92 [B<-max_pipelines>]
93 [B<-read_buf>]
94 [B<-bugs>]
95 [B<-comp>]
96 [B<-no_comp>]
97 [B<-allow_no_dhe_kex>]
98 [B<-sigalgs sigalglist>]
99 [B<-curves curvelist>]
100 [B<-cipher cipherlist>]
101 [B<-serverpref>]
102 [B<-starttls protocol>]
103 [B<-xmpphost hostname>]
104 [B<-name hostname>]
105 [B<-engine id>]
106 [B<-tlsextdebug>]
107 [B<-no_ticket>]
108 [B<-sess_out filename>]
109 [B<-sess_in filename>]
110 [B<-rand file...>]
111 [B<-writerand file>]
112 [B<-serverinfo types>]
113 [B<-status>]
114 [B<-alpn protocols>]
115 [B<-nextprotoneg protocols>]
116 [B<-ct>]
117 [B<-noct>]
118 [B<-ctlogfile>]
119 [B<-keylogfile file>]
120 [B<-early_data file>]
121 [B<target>]
122
123 =head1 DESCRIPTION
124
125 The B<s_client> command implements a generic SSL/TLS client which connects
126 to a remote host using SSL/TLS. It is a I<very> useful diagnostic tool for
127 SSL servers.
128
129 =head1 OPTIONS
130
131 In addition to the options below the B<s_client> utility also supports the
132 common and client only options documented in the
133 in the "Supported Command Line Commands" section of the L<SSL_CONF_cmd(3)>
134 manual page.
135
136 =over 4
137
138 =item B<-help>
139
140 Print out a usage message.
141
142 =item B<-connect host:port>
143
144 This specifies the host and optional port to connect to. It is possible to
145 select the host and port using the optional target positional argument instead.
146 If neither this nor the target positonal argument are specified then an attempt
147 is made to connect to the local host on port 4433.
148
149 =item B<-proxy host:port>
150
151 When used with the B<-connect> flag, the program uses the host and port
152 specified with this flag and issues an HTTP CONNECT command to connect
153 to the desired server.
154
155 =item B<-unix path>
156
157 Connect over the specified Unix-domain socket.
158
159 =item B<-4>
160
161 Use IPv4 only.
162
163 =item B<-6>
164
165 Use IPv6 only.
166
167 =item B<-servername name>
168
169 Set the TLS SNI (Server Name Indication) extension in the ClientHello message to
170 the given value. If both this option and the B<-noservername> are not given, the
171 TLS SNI extension is still set to the hostname provided to the B<-connect> option,
172 or "localhost" if B<-connect> has not been supplied. This is default since OpenSSL
173 1.1.1.
174
175 Even though SNI name should normally be a DNS name and not an IP address, this
176 option will not make the distinction when parsing B<-connect> and will send
177 IP address if one passed.
178
179 =item B<-noservername>
180
181 Suppresses sending of the SNI (Server Name Indication) extension in the
182 ClientHello message. Cannot be used in conjunction with the B<-servername> or
183 <-dane_tlsa_domain> options.
184
185 =item B<-cert certname>
186
187 The certificate to use, if one is requested by the server. The default is
188 not to use a certificate.
189
190 =item B<-certform format>
191
192 The certificate format to use: DER or PEM. PEM is the default.
193
194 =item B<-key keyfile>
195
196 The private key to use. If not specified then the certificate file will
197 be used.
198
199 =item B<-keyform format>
200
201 The private format to use: DER or PEM. PEM is the default.
202
203 =item B<-pass arg>
204
205 the private key password source. For more information about the format of B<arg>
206 see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)>.
207
208 =item B<-verify depth>
209
210 The verify depth to use. This specifies the maximum length of the
211 server certificate chain and turns on server certificate verification.
212 Currently the verify operation continues after errors so all the problems
213 with a certificate chain can be seen. As a side effect the connection
214 will never fail due to a server certificate verify failure.
215
216 =item B<-verify_return_error>
217
218 Return verification errors instead of continuing. This will typically
219 abort the handshake with a fatal error.
220
221 =item B<-nameopt option>
222
223 Option which determines how the subject or issuer names are displayed. The
224 B<option> argument can be a single option or multiple options separated by
225 commas.  Alternatively the B<-nameopt> switch may be used more than once to
226 set multiple options. See the L<x509(1)> manual page for details.
227
228 =item B<-CApath directory>
229
230 The directory to use for server certificate verification. This directory
231 must be in "hash format", see B<verify> for more information. These are
232 also used when building the client certificate chain.
233
234 =item B<-CAfile file>
235
236 A file containing trusted certificates to use during server authentication
237 and to use when attempting to build the client certificate chain.
238
239 =item B<-no-CAfile>
240
241 Do not load the trusted CA certificates from the default file location
242
243 =item B<-no-CApath>
244
245 Do not load the trusted CA certificates from the default directory location
246
247 =item B<-requestCAfile file>
248
249 A file containing a list of certificates whose subject names will be sent
250 to the server in the B<certificate_authorities> extension. Only supported
251 for TLS 1.3
252
253 =item B<-dane_tlsa_domain domain>
254
255 Enable RFC6698/RFC7671 DANE TLSA authentication and specify the
256 TLSA base domain which becomes the default SNI hint and the primary
257 reference identifier for hostname checks.  This must be used in
258 combination with at least one instance of the B<-dane_tlsa_rrdata>
259 option below.
260
261 When DANE authentication succeeds, the diagnostic output will include
262 the lowest (closest to 0) depth at which a TLSA record authenticated
263 a chain certificate.  When that TLSA record is a "2 1 0" trust
264 anchor public key that signed (rather than matched) the top-most
265 certificate of the chain, the result is reported as "TA public key
266 verified".  Otherwise, either the TLSA record "matched TA certificate"
267 at a positive depth or else "matched EE certificate" at depth 0.
268
269 =item B<-dane_tlsa_rrdata rrdata>
270
271 Use one or more times to specify the RRDATA fields of the DANE TLSA
272 RRset associated with the target service.  The B<rrdata> value is
273 specied in "presentation form", that is four whitespace separated
274 fields that specify the usage, selector, matching type and associated
275 data, with the last of these encoded in hexadecimal.  Optional
276 whitespace is ignored in the associated data field.  For example:
277
278   $ openssl s_client -brief -starttls smtp \
279     -connect smtp.example.com:25 \
280     -dane_tlsa_domain smtp.example.com \
281     -dane_tlsa_rrdata "2 1 1
282       B111DD8A1C2091A89BD4FD60C57F0716CCE50FEEFF8137CDBEE0326E 02CF362B" \
283     -dane_tlsa_rrdata "2 1 1
284       60B87575447DCBA2A36B7D11AC09FB24A9DB406FEE12D2CC90180517 616E8A18"
285   ...
286   Verification: OK
287   Verified peername: smtp.example.com
288   DANE TLSA 2 1 1 ...ee12d2cc90180517616e8a18 matched TA certificate at depth 1
289   ...
290
291 =item B<-dane_ee_no_namechecks>
292
293 This disables server name checks when authenticating via DANE-EE(3) TLSA
294 records.
295 For some applications, primarily web browsers, it is not safe to disable name
296 checks due to "unknown key share" attacks, in which a malicious server can
297 convince a client that a connection to a victim server is instead a secure
298 connection to the malicious server.
299 The malicious server may then be able to violate cross-origin scripting
300 restrictions.
301 Thus, despite the text of RFC7671, name checks are by default enabled for
302 DANE-EE(3) TLSA records, and can be disabled in applications where it is safe
303 to do so.
304 In particular, SMTP and XMPP clients should set this option as SRV and MX
305 records already make it possible for a remote domain to redirect client
306 connections to any server of its choice, and in any case SMTP and XMPP clients
307 do not execute scripts downloaded from remote servers.
308
309 =item B<-attime>, B<-check_ss_sig>, B<-crl_check>, B<-crl_check_all>,
310 B<-explicit_policy>, B<-extended_crl>, B<-ignore_critical>, B<-inhibit_any>,
311 B<-inhibit_map>, B<-no_alt_chains>, B<-no_check_time>, B<-partial_chain>, B<-policy>,
312 B<-policy_check>, B<-policy_print>, B<-purpose>, B<-suiteB_128>,
313 B<-suiteB_128_only>, B<-suiteB_192>, B<-trusted_first>, B<-use_deltas>,
314 B<-auth_level>, B<-verify_depth>, B<-verify_email>, B<-verify_hostname>,
315 B<-verify_ip>, B<-verify_name>, B<-x509_strict>
316
317 Set various certificate chain validation options. See the
318 L<verify(1)> manual page for details.
319
320 =item B<-reconnect>
321
322 Reconnects to the same server 5 times using the same session ID, this can
323 be used as a test that session caching is working.
324
325 =item B<-showcerts>
326
327 Display the whole server certificate chain: normally only the server
328 certificate itself is displayed.
329
330 =item B<-prexit>
331
332 Print session information when the program exits. This will always attempt
333 to print out information even if the connection fails. Normally information
334 will only be printed out once if the connection succeeds. This option is useful
335 because the cipher in use may be renegotiated or the connection may fail
336 because a client certificate is required or is requested only after an
337 attempt is made to access a certain URL. Note: the output produced by this
338 option is not always accurate because a connection might never have been
339 established.
340
341 =item B<-state>
342
343 Prints out the SSL session states.
344
345 =item B<-debug>
346
347 Print extensive debugging information including a hex dump of all traffic.
348
349 =item B<-msg>
350
351 Show all protocol messages with hex dump.
352
353 =item B<-trace>
354
355 Show verbose trace output of protocol messages. OpenSSL needs to be compiled
356 with B<enable-ssl-trace> for this option to work.
357
358 =item B<-msgfile>
359
360 File to send output of B<-msg> or B<-trace> to, default standard output.
361
362 =item B<-nbio_test>
363
364 Tests non-blocking I/O
365
366 =item B<-nbio>
367
368 Turns on non-blocking I/O
369
370 =item B<-crlf>
371
372 This option translated a line feed from the terminal into CR+LF as required
373 by some servers.
374
375 =item B<-ign_eof>
376
377 Inhibit shutting down the connection when end of file is reached in the
378 input.
379
380 =item B<-quiet>
381
382 Inhibit printing of session and certificate information.  This implicitly
383 turns on B<-ign_eof> as well.
384
385 =item B<-no_ign_eof>
386
387 Shut down the connection when end of file is reached in the input.
388 Can be used to override the implicit B<-ign_eof> after B<-quiet>.
389
390 =item B<-psk_identity identity>
391
392 Use the PSK identity B<identity> when using a PSK cipher suite.
393 The default value is "Client_identity" (without the quotes).
394
395 =item B<-psk key>
396
397 Use the PSK key B<key> when using a PSK cipher suite. The key is
398 given as a hexadecimal number without leading 0x, for example -psk
399 1a2b3c4d.
400 This option must be provided in order to use a PSK cipher.
401
402 =item B<-ssl3>, B<-tls1>, B<-tls1_1>, B<-tls1_2>, B<-tls1_3>, B<-no_ssl3>, B<-no_tls1>, B<-no_tls1_1>, B<-no_tls1_2>, B<-no_tls1_3>
403
404 These options require or disable the use of the specified SSL or TLS protocols.
405 By default B<s_client> will negotiate the highest mutually supported protocol
406 version.
407 When a specific TLS version is required, only that version will be offered to
408 and accepted from the server.
409
410 =item B<-dtls>, B<-dtls1>, B<-dtls1_2>
411
412 These options make B<s_client> use DTLS protocols instead of TLS.
413 With B<-dtls>, B<s_client> will negotiate any supported DTLS protocol version,
414 whilst B<-dtls1> and B<-dtls1_2> will only support DTLS1.0 and DTLS1.2
415 respectively.
416
417 =item B<-sctp>
418
419 Use SCTP for the transport protocol instead of UDP in DTLS. Must be used in
420 conjunction with B<-dtls>, B<-dtls1> or B<-dtls1_2>. This option is only
421 available where OpenSSL has support for SCTP enabled.
422
423 =item B<-fallback_scsv>
424
425 Send TLS_FALLBACK_SCSV in the ClientHello.
426
427 =item B<-async>
428
429 Switch on asynchronous mode. Cryptographic operations will be performed
430 asynchronously. This will only have an effect if an asynchronous capable engine
431 is also used via the B<-engine> option. For test purposes the dummy async engine
432 (dasync) can be used (if available).
433
434 =item B<-max_send_frag int>
435
436 The maximum size of data fragment to send.
437 See L<SSL_CTX_set_max_send_fragment(3)> for further information.
438
439 =item B<-split_send_frag int>
440
441 The size used to split data for encrypt pipelines. If more data is written in
442 one go than this value then it will be split into multiple pipelines, up to the
443 maximum number of pipelines defined by max_pipelines. This only has an effect if
444 a suitable cipher suite has been negotiated, an engine that supports pipelining
445 has been loaded, and max_pipelines is greater than 1. See
446 L<SSL_CTX_set_split_send_fragment(3)> for further information.
447
448 =item B<-max_pipelines int>
449
450 The maximum number of encrypt/decrypt pipelines to be used. This will only have
451 an effect if an engine has been loaded that supports pipelining (e.g. the dasync
452 engine) and a suitable cipher suite has been negotiated. The default value is 1.
453 See L<SSL_CTX_set_max_pipelines(3)> for further information.
454
455 =item B<-read_buf int>
456
457 The default read buffer size to be used for connections. This will only have an
458 effect if the buffer size is larger than the size that would otherwise be used
459 and pipelining is in use (see L<SSL_CTX_set_default_read_buffer_len(3)> for
460 further information).
461
462 =item B<-bugs>
463
464 There are several known bug in SSL and TLS implementations. Adding this
465 option enables various workarounds.
466
467 =item B<-comp>
468
469 Enables support for SSL/TLS compression.
470 This option was introduced in OpenSSL 1.1.0.
471 TLS compression is not recommended and is off by default as of
472 OpenSSL 1.1.0.
473
474 =item B<-no_comp>
475
476 Disables support for SSL/TLS compression.
477 TLS compression is not recommended and is off by default as of
478 OpenSSL 1.1.0.
479
480 =item B<-brief>
481
482 Only provide a brief summary of connection parameters instead of the
483 normal verbose output.
484
485 =item B<-sigalgs sigalglist>
486
487 Specifies the list of signature algorithms that are sent by the client.
488 The server selects one entry in the list based on its preferences.
489 For example strings, see L<SSL_CTX_set1_sigalgs(3)>
490
491 =item B<-curves curvelist>
492
493 Specifies the list of supported curves to be sent by the client. The curve is
494 is ultimately selected by the server. For a list of all curves, use:
495
496     $ openssl ecparam -list_curves
497
498 =item B<-cipher cipherlist>
499
500 This allows the cipher list sent by the client to be modified. Although
501 the server determines which cipher suite is used it should take the first
502 supported cipher in the list sent by the client. See the B<ciphers>
503 command for more information.
504
505 =item B<-starttls protocol>
506
507 Send the protocol-specific message(s) to switch to TLS for communication.
508 B<protocol> is a keyword for the intended protocol.  Currently, the only
509 supported keywords are "smtp", "pop3", "imap", "ftp", "xmpp", "xmpp-server",
510 "irc", "postgres", "mysql", "lmtp", "nntp", "sieve" and "ldap".
511
512 =item B<-xmpphost hostname>
513
514 This option, when used with "-starttls xmpp" or "-starttls xmpp-server",
515 specifies the host for the "to" attribute of the stream element.
516 If this option is not specified, then the host specified with "-connect"
517 will be used.
518
519 This option is an alias of the B<-name> option for "xmpp" and "xmpp-server".
520
521 =item B<-name hostname>
522
523 This option is used to specify hostname information for various protocols
524 used with B<-starttls> option. Currently only "xmpp", "xmpp-server",
525 "smtp" and "lmtp" can utilize this B<-name> option.
526
527 If this option is used with "-starttls xmpp" or "-starttls xmpp-server",
528 if specifies the host for the "to" attribute of the stream element. If this
529 option is not specified, then the host specified with "-connect" will be used.
530
531 If this option is used with "-starttls lmtp" or "-starttls smtp", it specifies
532 the name to use in the "LMTP LHLO" or "SMTP EHLO" message, respectively. If
533 this option is not specified, then "mail.example.com" will be used.
534
535 =item B<-tlsextdebug>
536
537 Print out a hex dump of any TLS extensions received from the server.
538
539 =item B<-no_ticket>
540
541 Disable RFC4507bis session ticket support.
542
543 =item B<-sess_out filename>
544
545 Output SSL session to B<filename>.
546
547 =item B<-sess_in sess.pem>
548
549 Load SSL session from B<filename>. The client will attempt to resume a
550 connection from this session.
551
552 =item B<-engine id>
553
554 Specifying an engine (by its unique B<id> string) will cause B<s_client>
555 to attempt to obtain a functional reference to the specified engine,
556 thus initialising it if needed. The engine will then be set as the default
557 for all available algorithms.
558
559 =item B<-rand file...>
560
561 A file or files containing random data used to seed the random number
562 generator.
563 Multiple files can be specified separated by an OS-dependent character.
564 The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
565 all others.
566
567 =item [B<-writerand file>]
568
569 Writes random data to the specified I<file> upon exit.
570 This can be used with a subsequent B<-rand> flag.
571
572 =item B<-serverinfo types>
573
574 A list of comma-separated TLS Extension Types (numbers between 0 and
575 65535).  Each type will be sent as an empty ClientHello TLS Extension.
576 The server's response (if any) will be encoded and displayed as a PEM
577 file.
578
579 =item B<-status>
580
581 Sends a certificate status request to the server (OCSP stapling). The server
582 response (if any) is printed out.
583
584 =item B<-alpn protocols>, B<-nextprotoneg protocols>
585
586 These flags enable the Enable the Application-Layer Protocol Negotiation
587 or Next Protocol Negotiation (NPN) extension, respectively. ALPN is the
588 IETF standard and replaces NPN.
589 The B<protocols> list is a comma-separated list of protocol names that
590 the client should advertise support for. The list should contain the most
591 desirable protocols first.  Protocol names are printable ASCII strings,
592 for example "http/1.1" or "spdy/3".
593 An empty list of protocols is treated specially and will cause the
594 client to advertise support for the TLS extension but disconnect just
595 after receiving ServerHello with a list of server supported protocols.
596 The flag B<-nextprotoneg> cannot be specified if B<-tls1_3> is used.
597
598 =item B<-ct>, B<-noct>
599
600 Use one of these two options to control whether Certificate Transparency (CT)
601 is enabled (B<-ct>) or disabled (B<-noct>).
602 If CT is enabled, signed certificate timestamps (SCTs) will be requested from
603 the server and reported at handshake completion.
604
605 Enabling CT also enables OCSP stapling, as this is one possible delivery method
606 for SCTs.
607
608 =item B<-ctlogfile>
609
610 A file containing a list of known Certificate Transparency logs. See
611 L<SSL_CTX_set_ctlog_list_file(3)> for the expected file format.
612
613 =item B<-keylogfile file>
614
615 Appends TLS secrets to the specified keylog file such that external programs
616 (like Wireshark) can decrypt TLS connections.
617
618 =item B<-early_data file>
619
620 Reads the contents of the specified file and attempts to send it as early data
621 to the server. This will only work with resumed sessions that support early
622 data and when the server accepts the early data.
623
624 =item B<[target]>
625
626 Rather than providing B<-connect>, the target hostname and optional port may
627 be provided as a single positional argument after all options. If neither this
628 nor B<-connect> are provided, falls back to attempting to connect to localhost
629 on port 4433.
630
631 =back
632
633 =head1 CONNECTED COMMANDS
634
635 If a connection is established with an SSL server then any data received
636 from the server is displayed and any key presses will be sent to the
637 server. When used interactively (which means neither B<-quiet> nor B<-ign_eof>
638 have been given), the session will be renegotiated if the line begins with an
639 B<R>, and if the line begins with a B<Q> or if end of file is reached, the
640 connection will be closed down.
641
642 =head1 NOTES
643
644 B<s_client> can be used to debug SSL servers. To connect to an SSL HTTP
645 server the command:
646
647  openssl s_client -connect servername:443
648
649 would typically be used (https uses port 443). If the connection succeeds
650 then an HTTP command can be given such as "GET /" to retrieve a web page.
651
652 If the handshake fails then there are several possible causes, if it is
653 nothing obvious like no client certificate then the B<-bugs>,
654 B<-ssl3>, B<-tls1>, B<-no_ssl3>, B<-no_tls1> options can be tried
655 in case it is a buggy server. In particular you should play with these
656 options B<before> submitting a bug report to an OpenSSL mailing list.
657
658 A frequent problem when attempting to get client certificates working
659 is that a web client complains it has no certificates or gives an empty
660 list to choose from. This is normally because the server is not sending
661 the clients certificate authority in its "acceptable CA list" when it
662 requests a certificate. By using B<s_client> the CA list can be viewed
663 and checked. However some servers only request client authentication
664 after a specific URL is requested. To obtain the list in this case it
665 is necessary to use the B<-prexit> option and send an HTTP request
666 for an appropriate page.
667
668 If a certificate is specified on the command line using the B<-cert>
669 option it will not be used unless the server specifically requests
670 a client certificate. Therefor merely including a client certificate
671 on the command line is no guarantee that the certificate works.
672
673 If there are problems verifying a server certificate then the
674 B<-showcerts> option can be used to show the whole chain.
675
676 The B<s_client> utility is a test tool and is designed to continue the
677 handshake after any certificate verification errors. As a result it will
678 accept any certificate chain (trusted or not) sent by the peer. None test
679 applications should B<not> do this as it makes them vulnerable to a MITM
680 attack. This behaviour can be changed by with the B<-verify_return_error>
681 option: any verify errors are then returned aborting the handshake.
682
683 =head1 BUGS
684
685 Because this program has a lot of options and also because some of the
686 techniques used are rather old, the C source of B<s_client> is rather hard to
687 read and not a model of how things should be done.
688 A typical SSL client program would be much simpler.
689
690 The B<-prexit> option is a bit of a hack. We should really report
691 information whenever a session is renegotiated.
692
693 =head1 SEE ALSO
694
695 L<SSL_CONF_cmd(3)>, L<sess_id(1)>, L<s_server(1)>, L<ciphers(1)>,
696 L<SSL_CTX_set_max_send_fragment(3)>, L<SSL_CTX_set_split_send_fragment(3)>
697 L<SSL_CTX_set_max_pipelines(3)>
698
699 =head1 HISTORY
700
701 The B<-no_alt_chains> option was first added to OpenSSL 1.1.0.
702 The B<-name> option was added in OpenSSL 1.1.1.
703
704 =head1 COPYRIGHT
705
706 Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.
707
708 Licensed under the OpenSSL license (the "License").  You may not use
709 this file except in compliance with the License.  You can obtain a copy
710 in the file LICENSE in the source distribution or at
711 L<https://www.openssl.org/source/license.html>.
712
713 =cut