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