]> git.ipfire.org Git - thirdparty/openssl.git/blob - doc/man1/openssl-s_client.pod.in
apps: Add option -no_ems to s_client/s_server apps
[thirdparty/openssl.git] / doc / man1 / openssl-s_client.pod.in
1 =pod
2 {- OpenSSL::safe::output_do_not_edit_headers(); -}
3
4 =head1 NAME
5
6 openssl-s_client - SSL/TLS client program
7
8 =head1 SYNOPSIS
9
10 B<openssl> B<s_client>
11 [B<-help>]
12 [B<-ssl_config> I<section>]
13 [B<-connect> I<host:port>]
14 [B<-host> I<hostname>]
15 [B<-port> I<port>]
16 [B<-bind> I<host:port>]
17 [B<-proxy> I<host:port>]
18 [B<-proxy_user> I<userid>]
19 [B<-proxy_pass> I<arg>]
20 [B<-unix> I<path>]
21 [B<-4>]
22 [B<-6>]
23 [B<-servername> I<name>]
24 [B<-noservername>]
25 [B<-verify> I<depth>]
26 [B<-verify_return_error>]
27 [B<-verify_quiet>]
28 [B<-verifyCAfile> I<filename>]
29 [B<-verifyCApath> I<dir>]
30 [B<-verifyCAstore> I<uri>]
31 [B<-cert> I<filename>]
32 [B<-certform> B<DER>|B<PEM>|B<P12>]
33 [B<-cert_chain> I<filename>]
34 [B<-build_chain>]
35 [B<-CRL> I<filename>]
36 [B<-CRLform> B<DER>|B<PEM>]
37 [B<-crl_download>]
38 [B<-key> I<filename>|I<uri>]
39 [B<-keyform> B<DER>|B<PEM>|B<P12>|B<ENGINE>]
40 [B<-pass> I<arg>]
41 [B<-chainCAfile> I<filename>]
42 [B<-chainCApath> I<directory>]
43 [B<-chainCAstore> I<uri>]
44 [B<-requestCAfile> I<filename>]
45 [B<-dane_tlsa_domain> I<domain>]
46 [B<-dane_tlsa_rrdata> I<rrdata>]
47 [B<-dane_ee_no_namechecks>]
48 [B<-reconnect>]
49 [B<-showcerts>]
50 [B<-prexit>]
51 [B<-debug>]
52 [B<-trace>]
53 [B<-nocommands>]
54 [B<-security_debug>]
55 [B<-security_debug_verbose>]
56 [B<-msg>]
57 [B<-timeout>]
58 [B<-mtu> I<size>]
59 [B<-no_etm>]
60 [B<-no_ems>]
61 [B<-keymatexport> I<label>]
62 [B<-keymatexportlen> I<len>]
63 [B<-msgfile> I<filename>]
64 [B<-nbio_test>]
65 [B<-state>]
66 [B<-nbio>]
67 [B<-crlf>]
68 [B<-ign_eof>]
69 [B<-no_ign_eof>]
70 [B<-psk_identity> I<identity>]
71 [B<-psk> I<key>]
72 [B<-psk_session> I<file>]
73 [B<-quiet>]
74 [B<-sctp>]
75 [B<-sctp_label_bug>]
76 [B<-fallback_scsv>]
77 [B<-async>]
78 [B<-maxfraglen> I<len>]
79 [B<-max_send_frag>]
80 [B<-split_send_frag>]
81 [B<-max_pipelines>]
82 [B<-read_buf>]
83 [B<-ignore_unexpected_eof>]
84 [B<-bugs>]
85 [B<-comp>]
86 [B<-no_comp>]
87 [B<-brief>]
88 [B<-legacy_server_connect>]
89 [B<-allow_no_dhe_kex>]
90 [B<-sigalgs> I<sigalglist>]
91 [B<-curves> I<curvelist>]
92 [B<-cipher> I<cipherlist>]
93 [B<-ciphersuites> I<val>]
94 [B<-serverpref>]
95 [B<-starttls> I<protocol>]
96 [B<-name> I<hostname>]
97 [B<-xmpphost> I<hostname>]
98 [B<-name> I<hostname>]
99 [B<-tlsextdebug>]
100 [B<-no_ticket>]
101 [B<-sess_out> I<filename>]
102 [B<-serverinfo> I<types>]
103 [B<-sess_in> I<filename>]
104 [B<-serverinfo> I<types>]
105 [B<-status>]
106 [B<-alpn> I<protocols>]
107 [B<-nextprotoneg> I<protocols>]
108 [B<-ct>]
109 [B<-noct>]
110 [B<-ctlogfile>]
111 [B<-keylogfile> I<file>]
112 [B<-early_data> I<file>]
113 [B<-enable_pha>]
114 [B<-use_srtp> I<value>]
115 [B<-srpuser> I<value>]
116 [B<-srppass> I<value>]
117 [B<-srp_lateuser>]
118 [B<-srp_moregroups>]
119 [B<-srp_strength> I<number>]
120 [B<-ktls>]
121 {- $OpenSSL::safe::opt_name_synopsis -}
122 {- $OpenSSL::safe::opt_version_synopsis -}
123 {- $OpenSSL::safe::opt_x_synopsis -}
124 {- $OpenSSL::safe::opt_trust_synopsis -}
125 {- $OpenSSL::safe::opt_s_synopsis -}
126 {- $OpenSSL::safe::opt_r_synopsis -}
127 {- $OpenSSL::safe::opt_provider_synopsis -}
128 {- $OpenSSL::safe::opt_engine_synopsis -}[B<-ssl_client_engine> I<id>]
129 {- $OpenSSL::safe::opt_v_synopsis -}
130 [I<host>:I<port>]
131
132 =head1 DESCRIPTION
133
134 This command implements a generic SSL/TLS client which
135 connects to a remote host using SSL/TLS. It is a I<very> useful diagnostic
136 tool for SSL servers.
137
138 =head1 OPTIONS
139
140 In addition to the options below, this command also supports the
141 common and client only options documented
142 in the "Supported Command Line Commands" section of the L<SSL_CONF_cmd(3)>
143 manual page.
144
145 =over 4
146
147 =item B<-help>
148
149 Print out a usage message.
150
151 =item B<-ssl_config> I<section>
152
153 Use the specified section of the configuration file to configure the B<SSL_CTX> object.
154
155 =item B<-connect> I<host>:I<port>
156
157 This specifies the host and optional port to connect to. It is possible to
158 select the host and port using the optional target positional argument instead.
159 If neither this nor the target positional argument are specified then an attempt
160 is made to connect to the local host on port 4433.
161
162 =item B<-host> I<hostname>
163
164 Host to connect to; use B<-connect> instead.
165
166 =item B<-port> I<port>
167
168 Connect to the specified port; use B<-connect> instead.
169
170 =item B<-bind> I<host:port>
171
172 This specifies the host address and or port to bind as the source for the
173 connection. For Unix-domain sockets the port is ignored and the host is
174 used as the source socket address.
175
176 =item B<-proxy> I<host:port>
177
178 When used with the B<-connect> flag, the program uses the host and port
179 specified with this flag and issues an HTTP CONNECT command to connect
180 to the desired server.
181
182 =item B<-proxy_user> I<userid>
183
184 When used with the B<-proxy> flag, the program will attempt to authenticate
185 with the specified proxy using basic (base64) authentication.
186 NB: Basic authentication is insecure; the credentials are sent to the proxy
187 in easily reversible base64 encoding before any TLS/SSL session is established.
188 Therefore, these credentials are easily recovered by anyone able to sniff/trace
189 the network. Use with caution.
190
191 =item B<-proxy_pass> I<arg>
192
193 The proxy password source, used with the B<-proxy_user> flag.
194 For more information about the format of B<arg>
195 see L<openssl-passphrase-options(1)>.
196
197 =item B<-unix> I<path>
198
199 Connect over the specified Unix-domain socket.
200
201 =item B<-4>
202
203 Use IPv4 only.
204
205 =item B<-6>
206
207 Use IPv6 only.
208
209 =item B<-servername> I<name>
210
211 Set the TLS SNI (Server Name Indication) extension in the ClientHello message to
212 the given value.
213 If B<-servername> is not provided, the TLS SNI extension will be populated with
214 the name given to B<-connect> if it follows a DNS name format. If B<-connect> is
215 not provided either, the SNI is set to "localhost".
216 This is the default since OpenSSL 1.1.1.
217
218 Even though SNI should normally be a DNS name and not an IP address, if
219 B<-servername> is provided then that name will be sent, regardless of whether
220 it is a DNS name or not.
221
222 This option cannot be used in conjunction with B<-noservername>.
223
224 =item B<-noservername>
225
226 Suppresses sending of the SNI (Server Name Indication) extension in the
227 ClientHello message. Cannot be used in conjunction with the B<-servername> or
228 B<-dane_tlsa_domain> options.
229
230 =item B<-cert> I<filename>
231
232 The client certificate to use, if one is requested by the server.
233 The default is not to use a certificate.
234
235 The chain for the client certificate may be specified using B<-cert_chain>.
236
237 =item B<-certform> B<DER>|B<PEM>|B<P12>
238
239 The client certificate file format to use; unspecified by default.
240 See L<openssl-format-options(1)> for details.
241
242 =item B<-cert_chain>
243
244 A file or URI of untrusted certificates to use when attempting to build the
245 certificate chain related to the certificate specified via the B<-cert> option.
246 The input can be in PEM, DER, or PKCS#12 format.
247
248 =item B<-build_chain>
249
250 Specify whether the application should build the client certificate chain to be
251 provided to the server.
252
253 =item B<-CRL> I<filename>
254
255 CRL file to use to check the server's certificate.
256
257 =item B<-CRLform> B<DER>|B<PEM>
258
259 The CRL file format; unspecified by default.
260 See L<openssl-format-options(1)> for details.
261
262 =item B<-crl_download>
263
264 Download CRL from distribution points in the certificate.
265
266 =item B<-key> I<filename>|I<uri>
267
268 The client private key to use.
269 If not specified then the certificate file will be used to read also the key.
270
271 =item B<-keyform> B<DER>|B<PEM>|B<P12>|B<ENGINE>
272
273 The key format; unspecified by default.
274 See L<openssl-format-options(1)> for details.
275
276 =item B<-pass> I<arg>
277
278 the private key and certificate file password source.
279 For more information about the format of I<arg>
280 see L<openssl-passphrase-options(1)>.
281
282 =item B<-verify> I<depth>
283
284 The verify depth to use. This specifies the maximum length of the
285 server certificate chain and turns on server certificate verification.
286 Currently the verify operation continues after errors so all the problems
287 with a certificate chain can be seen. As a side effect the connection
288 will never fail due to a server certificate verify failure.
289
290 =item B<-verify_return_error>
291
292 Return verification errors instead of continuing. This will typically
293 abort the handshake with a fatal error.
294
295 =item B<-verify_quiet>
296
297 Limit verify output to only errors.
298
299 =item B<-verifyCAfile> I<filename>
300
301 A file in PEM format containing trusted certificates to use
302 for verifying the server's certificate.
303
304 =item B<-verifyCApath> I<dir>
305
306 A directory containing trusted certificates to use
307 for verifying the server's certificate.
308 This directory must be in "hash format",
309 see L<openssl-verify(1)> for more information.
310
311 =item B<-verifyCAstore> I<uri>
312
313 The URI of a store containing trusted certificates to use
314 for verifying the server's certificate.
315
316 =item B<-chainCAfile> I<file>
317
318 A file in PEM format containing trusted certificates to use
319 when attempting to build the client certificate chain.
320
321 =item B<-chainCApath> I<directory>
322
323 A directory containing trusted certificates to use
324 for building the client certificate chain provided to the server.
325 This directory must be in "hash format",
326 see L<openssl-verify(1)> for more information.
327
328 =item B<-chainCAstore> I<uri>
329
330 The URI of a store containing trusted certificates to use
331 when attempting to build the client certificate chain.
332 The URI may indicate a single certificate, as well as a collection of them.
333 With URIs in the C<file:> scheme, this acts as B<-chainCAfile> or
334 B<-chainCApath>, depending on if the URI indicates a directory or a
335 single file.
336 See L<ossl_store-file(7)> for more information on the C<file:> scheme.
337
338 =item B<-requestCAfile> I<file>
339
340 A file containing a list of certificates whose subject names will be sent
341 to the server in the B<certificate_authorities> extension. Only supported
342 for TLS 1.3
343
344 =item B<-dane_tlsa_domain> I<domain>
345
346 Enable RFC6698/RFC7671 DANE TLSA authentication and specify the
347 TLSA base domain which becomes the default SNI hint and the primary
348 reference identifier for hostname checks. This must be used in
349 combination with at least one instance of the B<-dane_tlsa_rrdata>
350 option below.
351
352 When DANE authentication succeeds, the diagnostic output will include
353 the lowest (closest to 0) depth at which a TLSA record authenticated
354 a chain certificate. When that TLSA record is a "2 1 0" trust
355 anchor public key that signed (rather than matched) the top-most
356 certificate of the chain, the result is reported as "TA public key
357 verified". Otherwise, either the TLSA record "matched TA certificate"
358 at a positive depth or else "matched EE certificate" at depth 0.
359
360 =item B<-dane_tlsa_rrdata> I<rrdata>
361
362 Use one or more times to specify the RRDATA fields of the DANE TLSA
363 RRset associated with the target service. The I<rrdata> value is
364 specified in "presentation form", that is four whitespace separated
365 fields that specify the usage, selector, matching type and associated
366 data, with the last of these encoded in hexadecimal. Optional
367 whitespace is ignored in the associated data field. For example:
368
369 $ openssl s_client -brief -starttls smtp \
370 -connect smtp.example.com:25 \
371 -dane_tlsa_domain smtp.example.com \
372 -dane_tlsa_rrdata "2 1 1
373 B111DD8A1C2091A89BD4FD60C57F0716CCE50FEEFF8137CDBEE0326E 02CF362B" \
374 -dane_tlsa_rrdata "2 1 1
375 60B87575447DCBA2A36B7D11AC09FB24A9DB406FEE12D2CC90180517 616E8A18"
376 ...
377 Verification: OK
378 Verified peername: smtp.example.com
379 DANE TLSA 2 1 1 ...ee12d2cc90180517616e8a18 matched TA certificate at depth 1
380 ...
381
382 =item B<-dane_ee_no_namechecks>
383
384 This disables server name checks when authenticating via DANE-EE(3) TLSA
385 records.
386 For some applications, primarily web browsers, it is not safe to disable name
387 checks due to "unknown key share" attacks, in which a malicious server can
388 convince a client that a connection to a victim server is instead a secure
389 connection to the malicious server.
390 The malicious server may then be able to violate cross-origin scripting
391 restrictions.
392 Thus, despite the text of RFC7671, name checks are by default enabled for
393 DANE-EE(3) TLSA records, and can be disabled in applications where it is safe
394 to do so.
395 In particular, SMTP and XMPP clients should set this option as SRV and MX
396 records already make it possible for a remote domain to redirect client
397 connections to any server of its choice, and in any case SMTP and XMPP clients
398 do not execute scripts downloaded from remote servers.
399
400 =item B<-reconnect>
401
402 Reconnects to the same server 5 times using the same session ID, this can
403 be used as a test that session caching is working.
404
405 =item B<-showcerts>
406
407 Displays the server certificate list as sent by the server: it only consists of
408 certificates the server has sent (in the order the server has sent them). It is
409 B<not> a verified chain.
410
411 =item B<-prexit>
412
413 Print session information when the program exits. This will always attempt
414 to print out information even if the connection fails. Normally information
415 will only be printed out once if the connection succeeds. This option is useful
416 because the cipher in use may be renegotiated or the connection may fail
417 because a client certificate is required or is requested only after an
418 attempt is made to access a certain URL. Note: the output produced by this
419 option is not always accurate because a connection might never have been
420 established.
421
422 =item B<-state>
423
424 Prints out the SSL session states.
425
426 =item B<-debug>
427
428 Print extensive debugging information including a hex dump of all traffic.
429
430 =item B<-nocommands>
431
432 Do not use interactive command letters.
433
434 =item B<-security_debug>
435
436 Enable security debug messages.
437
438 =item B<-security_debug_verbose>
439
440 Output more security debug output.
441
442 =item B<-msg>
443
444 Show protocol messages.
445
446 =item B<-timeout>
447
448 Enable send/receive timeout on DTLS connections.
449
450 =item B<-mtu> I<size>
451
452 Set MTU of the link layer to the specified size.
453
454 =item B<-no_etm>
455
456 Disable Encrypt-then-MAC negotiation.
457
458 =item B<-no_ems>
459
460 Disable Extended master secret negotiation.
461
462 =item B<-keymatexport> I<label>
463
464 Export keying material using the specified label.
465
466 =item B<-keymatexportlen> I<len>
467
468 Export the specified number of bytes of keying material; default is 20.
469
470 Show all protocol messages with hex dump.
471
472 =item B<-trace>
473
474 Show verbose trace output of protocol messages.
475
476 =item B<-msgfile> I<filename>
477
478 File to send output of B<-msg> or B<-trace> to, default standard output.
479
480 =item B<-nbio_test>
481
482 Tests nonblocking I/O
483
484 =item B<-nbio>
485
486 Turns on nonblocking I/O
487
488 =item B<-crlf>
489
490 This option translated a line feed from the terminal into CR+LF as required
491 by some servers.
492
493 =item B<-ign_eof>
494
495 Inhibit shutting down the connection when end of file is reached in the
496 input.
497
498 =item B<-quiet>
499
500 Inhibit printing of session and certificate information. This implicitly
501 turns on B<-ign_eof> as well.
502
503 =item B<-no_ign_eof>
504
505 Shut down the connection when end of file is reached in the input.
506 Can be used to override the implicit B<-ign_eof> after B<-quiet>.
507
508 =item B<-psk_identity> I<identity>
509
510 Use the PSK identity I<identity> when using a PSK cipher suite.
511 The default value is "Client_identity" (without the quotes).
512
513 =item B<-psk> I<key>
514
515 Use the PSK key I<key> when using a PSK cipher suite. The key is
516 given as a hexadecimal number without leading 0x, for example -psk
517 1a2b3c4d.
518 This option must be provided in order to use a PSK cipher.
519
520 =item B<-psk_session> I<file>
521
522 Use the pem encoded SSL_SESSION data stored in I<file> as the basis of a PSK.
523 Note that this will only work if TLSv1.3 is negotiated.
524
525 =item B<-sctp>
526
527 Use SCTP for the transport protocol instead of UDP in DTLS. Must be used in
528 conjunction with B<-dtls>, B<-dtls1> or B<-dtls1_2>. This option is only
529 available where OpenSSL has support for SCTP enabled.
530
531 =item B<-sctp_label_bug>
532
533 Use the incorrect behaviour of older OpenSSL implementations when computing
534 endpoint-pair shared secrets for DTLS/SCTP. This allows communication with
535 older broken implementations but breaks interoperability with correct
536 implementations. Must be used in conjunction with B<-sctp>. This option is only
537 available where OpenSSL has support for SCTP enabled.
538
539 =item B<-fallback_scsv>
540
541 Send TLS_FALLBACK_SCSV in the ClientHello.
542
543 =item B<-async>
544
545 Switch on asynchronous mode. Cryptographic operations will be performed
546 asynchronously. This will only have an effect if an asynchronous capable engine
547 is also used via the B<-engine> option. For test purposes the dummy async engine
548 (dasync) can be used (if available).
549
550 =item B<-maxfraglen> I<len>
551
552 Enable Maximum Fragment Length Negotiation; allowed values are
553 C<512>, C<1024>, C<2048>, and C<4096>.
554
555 =item B<-max_send_frag> I<int>
556
557 The maximum size of data fragment to send.
558 See L<SSL_CTX_set_max_send_fragment(3)> for further information.
559
560 =item B<-split_send_frag> I<int>
561
562 The size used to split data for encrypt pipelines. If more data is written in
563 one go than this value then it will be split into multiple pipelines, up to the
564 maximum number of pipelines defined by max_pipelines. This only has an effect if
565 a suitable cipher suite has been negotiated, an engine that supports pipelining
566 has been loaded, and max_pipelines is greater than 1. See
567 L<SSL_CTX_set_split_send_fragment(3)> for further information.
568
569 =item B<-max_pipelines> I<int>
570
571 The maximum number of encrypt/decrypt pipelines to be used. This will only have
572 an effect if an engine has been loaded that supports pipelining (e.g. the dasync
573 engine) and a suitable cipher suite has been negotiated. The default value is 1.
574 See L<SSL_CTX_set_max_pipelines(3)> for further information.
575
576 =item B<-read_buf> I<int>
577
578 The default read buffer size to be used for connections. This will only have an
579 effect if the buffer size is larger than the size that would otherwise be used
580 and pipelining is in use (see L<SSL_CTX_set_default_read_buffer_len(3)> for
581 further information).
582
583 =item B<-ignore_unexpected_eof>
584
585 Some TLS implementations do not send the mandatory close_notify alert on
586 shutdown. If the application tries to wait for the close_notify alert but the
587 peer closes the connection without sending it, an error is generated. When this
588 option is enabled the peer does not need to send the close_notify alert and a
589 closed connection will be treated as if the close_notify alert was received.
590 For more information on shutting down a connection, see L<SSL_shutdown(3)>.
591
592 =item B<-bugs>
593
594 There are several known bugs in SSL and TLS implementations. Adding this
595 option enables various workarounds.
596
597 =item B<-comp>
598
599 Enables support for SSL/TLS compression.
600 This option was introduced in OpenSSL 1.1.0.
601 TLS compression is not recommended and is off by default as of
602 OpenSSL 1.1.0.
603
604 =item B<-no_comp>
605
606 Disables support for SSL/TLS compression.
607 TLS compression is not recommended and is off by default as of
608 OpenSSL 1.1.0.
609
610 =item B<-brief>
611
612 Only provide a brief summary of connection parameters instead of the
613 normal verbose output.
614
615 =item B<-sigalgs> I<sigalglist>
616
617 Specifies the list of signature algorithms that are sent by the client.
618 The server selects one entry in the list based on its preferences.
619 For example strings, see L<SSL_CTX_set1_sigalgs(3)>
620
621 =item B<-curves> I<curvelist>
622
623 Specifies the list of supported curves to be sent by the client. The curve is
624 ultimately selected by the server. For a list of all curves, use:
625
626 $ openssl ecparam -list_curves
627
628 =item B<-cipher> I<cipherlist>
629
630 This allows the TLSv1.2 and below cipher list sent by the client to be modified.
631 This list will be combined with any TLSv1.3 ciphersuites that have been
632 configured. Although the server determines which ciphersuite is used it should
633 take the first supported cipher in the list sent by the client. See
634 L<openssl-ciphers(1)> for more information.
635
636 =item B<-ciphersuites> I<val>
637
638 This allows the TLSv1.3 ciphersuites sent by the client to be modified. This
639 list will be combined with any TLSv1.2 and below ciphersuites that have been
640 configured. Although the server determines which cipher suite is used it should
641 take the first supported cipher in the list sent by the client. See
642 L<openssl-ciphers(1)> for more information. The format for this list is a simple
643 colon (":") separated list of TLSv1.3 ciphersuite names.
644
645 =item B<-starttls> I<protocol>
646
647 Send the protocol-specific message(s) to switch to TLS for communication.
648 I<protocol> is a keyword for the intended protocol. Currently, the only
649 supported keywords are "smtp", "pop3", "imap", "ftp", "xmpp", "xmpp-server",
650 "irc", "postgres", "mysql", "lmtp", "nntp", "sieve" and "ldap".
651
652 =item B<-xmpphost> I<hostname>
653
654 This option, when used with "-starttls xmpp" or "-starttls xmpp-server",
655 specifies the host for the "to" attribute of the stream element.
656 If this option is not specified, then the host specified with "-connect"
657 will be used.
658
659 This option is an alias of the B<-name> option for "xmpp" and "xmpp-server".
660
661 =item B<-name> I<hostname>
662
663 This option is used to specify hostname information for various protocols
664 used with B<-starttls> option. Currently only "xmpp", "xmpp-server",
665 "smtp" and "lmtp" can utilize this B<-name> option.
666
667 If this option is used with "-starttls xmpp" or "-starttls xmpp-server",
668 if specifies the host for the "to" attribute of the stream element. If this
669 option is not specified, then the host specified with "-connect" will be used.
670
671 If this option is used with "-starttls lmtp" or "-starttls smtp", it specifies
672 the name to use in the "LMTP LHLO" or "SMTP EHLO" message, respectively. If
673 this option is not specified, then "mail.example.com" will be used.
674
675 =item B<-tlsextdebug>
676
677 Print out a hex dump of any TLS extensions received from the server.
678
679 =item B<-no_ticket>
680
681 Disable RFC4507bis session ticket support.
682
683 =item B<-sess_out> I<filename>
684
685 Output SSL session to I<filename>.
686
687 =item B<-sess_in> I<filename>
688
689 Load SSL session from I<filename>. The client will attempt to resume a
690 connection from this session.
691
692 =item B<-serverinfo> I<types>
693
694 A list of comma-separated TLS Extension Types (numbers between 0 and
695 65535). Each type will be sent as an empty ClientHello TLS Extension.
696 The server's response (if any) will be encoded and displayed as a PEM
697 file.
698
699 =item B<-status>
700
701 Sends a certificate status request to the server (OCSP stapling). The server
702 response (if any) is printed out.
703
704 =item B<-alpn> I<protocols>, B<-nextprotoneg> I<protocols>
705
706 These flags enable the Enable the Application-Layer Protocol Negotiation
707 or Next Protocol Negotiation (NPN) extension, respectively. ALPN is the
708 IETF standard and replaces NPN.
709 The I<protocols> list is a comma-separated list of protocol names that
710 the client should advertise support for. The list should contain the most
711 desirable protocols first. Protocol names are printable ASCII strings,
712 for example "http/1.1" or "spdy/3".
713 An empty list of protocols is treated specially and will cause the
714 client to advertise support for the TLS extension but disconnect just
715 after receiving ServerHello with a list of server supported protocols.
716 The flag B<-nextprotoneg> cannot be specified if B<-tls1_3> is used.
717
718 =item B<-ct>, B<-noct>
719
720 Use one of these two options to control whether Certificate Transparency (CT)
721 is enabled (B<-ct>) or disabled (B<-noct>).
722 If CT is enabled, signed certificate timestamps (SCTs) will be requested from
723 the server and reported at handshake completion.
724
725 Enabling CT also enables OCSP stapling, as this is one possible delivery method
726 for SCTs.
727
728 =item B<-ctlogfile>
729
730 A file containing a list of known Certificate Transparency logs. See
731 L<SSL_CTX_set_ctlog_list_file(3)> for the expected file format.
732
733 =item B<-keylogfile> I<file>
734
735 Appends TLS secrets to the specified keylog file such that external programs
736 (like Wireshark) can decrypt TLS connections.
737
738 =item B<-early_data> I<file>
739
740 Reads the contents of the specified file and attempts to send it as early data
741 to the server. This will only work with resumed sessions that support early
742 data and when the server accepts the early data.
743
744 =item B<-enable_pha>
745
746 For TLSv1.3 only, send the Post-Handshake Authentication extension. This will
747 happen whether or not a certificate has been provided via B<-cert>.
748
749 =item B<-use_srtp> I<value>
750
751 Offer SRTP key management, where B<value> is a colon-separated profile list.
752
753 =item B<-srpuser> I<value>
754
755 Set the SRP username to the specified value. This option is deprecated.
756
757 =item B<-srppass> I<value>
758
759 Set the SRP password to the specified value. This option is deprecated.
760
761 =item B<-srp_lateuser>
762
763 SRP username for the second ClientHello message. This option is deprecated.
764
765 =item B<-srp_moregroups> This option is deprecated.
766
767 Tolerate other than the known B<g> and B<N> values.
768
769 =item B<-srp_strength> I<number>
770
771 Set the minimal acceptable length, in bits, for B<N>. This option is
772 deprecated.
773
774 =item B<-ktls>
775
776 Enable Kernel TLS for sending and receiving.
777 This option was introduced in OpenSSL 3.1.0.
778 Kernel TLS is off by default as of OpenSSL 3.1.0.
779
780 {- $OpenSSL::safe::opt_version_item -}
781
782 {- $OpenSSL::safe::opt_name_item -}
783
784 {- $OpenSSL::safe::opt_x_item -}
785
786 {- $OpenSSL::safe::opt_trust_item -}
787
788 {- $OpenSSL::safe::opt_s_item -}
789
790 {- $OpenSSL::safe::opt_r_item -}
791
792 {- $OpenSSL::safe::opt_provider_item -}
793
794 {- $OpenSSL::safe::opt_engine_item -}
795
796 {- output_off() if $disabled{"deprecated-3.0"}; "" -}
797 =item B<-ssl_client_engine> I<id>
798
799 Specify engine to be used for client certificate operations.
800 {- output_on() if $disabled{"deprecated-3.0"}; "" -}
801
802 {- $OpenSSL::safe::opt_v_item -}
803
804 Verification errors are displayed, for debugging, but the command will
805 proceed unless the B<-verify_return_error> option is used.
806
807 =item I<host>:I<port>
808
809 Rather than providing B<-connect>, the target hostname and optional port may
810 be provided as a single positional argument after all options. If neither this
811 nor B<-connect> are provided, falls back to attempting to connect to
812 I<localhost> on port I<4433>.
813
814 =back
815
816 =head1 CONNECTED COMMANDS
817
818 If a connection is established with an SSL server then any data received
819 from the server is displayed and any key presses will be sent to the
820 server. If end of file is reached then the connection will be closed down. When
821 used interactively (which means neither B<-quiet> nor B<-ign_eof> have been
822 given), then certain commands are also recognized which perform special
823 operations. These commands are a letter which must appear at the start of a
824 line. They are listed below.
825
826 =over 4
827
828 =item B<Q>
829
830 End the current SSL connection and exit.
831
832 =item B<R>
833
834 Renegotiate the SSL session (TLSv1.2 and below only).
835
836 =item B<k>
837
838 Send a key update message to the server (TLSv1.3 only)
839
840 =item B<K>
841
842 Send a key update message to the server and request one back (TLSv1.3 only)
843
844 =back
845
846 =head1 NOTES
847
848 This command can be used to debug SSL servers. To connect to an SSL HTTP
849 server the command:
850
851 openssl s_client -connect servername:443
852
853 would typically be used (https uses port 443). If the connection succeeds
854 then an HTTP command can be given such as "GET /" to retrieve a web page.
855
856 If the handshake fails then there are several possible causes, if it is
857 nothing obvious like no client certificate then the B<-bugs>,
858 B<-ssl3>, B<-tls1>, B<-no_ssl3>, B<-no_tls1> options can be tried
859 in case it is a buggy server. In particular you should play with these
860 options B<before> submitting a bug report to an OpenSSL mailing list.
861
862 A frequent problem when attempting to get client certificates working
863 is that a web client complains it has no certificates or gives an empty
864 list to choose from. This is normally because the server is not sending
865 the clients certificate authority in its "acceptable CA list" when it
866 requests a certificate. By using this command, the CA list can be viewed
867 and checked. However, some servers only request client authentication
868 after a specific URL is requested. To obtain the list in this case it
869 is necessary to use the B<-prexit> option and send an HTTP request
870 for an appropriate page.
871
872 If a certificate is specified on the command line using the B<-cert>
873 option it will not be used unless the server specifically requests
874 a client certificate. Therefore, merely including a client certificate
875 on the command line is no guarantee that the certificate works.
876
877 If there are problems verifying a server certificate then the
878 B<-showcerts> option can be used to show all the certificates sent by the
879 server.
880
881 This command is a test tool and is designed to continue the
882 handshake after any certificate verification errors. As a result it will
883 accept any certificate chain (trusted or not) sent by the peer. Non-test
884 applications should B<not> do this as it makes them vulnerable to a MITM
885 attack. This behaviour can be changed by with the B<-verify_return_error>
886 option: any verify errors are then returned aborting the handshake.
887
888 The B<-bind> option may be useful if the server or a firewall requires
889 connections to come from some particular address and or port.
890
891 =head1 BUGS
892
893 Because this program has a lot of options and also because some of the
894 techniques used are rather old, the C source for this command is rather
895 hard to read and not a model of how things should be done.
896 A typical SSL client program would be much simpler.
897
898 The B<-prexit> option is a bit of a hack. We should really report
899 information whenever a session is renegotiated.
900
901 =head1 SEE ALSO
902
903 L<openssl(1)>,
904 L<openssl-sess_id(1)>,
905 L<openssl-s_server(1)>,
906 L<openssl-ciphers(1)>,
907 L<SSL_CONF_cmd(3)>,
908 L<SSL_CTX_set_max_send_fragment(3)>,
909 L<SSL_CTX_set_split_send_fragment(3)>,
910 L<SSL_CTX_set_max_pipelines(3)>,
911 L<ossl_store-file(7)>
912
913 =head1 HISTORY
914
915 The B<-no_alt_chains> option was added in OpenSSL 1.1.0.
916 The B<-name> option was added in OpenSSL 1.1.1.
917
918 The B<-certform> option has become obsolete in OpenSSL 3.0.0 and has no effect.
919
920 The B<-engine> option was deprecated in OpenSSL 3.0.
921
922 =head1 COPYRIGHT
923
924 Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved.
925
926 Licensed under the Apache License 2.0 (the "License"). You may not use
927 this file except in compliance with the License. You can obtain a copy
928 in the file LICENSE in the source distribution or at
929 L<https://www.openssl.org/source/license.html>.
930
931 =cut