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