c9f4bfc11b8252a17648a6dcd4457ed54fb074cf
[openssl.git] / doc / man1 / openssl-s_server.pod.in
1 =pod
2 {- OpenSSL::safe::output_do_not_edit_headers(); -}
3
4 =head1 NAME
5
6 openssl-s_server - SSL/TLS server program
7
8 =head1 SYNOPSIS
9
10 B<openssl> B<s_server>
11 [B<-help>]
12 [B<-port> I<+int>]
13 [B<-accept> I<val>]
14 [B<-unix> I<val>]
15 [B<-4>]
16 [B<-6>]
17 [B<-unlink>]
18 [B<-context> I<val>]
19 [B<-verify> I<int>]
20 [B<-Verify> I<int>]
21 [B<-cert> I<infile>]
22 [B<-cert2> I<infile>]
23 [B<-certform> B<DER>|B<PEM>]
24 [B<-cert_chain> I<infile>]
25 [B<-build_chain>]
26 [B<-serverinfo> I<val>]
27 [B<-key> I<infile>]
28 [B<-key2> I<infile>]
29 [B<-keyform> B<DER>|B<PEM>|B<ENGINE>]
30 [B<-pass> I<val>]
31 [B<-dcert> I<infile>]
32 [B<-dcertform> B<DER>|B<PEM>]
33 [B<-dcert_chain> I<infile>]
34 [B<-dkey> I<infile>]
35 [B<-dkeyform> B<DER>|B<PEM>|B<ENGINE>]
36 [B<-dpass> I<val>]
37 [B<-nbio_test>]
38 [B<-crlf>]
39 [B<-debug>]
40 [B<-msg>]
41 [B<-msgfile> I<outfile>]
42 [B<-state>]
43 [B<-nocert>]
44 [B<-quiet>]
45 [B<-no_resume_ephemeral>]
46 [B<-www>]
47 [B<-WWW>]
48 [B<-http_server_binmode>]
49 [B<-no_ca_names>]
50 [B<-servername>]
51 [B<-servername_fatal>]
52 [B<-tlsextdebug>]
53 [B<-HTTP>]
54 [B<-id_prefix> I<val>]
55 [B<-keymatexport> I<val>]
56 [B<-keymatexportlen> I<+int>]
57 [B<-CRL> I<infile>]
58 [B<-CRLform> B<DER>|B<PEM>]
59 [B<-crl_download>]
60 [B<-chainCAfile> I<infile>]
61 [B<-chainCApath> I<dir>]
62 [B<-chainCAstore> I<uri>]
63 [B<-verifyCAfile> I<infile>]
64 [B<-verifyCApath> I<dir>]
65 [B<-verifyCAstore> I<uri>]
66 [B<-no_cache>]
67 [B<-ext_cache>]
68 [B<-verify_return_error>]
69 [B<-verify_quiet>]
70 [B<-ign_eof>]
71 [B<-no_ign_eof>]
72 [B<-status>]
73 [B<-status_verbose>]
74 [B<-status_timeout> I<int>]
75 [B<-status_url> I<val>]
76 [B<-status_file> I<infile>]
77 [B<-trace>]
78 [B<-security_debug>]
79 [B<-security_debug_verbose>]
80 [B<-brief>]
81 [B<-rev>]
82 [B<-async>]
83 [B<-ssl_config> I<val>]
84 [B<-max_send_frag> I<+int>]
85 [B<-split_send_frag> I<+int>]
86 [B<-max_pipelines> I<+int>]
87 [B<-naccept> I<+int>]
88 [B<-read_buf> I<+int>]
89 [B<-bugs>]
90 [B<-no_comp>]
91 [B<-comp>]
92 [B<-no_ticket>]
93 [B<-serverpref>]
94 [B<-legacy_renegotiation>]
95 [B<-no_renegotiation>]
96 [B<-legacy_server_connect>]
97 [B<-no_resumption_on_reneg>]
98 [B<-no_legacy_server_connect>]
99 [B<-allow_no_dhe_kex>]
100 [B<-prioritize_chacha>]
101 [B<-strict>]
102 [B<-sigalgs> I<val>]
103 [B<-client_sigalgs> I<val>]
104 [B<-groups> I<val>]
105 [B<-curves> I<val>]
106 [B<-named_curve> I<val>]
107 [B<-cipher> I<val>]
108 [B<-ciphersuites> I<val>]
109 [B<-dhparam> I<infile>]
110 [B<-record_padding> I<val>]
111 [B<-debug_broken_protocol>]
112 [B<-nbio>]
113 [B<-psk_identity> I<val>]
114 [B<-psk_hint> I<val>]
115 [B<-psk> I<val>]
116 [B<-psk_session> I<file>]
117 [B<-srpvfile> I<infile>]
118 [B<-srpuserseed> I<val>]
119 [B<-timeout>]
120 [B<-mtu> I<+int>]
121 [B<-listen>]
122 [B<-sctp>]
123 [B<-sctp_label_bug>]
124 [B<-no_dhe>]
125 [B<-nextprotoneg> I<val>]
126 [B<-use_srtp> I<val>]
127 [B<-alpn> I<val>]
128 [B<-sendfile>]
129 [B<-keylogfile> I<outfile>]
130 [B<-recv_max_early_data> I<int>]
131 [B<-max_early_data> I<int>]
132 [B<-early_data>]
133 [B<-stateless>]
134 [B<-anti_replay>]
135 [B<-no_anti_replay>]
136 [B<-num_tickets>]
137 {- $OpenSSL::safe::opt_name_synopsis -}
138 {- $OpenSSL::safe::opt_version_synopsis -}
139 {- $OpenSSL::safe::opt_v_synopsis -}
140 {- $OpenSSL::safe::opt_s_synopsis -}
141 {- $OpenSSL::safe::opt_x_synopsis -}
142 {- $OpenSSL::safe::opt_trust_synopsis -}
143 {- $OpenSSL::safe::opt_r_synopsis -}
144 {- $OpenSSL::safe::opt_engine_synopsis -}
145 {- $OpenSSL::safe::opt_provider_synopsis -}
146
147 =for openssl ifdef unix 4 6 unlink no_dhe nextprotoneg use_srtp engine
148
149 =for openssl ifdef status status_verbose status_timeout status_url status_file
150
151 =for openssl ifdef psk_hint srpvfile srpuserseed sctp sctp_label_bug
152
153 =for openssl ifdef sctp sctp_label_bug trace mtu timeout listen
154
155 =for openssl ifdef ssl3 tls1 tls1_1 tls1_2 tls1_3 dtls mtu dtls1 dtls1_2
156
157 =for openssl ifdef sendfile
158
159 =head1 DESCRIPTION
160
161 This command implements a generic SSL/TLS server which
162 listens for connections on a given port using SSL/TLS.
163
164 =head1 OPTIONS
165
166 In addition to the options below, this command also supports
167 the common and server only options documented
168 L<SSL_CONF_cmd(3)/Supported Command Line Commands>
169
170 =over 4
171
172 =item B<-help>
173
174 Print out a usage message.
175
176 =item B<-port> I<+int>
177
178 The TCP port to listen on for connections. If not specified 4433 is used.
179
180 =item B<-accept> I<val>
181
182 The optional TCP host and port to listen on for connections. If not specified, *:4433 is used.
183
184 =item B<-unix> I<val>
185
186 Unix domain socket to accept on.
187
188 =item B<-4>
189
190 Use IPv4 only.
191
192 =item B<-6>
193
194 Use IPv6 only.
195
196 =item B<-unlink>
197
198 For -unix, unlink any existing socket first.
199
200 =item B<-context> I<val>
201
202 Sets the SSL context id. It can be given any string value. If this option
203 is not present a default value will be used.
204
205 =item B<-verify> I<int>, B<-Verify> I<int>
206
207 The verify depth to use. This specifies the maximum length of the
208 client certificate chain and makes the server request a certificate from
209 the client. With the B<-verify> option a certificate is requested but the
210 client does not have to send one, with the B<-Verify> option the client
211 must supply a certificate or an error occurs.
212
213 If the cipher suite cannot request a client certificate (for example an
214 anonymous cipher suite or PSK) this option has no effect.
215
216 =item B<-cert> I<infile>
217
218 The certificate to use, most servers cipher suites require the use of a
219 certificate and some require a certificate with a certain public key type:
220 for example the DSS cipher suites require a certificate containing a DSS
221 (DSA) key. If not specified then the filename F<server.pem> will be used.
222
223 =item B<-certform> B<DER>|B<PEM>
224
225 The server certificate file format; the default is B<PEM>.
226 See L<openssl(1)/Format Options> for details.
227
228 =item B<-cert_chain>
229
230 A file containing untrusted certificates to use when attempting to build the
231 certificate chain related to the certificate specified via the B<-cert> option.
232
233 =item B<-build_chain>
234
235 Specify whether the application should build the server certificate chain to be
236 provided to the client.
237
238 =item B<-serverinfo> I<val>
239
240 A file containing one or more blocks of PEM data.  Each PEM block
241 must encode a TLS ServerHello extension (2 bytes type, 2 bytes length,
242 followed by "length" bytes of extension data).  If the client sends
243 an empty TLS ClientHello extension matching the type, the corresponding
244 ServerHello extension will be returned.
245
246 =item B<-key> I<infile>
247
248 The private key to use. If not specified then the certificate file will
249 be used.
250
251 =item B<-keyform> B<DER>|B<PEM>|B<ENGINE>
252
253 The key format; the default is B<PEM>.
254 See L<openssl(1)/Format Options> for details.
255
256 =item B<-pass> I<val>
257
258 The private key password source.
259 For more information about the format of I<val>,
260 see L<openssl(1)/Pass Phrase Options>.
261
262 =item B<-dcert> I<infile>, B<-dkey> I<infile>
263
264 Specify an additional certificate and private key, these behave in the
265 same manner as the B<-cert> and B<-key> options except there is no default
266 if they are not specified (no additional certificate and key is used). As
267 noted above some cipher suites require a certificate containing a key of
268 a certain type. Some cipher suites need a certificate carrying an RSA key
269 and some a DSS (DSA) key. By using RSA and DSS certificates and keys
270 a server can support clients which only support RSA or DSS cipher suites
271 by using an appropriate certificate.
272
273 =item B<-dcert_chain>
274
275 A file containing untrusted certificates to use when attempting to build the
276 server certificate chain when a certificate specified via the B<-dcert> option
277 is in use.
278
279 =item B<-dcertform> B<DER>|B<PEM>
280
281 The format of the additional certificate file; the default is B<PEM>.
282 See L<openssl(1)/Format Options>.
283
284 =item B<-dkeyform> B<DER>|B<PEM>|B<ENGINE>
285
286 The format of the additional private key; the default is B<PEM>.
287 See L<openssl(1)/Format Options>.
288
289 =item B<-dpass> I<val>
290
291 The passphrase for the additional private key.
292 For more information about the format of I<val>,
293 see L<openssl(1)/Pass Phrase Options>.
294
295 =item B<-nbio_test>
296
297 Tests non blocking I/O.
298
299 =item B<-crlf>
300
301 This option translated a line feed from the terminal into CR+LF.
302
303 =item B<-debug>
304
305 Print extensive debugging information including a hex dump of all traffic.
306
307 =item B<-msg>
308
309 Show all protocol messages with hex dump.
310
311 =item B<-msgfile> I<outfile>
312
313 File to send output of B<-msg> or B<-trace> to, default standard output.
314
315 =item B<-state>
316
317 Prints the SSL session states.
318
319 =item B<-CRL> I<infile>
320
321 The CRL file to use.
322
323 =item B<-CRLform> B<DER>|B<PEM>
324
325 The CRL file format; the default is B<PEM>.
326 See L<openssl(1)/Format Options> for details.
327
328 =item B<-crl_download>
329
330 Download CRLs from distribution points given in CDP extensions of certificates
331
332 =item B<-verifyCAfile> I<filename>
333
334 A file in PEM format CA containing trusted certificates to use
335 for verifying client certificates.
336
337 =item B<-verifyCApath> I<dir>
338
339 A directory containing trusted certificates to use
340 for verifying client certificates.
341 This directory must be in "hash format",
342 see L<openssl-verify(1)> for more information.
343
344 =item B<-verifyCAstore> I<uri>
345
346 The URI of a store containing trusted certificates to use
347 for verifying client certificates.
348
349 =item B<-chainCAfile> I<file>
350
351 A file in PEM format containing trusted certificates to use
352 when attempting to build the server certificate chain.
353
354 =item B<-chainCApath> I<dir>
355
356 A directory containing trusted certificates to use
357 for building the server certificate chain provided to the client.
358 This directory must be in "hash format",
359 see L<openssl-verify(1)> for more information.
360
361 =item B<-chainCAstore> I<uri>
362
363 The URI of a store containing trusted certificates to use
364 for building the server certificate chain provided to the client.
365 The URI may indicate a single certificate, as well as a collection of them.
366 With URIs in the C<file:> scheme, this acts as B<-chainCAfile> or
367 B<-chainCApath>, depending on if the URI indicates a directory or a
368 single file.
369 See L<ossl_store-file(7)> for more information on the C<file:> scheme.
370
371 =item B<-nocert>
372
373 If this option is set then no certificate is used. This restricts the
374 cipher suites available to the anonymous ones (currently just anonymous
375 DH).
376
377 =item B<-quiet>
378
379 Inhibit printing of session and certificate information.
380
381 =item B<-tlsextdebug>
382
383 Print a hex dump of any TLS extensions received from the server.
384
385 =item B<-www>
386
387 Sends a status message back to the client when it connects. This includes
388 information about the ciphers used and various session parameters.
389 The output is in HTML format so this option can be used with a web browser.
390 The special URL C</renegcert> turns on client cert validation, and C</reneg>
391 tells the server to request renegotiation.
392 The B<-early_data> option cannot be used with this option.
393
394 =item B<-WWW>, B<-HTTP>
395
396 Emulates a simple web server. Pages will be resolved relative to the
397 current directory, for example if the URL C<https://myhost/page.html> is
398 requested the file F<./page.html> will be sent.
399 If the B<-HTTP> flag is used, the files are sent directly, and should contain
400 any HTTP response headers (including status response line).
401 If the B<-WWW> option is used,
402 the response headers are generated by the server, and the file extension is
403 examined to determine the B<Content-Type> header.
404 Extensions of C<html>, C<htm>, and C<php> are C<text/html> and all others are
405 C<text/plain>.
406 In addition, the special URL C</stats> will return status
407 information like the B<-www> option.
408 Neither of these options can be used in conjunction with B<-early_data>.
409
410 =item B<-http_server_binmode>
411
412 When acting as web-server (using option B<-WWW> or B<-HTTP>) open files requested
413 by the client in binary mode.
414
415 =item B<-no_ca_names>
416
417 Disable TLS Extension CA Names. You may want to disable it for security reasons
418 or for compatibility with some Windows TLS implementations crashing when this
419 extension is larger than 1024 bytes.
420
421 =item B<-id_prefix> I<val>
422
423 Generate SSL/TLS session IDs prefixed by I<val>. This is mostly useful
424 for testing any SSL/TLS code (eg. proxies) that wish to deal with multiple
425 servers, when each of which might be generating a unique range of session
426 IDs (eg. with a certain prefix).
427
428 =item B<-verify_return_error>
429
430 Verification errors normally just print a message but allow the
431 connection to continue, for debugging purposes.
432 If this option is used, then verification errors close the connection.
433
434 =item B<-status>
435
436 Enables certificate status request support (aka OCSP stapling).
437
438 =item B<-status_verbose>
439
440 Enables certificate status request support (aka OCSP stapling) and gives
441 a verbose printout of the OCSP response.
442
443 =item B<-status_timeout> I<int>
444
445 Sets the timeout for OCSP response to I<int> seconds.
446
447 =item B<-status_url> I<val>
448
449 Sets a fallback responder URL to use if no responder URL is present in the
450 server certificate. Without this option an error is returned if the server
451 certificate does not contain a responder address.
452
453 =item B<-status_file> I<infile>
454
455 Overrides any OCSP responder URLs from the certificate and always provides the
456 OCSP Response stored in the file. The file must be in DER format.
457
458 =item B<-trace>
459
460 Show verbose trace output of protocol messages. OpenSSL needs to be compiled
461 with B<enable-ssl-trace> for this option to work.
462
463 =item B<-brief>
464
465 Provide a brief summary of connection parameters instead of the normal verbose
466 output.
467
468 =item B<-rev>
469
470 Simple test server which just reverses the text received from the client
471 and sends it back to the server. Also sets B<-brief>. Cannot be used in
472 conjunction with B<-early_data>.
473
474 =item B<-async>
475
476 Switch on asynchronous mode. Cryptographic operations will be performed
477 asynchronously. This will only have an effect if an asynchronous capable engine
478 is also used via the B<-engine> option. For test purposes the dummy async engine
479 (dasync) can be used (if available).
480
481 =item B<-max_send_frag> I<+int>
482
483 The maximum size of data fragment to send.
484 See L<SSL_CTX_set_max_send_fragment(3)> for further information.
485
486 =item B<-split_send_frag> I<+int>
487
488 The size used to split data for encrypt pipelines. If more data is written in
489 one go than this value then it will be split into multiple pipelines, up to the
490 maximum number of pipelines defined by max_pipelines. This only has an effect if
491 a suitable cipher suite has been negotiated, an engine that supports pipelining
492 has been loaded, and max_pipelines is greater than 1. See
493 L<SSL_CTX_set_split_send_fragment(3)> for further information.
494
495 =item B<-max_pipelines> I<+int>
496
497 The maximum number of encrypt/decrypt pipelines to be used. This will only have
498 an effect if an engine has been loaded that supports pipelining (e.g. the dasync
499 engine) and a suitable cipher suite has been negotiated. The default value is 1.
500 See L<SSL_CTX_set_max_pipelines(3)> for further information.
501
502 =item B<-naccept> I<+int>
503
504 The server will exit after receiving the specified number of connections,
505 default unlimited.
506
507 =item B<-read_buf> I<+int>
508
509 The default read buffer size to be used for connections. This will only have an
510 effect if the buffer size is larger than the size that would otherwise be used
511 and pipelining is in use (see L<SSL_CTX_set_default_read_buffer_len(3)> for
512 further information).
513
514 =item B<-bugs>
515
516 There are several known bugs in SSL and TLS implementations. Adding this
517 option enables various workarounds.
518
519 =item B<-no_comp>
520
521 Disable negotiation of TLS compression.
522 TLS compression is not recommended and is off by default as of
523 OpenSSL 1.1.0.
524
525 =item B<-comp>
526
527 Enable negotiation of TLS compression.
528 This option was introduced in OpenSSL 1.1.0.
529 TLS compression is not recommended and is off by default as of
530 OpenSSL 1.1.0.
531
532 =item B<-no_ticket>
533
534 Disable RFC4507bis session ticket support. This option has no effect if TLSv1.3
535 is negotiated. See B<-num_tickets>.
536
537 =item B<-num_tickets>
538
539 Control the number of tickets that will be sent to the client after a full
540 handshake in TLSv1.3. The default number of tickets is 2. This option does not
541 affect the number of tickets sent after a resumption handshake.
542
543 =item B<-serverpref>
544
545 Use the server's cipher preferences, rather than the client's preferences.
546
547 =item B<-prioritize_chacha>
548
549 Prioritize ChaCha ciphers when preferred by clients. Requires B<-serverpref>.
550
551 =item B<-no_resumption_on_reneg>
552
553 Set the B<SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION> option.
554
555 =item B<-client_sigalgs> I<val>
556
557 Signature algorithms to support for client certificate authentication
558 (colon-separated list).
559
560 =item B<-named_curve> I<val>
561
562 Specifies the elliptic curve to use. NOTE: this is single curve, not a list.
563 For a list of all possible curves, use:
564
565     $ openssl ecparam -list_curves
566
567 =item B<-cipher> I<val>
568
569 This allows the list of TLSv1.2 and below ciphersuites used by the server to be
570 modified. This list is combined with any TLSv1.3 ciphersuites that have been
571 configured. When the client sends a list of supported ciphers the first client
572 cipher also included in the server list is used. Because the client specifies
573 the preference order, the order of the server cipherlist is irrelevant. See
574 L<openssl-ciphers(1)> for more information.
575
576 =item B<-ciphersuites> I<val>
577
578 This allows the list of TLSv1.3 ciphersuites used by the server to be modified.
579 This list is combined with any TLSv1.2 and below ciphersuites that have been
580 configured. When the client sends a list of supported ciphers the first client
581 cipher also included in the server list is used. Because the client specifies
582 the preference order, the order of the server cipherlist is irrelevant. See
583 L<openssl-ciphers(1)> command for more information. The format for this list is
584 a simple colon (":") separated list of TLSv1.3 ciphersuite names.
585
586 =item B<-dhparam> I<infile>
587
588 The DH parameter file to use. The ephemeral DH cipher suites generate keys
589 using a set of DH parameters. If not specified then an attempt is made to
590 load the parameters from the server certificate file.
591 If this fails then a static set of parameters hard coded into this command
592 will be used.
593
594 =item B<-nbio>
595
596 Turns on non blocking I/O.
597
598 =item B<-psk_identity> I<val>
599
600 Expect the client to send PSK identity I<val> when using a PSK
601 cipher suite, and warn if they do not.  By default, the expected PSK
602 identity is the string "Client_identity".
603
604 =item B<-psk_hint> I<val>
605
606 Use the PSK identity hint I<val> when using a PSK cipher suite.
607
608 =item B<-psk> I<val>
609
610 Use the PSK key I<val> when using a PSK cipher suite. The key is
611 given as a hexadecimal number without leading 0x, for example -psk
612 1a2b3c4d.
613 This option must be provided in order to use a PSK cipher.
614
615 =item B<-psk_session> I<file>
616
617 Use the pem encoded SSL_SESSION data stored in I<file> as the basis of a PSK.
618 Note that this will only work if TLSv1.3 is negotiated.
619
620 =item B<-listen>
621
622 This option can only be used in conjunction with one of the DTLS options above.
623 With this option, this command will listen on a UDP port for incoming
624 connections.
625 Any ClientHellos that arrive will be checked to see if they have a cookie in
626 them or not.
627 Any without a cookie will be responded to with a HelloVerifyRequest.
628 If a ClientHello with a cookie is received then this command will
629 connect to that peer and complete the handshake.
630
631 =item B<-sctp>
632
633 Use SCTP for the transport protocol instead of UDP in DTLS. Must be used in
634 conjunction with B<-dtls>, B<-dtls1> or B<-dtls1_2>. This option is only
635 available where OpenSSL has support for SCTP enabled.
636
637 =item B<-sctp_label_bug>
638
639 Use the incorrect behaviour of older OpenSSL implementations when computing
640 endpoint-pair shared secrets for DTLS/SCTP. This allows communication with
641 older broken implementations but breaks interoperability with correct
642 implementations. Must be used in conjunction with B<-sctp>. This option is only
643 available where OpenSSL has support for SCTP enabled.
644
645 =item B<-no_dhe>
646
647 If this option is set then no DH parameters will be loaded effectively
648 disabling the ephemeral DH cipher suites.
649
650 =item B<-alpn> I<val>, B<-nextprotoneg> I<val>
651
652 These flags enable the Enable the Application-Layer Protocol Negotiation
653 or Next Protocol Negotiation (NPN) extension, respectively. ALPN is the
654 IETF standard and replaces NPN.
655 The I<val> list is a comma-separated list of supported protocol
656 names.  The list should contain the most desirable protocols first.
657 Protocol names are printable ASCII strings, for example "http/1.1" or
658 "spdy/3".
659 The flag B<-nextprotoneg> cannot be specified if B<-tls1_3> is used.
660
661 =item B<-sendfile>
662
663 If this option is set and KTLS is enabled, SSL_sendfile() will be used
664 instead of BIO_write() to send the HTTP response requested by a client.
665 This option is only valid if B<-WWW> or B<-HTTP> is specified.
666
667 =item B<-keylogfile> I<outfile>
668
669 Appends TLS secrets to the specified keylog file such that external programs
670 (like Wireshark) can decrypt TLS connections.
671
672 =item B<-max_early_data> I<int>
673
674 Change the default maximum early data bytes that are specified for new sessions
675 and any incoming early data (when used in conjunction with the B<-early_data>
676 flag). The default value is approximately 16k. The argument must be an integer
677 greater than or equal to 0.
678
679 =item B<-recv_max_early_data> I<int>
680
681 Specify the hard limit on the maximum number of early data bytes that will
682 be accepted.
683
684 =item B<-early_data>
685
686 Accept early data where possible. Cannot be used in conjunction with B<-www>,
687 B<-WWW>, B<-HTTP> or B<-rev>.
688
689 =item B<-stateless>
690
691 Require TLSv1.3 cookies.
692
693 =item B<-anti_replay>, B<-no_anti_replay>
694
695 Switches replay protection on or off, respectively. Replay protection is on by
696 default unless overridden by a configuration file. When it is on, OpenSSL will
697 automatically detect if a session ticket has been used more than once, TLSv1.3
698 has been negotiated, and early data is enabled on the server. A full handshake
699 is forced if a session ticket is used a second or subsequent time. Any early
700 data that was sent will be rejected.
701
702 {- $OpenSSL::safe::opt_name_item -}
703
704 {- $OpenSSL::safe::opt_version_item -}
705
706 {- $OpenSSL::safe::opt_s_item -}
707
708 {- $OpenSSL::safe::opt_x_item -}
709
710 {- $OpenSSL::safe::opt_trust_item -}
711
712 {- $OpenSSL::safe::opt_r_item -}
713
714 {- $OpenSSL::safe::opt_engine_item -}
715
716 {- $OpenSSL::safe::opt_provider_item -}
717
718 {- $OpenSSL::safe::opt_v_item -}
719
720 If the server requests a client certificate, then
721 verification errors are displayed, for debugging, but the command will
722 proceed unless the B<-verify_return_error> option is used.
723
724 =back
725
726 =head1 CONNECTED COMMANDS
727
728 If a connection request is established with an SSL client and neither the
729 B<-www> nor the B<-WWW> option has been used then normally any data received
730 from the client is displayed and any key presses will be sent to the client.
731
732 Certain commands are also recognized which perform special operations. These
733 commands are a letter which must appear at the start of a line. They are listed
734 below.
735
736 =over 4
737
738 =item B<q>
739
740 End the current SSL connection but still accept new connections.
741
742 =item B<Q>
743
744 End the current SSL connection and exit.
745
746 =item B<r>
747
748 Renegotiate the SSL session (TLSv1.2 and below only).
749
750 =item B<R>
751
752 Renegotiate the SSL session and request a client certificate (TLSv1.2 and below
753 only).
754
755 =item B<P>
756
757 Send some plain text down the underlying TCP connection: this should
758 cause the client to disconnect due to a protocol violation.
759
760 =item B<S>
761
762 Print out some session cache status information.
763
764 =item B<k>
765
766 Send a key update message to the client (TLSv1.3 only)
767
768 =item B<K>
769
770 Send a key update message to the client and request one back (TLSv1.3 only)
771
772 =item B<c>
773
774 Send a certificate request to the client (TLSv1.3 only)
775
776 =back
777
778 =head1 NOTES
779
780 This command can be used to debug SSL clients. To accept connections
781 from a web browser the command:
782
783  openssl s_server -accept 443 -www
784
785 can be used for example.
786
787 Although specifying an empty list of CAs when requesting a client certificate
788 is strictly speaking a protocol violation, some SSL clients interpret this to
789 mean any CA is acceptable. This is useful for debugging purposes.
790
791 The session parameters can printed out using the L<openssl-sess_id(1)> command.
792
793 =head1 BUGS
794
795 Because this program has a lot of options and also because some of the
796 techniques used are rather old, the C source for this command is rather
797 hard to read and not a model of how things should be done.
798 A typical SSL server program would be much simpler.
799
800 The output of common ciphers is wrong: it just gives the list of ciphers that
801 OpenSSL recognizes and the client supports.
802
803 There should be a way for this command to print out details
804 of any unknown cipher suites a client says it supports.
805
806 =head1 SEE ALSO
807
808 L<openssl(1)>,
809 L<openssl-sess_id(1)>,
810 L<openssl-s_client(1)>,
811 L<openssl-ciphers(1)>,
812 L<SSL_CONF_cmd(3)>,
813 L<SSL_CTX_set_max_send_fragment(3)>,
814 L<SSL_CTX_set_split_send_fragment(3)>,
815 L<SSL_CTX_set_max_pipelines(3)>,
816 L<ossl_store-file(7)>
817
818 =head1 HISTORY
819
820 The -no_alt_chains option was added in OpenSSL 1.1.0.
821
822 The
823 -allow-no-dhe-kex and -prioritize_chacha options were added in OpenSSL 1.1.1.
824
825 =head1 COPYRIGHT
826
827 Copyright 2000-2020 The OpenSSL Project Authors. All Rights Reserved.
828
829 Licensed under the Apache License 2.0 (the "License").  You may not use
830 this file except in compliance with the License.  You can obtain a copy
831 in the file LICENSE in the source distribution or at
832 L<https://www.openssl.org/source/license.html>.
833
834 =cut