VirtualBox

source: vbox/trunk/src/libs/openssl-3.0.3/doc/man1/openssl-s_client.pod.in@ 97122

最後變更 在這個檔案從97122是 94320,由 vboxsync 提交於 3 年 前

libs/openssl-3.0.1: Export to OSE and fix copyright headers in Makefiles, bugref:10128

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

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette