c54caa6fe265534494d368214124b801ba802045
[openssl.git] / apps / s_server.c
1 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
2  * All rights reserved.
3  *
4  * This package is an SSL implementation written
5  * by Eric Young (eay@cryptsoft.com).
6  * The implementation was written so as to conform with Netscapes SSL.
7  *
8  * This library is free for commercial and non-commercial use as long as
9  * the following conditions are aheared to.  The following conditions
10  * apply to all code found in this distribution, be it the RC4, RSA,
11  * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
12  * included with this distribution is covered by the same copyright terms
13  * except that the holder is Tim Hudson (tjh@cryptsoft.com).
14  *
15  * Copyright remains Eric Young's, and as such any Copyright notices in
16  * the code are not to be removed.
17  * If this package is used in a product, Eric Young should be given attribution
18  * as the author of the parts of the library used.
19  * This can be in the form of a textual message at program startup or
20  * in documentation (online or textual) provided with the package.
21  *
22  * Redistribution and use in source and binary forms, with or without
23  * modification, are permitted provided that the following conditions
24  * are met:
25  * 1. Redistributions of source code must retain the copyright
26  *    notice, this list of conditions and the following disclaimer.
27  * 2. Redistributions in binary form must reproduce the above copyright
28  *    notice, this list of conditions and the following disclaimer in the
29  *    documentation and/or other materials provided with the distribution.
30  * 3. All advertising materials mentioning features or use of this software
31  *    must display the following acknowledgement:
32  *    "This product includes cryptographic software written by
33  *     Eric Young (eay@cryptsoft.com)"
34  *    The word 'cryptographic' can be left out if the rouines from the library
35  *    being used are not cryptographic related :-).
36  * 4. If you include any Windows specific code (or a derivative thereof) from
37  *    the apps directory (application code) you must include an acknowledgement:
38  *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
39  *
40  * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
41  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
42  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
43  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
44  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
45  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
46  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
47  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
48  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
49  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
50  * SUCH DAMAGE.
51  *
52  * The licence and distribution terms for any publically available version or
53  * derivative of this code cannot be changed.  i.e. this code cannot simply be
54  * copied and put under another distribution licence
55  * [including the GNU Public Licence.]
56  */
57 /* ====================================================================
58  * Copyright (c) 1998-2006 The OpenSSL Project.  All rights reserved.
59  *
60  * Redistribution and use in source and binary forms, with or without
61  * modification, are permitted provided that the following conditions
62  * are met:
63  *
64  * 1. Redistributions of source code must retain the above copyright
65  *    notice, this list of conditions and the following disclaimer.
66  *
67  * 2. Redistributions in binary form must reproduce the above copyright
68  *    notice, this list of conditions and the following disclaimer in
69  *    the documentation and/or other materials provided with the
70  *    distribution.
71  *
72  * 3. All advertising materials mentioning features or use of this
73  *    software must display the following acknowledgment:
74  *    "This product includes software developed by the OpenSSL Project
75  *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
76  *
77  * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
78  *    endorse or promote products derived from this software without
79  *    prior written permission. For written permission, please contact
80  *    openssl-core@openssl.org.
81  *
82  * 5. Products derived from this software may not be called "OpenSSL"
83  *    nor may "OpenSSL" appear in their names without prior written
84  *    permission of the OpenSSL Project.
85  *
86  * 6. Redistributions of any form whatsoever must retain the following
87  *    acknowledgment:
88  *    "This product includes software developed by the OpenSSL Project
89  *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
90  *
91  * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
92  * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
93  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
94  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
95  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
96  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
97  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
98  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
99  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
100  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
101  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
102  * OF THE POSSIBILITY OF SUCH DAMAGE.
103  * ====================================================================
104  *
105  * This product includes cryptographic software written by Eric Young
106  * (eay@cryptsoft.com).  This product includes software written by Tim
107  * Hudson (tjh@cryptsoft.com).
108  *
109  */
110 /* ====================================================================
111  * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
112  * ECC cipher suite support in OpenSSL originally developed by
113  * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
114  */
115 /* ====================================================================
116  * Copyright 2005 Nokia. All rights reserved.
117  *
118  * The portions of the attached software ("Contribution") is developed by
119  * Nokia Corporation and is licensed pursuant to the OpenSSL open source
120  * license.
121  *
122  * The Contribution, originally written by Mika Kousa and Pasi Eronen of
123  * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
124  * support (see RFC 4279) to OpenSSL.
125  *
126  * No patent licenses or other rights except those expressly stated in
127  * the OpenSSL open source license shall be deemed granted or received
128  * expressly, by implication, estoppel, or otherwise.
129  *
130  * No assurances are provided by Nokia that the Contribution does not
131  * infringe the patent or other intellectual property rights of any third
132  * party or that the license provides you with all the necessary rights
133  * to make use of the Contribution.
134  *
135  * THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. IN
136  * ADDITION TO THE DISCLAIMERS INCLUDED IN THE LICENSE, NOKIA
137  * SPECIFICALLY DISCLAIMS ANY LIABILITY FOR CLAIMS BROUGHT BY YOU OR ANY
138  * OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS OR
139  * OTHERWISE.
140  */
141
142 #include <assert.h>
143 #include <ctype.h>
144 #include <stdio.h>
145 #include <stdlib.h>
146 #include <string.h>
147
148 #include <openssl/e_os2.h>
149
150 /* conflicts with winsock2 stuff on netware */
151 #if !defined(OPENSSL_SYS_NETWARE)
152 # include <sys/types.h>
153 #endif
154
155 /*
156  * With IPv6, it looks like Digital has mixed up the proper order of
157  * recursive header file inclusion, resulting in the compiler complaining
158  * that u_int isn't defined, but only if _POSIX_C_SOURCE is defined, which is
159  * needed to have fileno() declared correctly...  So let's define u_int
160  */
161 #if defined(OPENSSL_SYS_VMS_DECC) && !defined(__U_INT)
162 # define __U_INT
163 typedef unsigned int u_int;
164 #endif
165
166 #include <openssl/lhash.h>
167 #include <openssl/bn.h>
168 #define USE_SOCKETS
169 #include "apps.h"
170 #include <openssl/err.h>
171 #include <openssl/pem.h>
172 #include <openssl/x509.h>
173 #include <openssl/ssl.h>
174 #include <openssl/rand.h>
175 #include <openssl/ocsp.h>
176 #ifndef OPENSSL_NO_DH
177 # include <openssl/dh.h>
178 #endif
179 #ifndef OPENSSL_NO_RSA
180 # include <openssl/rsa.h>
181 #endif
182 #ifndef OPENSSL_NO_SRP
183 # include <openssl/srp.h>
184 #endif
185 #include "s_apps.h"
186 #include "timeouts.h"
187
188 #if (defined(OPENSSL_SYS_VMS) && __VMS_VER < 70000000)
189 /* FIONBIO used as a switch to enable ioctl, and that isn't in VMS < 7.0 */
190 # undef FIONBIO
191 #endif
192
193 #ifndef OPENSSL_NO_RSA
194 static RSA *tmp_rsa_cb(SSL *s, int is_export, int keylength);
195 #endif
196 static int not_resumable_sess_cb(SSL *s, int is_forward_secure);
197 static int sv_body(char *hostname, int s, int stype, unsigned char *context);
198 static int www_body(char *hostname, int s, int stype, unsigned char *context);
199 static int rev_body(char *hostname, int s, int stype, unsigned char *context);
200 static void close_accept_socket(void);
201 static int init_ssl_connection(SSL *s);
202 static void print_stats(BIO *bp, SSL_CTX *ctx);
203 static int generate_session_id(const SSL *ssl, unsigned char *id,
204                                unsigned int *id_len);
205 static void init_session_cache_ctx(SSL_CTX *sctx);
206 static void free_sessions(void);
207 #ifndef OPENSSL_NO_DH
208 static DH *load_dh_param(const char *dhfile);
209 #endif
210
211 static void s_server_init(void);
212
213 /* static int load_CA(SSL_CTX *ctx, char *file);*/
214
215 #undef BUFSIZZ
216 #define BUFSIZZ 16*1024
217 static int bufsize = BUFSIZZ;
218 static int accept_socket = -1;
219
220 #define TEST_CERT       "server.pem"
221 #ifndef OPENSSL_NO_TLSEXT
222 # define TEST_CERT2      "server2.pem"
223 #endif
224
225 extern int verify_depth, verify_return_error, verify_quiet;
226
227 static int s_server_verify = SSL_VERIFY_NONE;
228 static int s_server_session_id_context = 1; /* anything will do */
229 static const char *s_cert_file = TEST_CERT, *s_key_file =
230     NULL, *s_chain_file = NULL;
231
232 #ifndef OPENSSL_NO_TLSEXT
233 static const char *s_cert_file2 = TEST_CERT2, *s_key_file2 = NULL;
234 #endif
235 static char *s_dcert_file = NULL, *s_dkey_file = NULL, *s_dchain_file = NULL;
236 #ifdef FIONBIO
237 static int s_nbio = 0;
238 #endif
239 static int s_nbio_test = 0;
240 int s_crlf = 0;
241 static SSL_CTX *ctx = NULL;
242 #ifndef OPENSSL_NO_TLSEXT
243 static SSL_CTX *ctx2 = NULL;
244 #endif
245 static int www = 0;
246
247 static BIO *bio_s_out = NULL;
248 static BIO *bio_s_msg = NULL;
249 static int s_debug = 0;
250 #ifndef OPENSSL_NO_TLSEXT
251 static int s_tlsextdebug = 0;
252 static int s_tlsextstatus = 0;
253 static int cert_status_cb(SSL *s, void *arg);
254 #endif
255 static int no_resume_ephemeral = 0;
256 static int s_msg = 0;
257 static int s_quiet = 0;
258 static int s_ign_eof = 0;
259 static int s_brief = 0;
260
261 static char *keymatexportlabel = NULL;
262 static int keymatexportlen = 20;
263
264 #ifndef OPENSSL_NO_ENGINE
265 static char *engine_id = NULL;
266 #endif
267 static const char *session_id_prefix = NULL;
268
269 static int enable_timeouts = 0;
270 static long socket_mtu;
271 #ifndef OPENSSL_NO_DTLS1
272 static int cert_chain = 0;
273 #endif
274
275 #ifndef OPENSSL_NO_TLSEXT
276 static BIO *serverinfo_in = NULL;
277 static const char *s_serverinfo_file = NULL;
278
279 #endif
280
281 #ifndef OPENSSL_NO_PSK
282 static char *psk_identity = "Client_identity";
283 char *psk_key = NULL;           /* by default PSK is not used */
284
285 static unsigned int psk_server_cb(SSL *ssl, const char *identity,
286                                   unsigned char *psk,
287                                   unsigned int max_psk_len)
288 {
289     unsigned int psk_len = 0;
290     int ret;
291     BIGNUM *bn = NULL;
292
293     if (s_debug)
294         BIO_printf(bio_s_out, "psk_server_cb\n");
295     if (!identity) {
296         BIO_printf(bio_err, "Error: client did not send PSK identity\n");
297         goto out_err;
298     }
299     if (s_debug)
300         BIO_printf(bio_s_out, "identity_len=%d identity=%s\n",
301                    (int)strlen(identity), identity);
302
303     /* here we could lookup the given identity e.g. from a database */
304     if (strcmp(identity, psk_identity) != 0) {
305         BIO_printf(bio_s_out, "PSK error: client identity not found"
306                    " (got '%s' expected '%s')\n", identity, psk_identity);
307         goto out_err;
308     }
309     if (s_debug)
310         BIO_printf(bio_s_out, "PSK client identity found\n");
311
312     /* convert the PSK key to binary */
313     ret = BN_hex2bn(&bn, psk_key);
314     if (!ret) {
315         BIO_printf(bio_err, "Could not convert PSK key '%s' to BIGNUM\n",
316                    psk_key);
317         BN_free(bn);
318         return 0;
319     }
320     if (BN_num_bytes(bn) > (int)max_psk_len) {
321         BIO_printf(bio_err,
322                    "psk buffer of callback is too small (%d) for key (%d)\n",
323                    max_psk_len, BN_num_bytes(bn));
324         BN_free(bn);
325         return 0;
326     }
327
328     ret = BN_bn2bin(bn, psk);
329     BN_free(bn);
330
331     if (ret < 0)
332         goto out_err;
333     psk_len = (unsigned int)ret;
334
335     if (s_debug)
336         BIO_printf(bio_s_out, "fetched PSK len=%d\n", psk_len);
337     return psk_len;
338  out_err:
339     if (s_debug)
340         BIO_printf(bio_err, "Error in PSK server callback\n");
341     (void)BIO_flush(bio_err);
342     (void)BIO_flush(bio_s_out);
343     return 0;
344 }
345 #endif
346
347 #ifndef OPENSSL_NO_SRP
348 /* This is a context that we pass to callbacks */
349 typedef struct srpsrvparm_st {
350     char *login;
351     SRP_VBASE *vb;
352     SRP_user_pwd *user;
353 } srpsrvparm;
354
355 /*
356  * This callback pretends to require some asynchronous logic in order to
357  * obtain a verifier. When the callback is called for a new connection we
358  * return with a negative value. This will provoke the accept etc to return
359  * with an LOOKUP_X509. The main logic of the reinvokes the suspended call
360  * (which would normally occur after a worker has finished) and we set the
361  * user parameters.
362  */
363 static int ssl_srp_server_param_cb(SSL *s, int *ad, void *arg)
364 {
365     srpsrvparm *p = (srpsrvparm *) arg;
366     if (p->login == NULL && p->user == NULL) {
367         p->login = SSL_get_srp_username(s);
368         BIO_printf(bio_err, "SRP username = \"%s\"\n", p->login);
369         return (-1);
370     }
371
372     if (p->user == NULL) {
373         BIO_printf(bio_err, "User %s doesn't exist\n", p->login);
374         return SSL3_AL_FATAL;
375     }
376     if (SSL_set_srp_server_param
377         (s, p->user->N, p->user->g, p->user->s, p->user->v,
378          p->user->info) < 0) {
379         *ad = SSL_AD_INTERNAL_ERROR;
380         return SSL3_AL_FATAL;
381     }
382     BIO_printf(bio_err,
383                "SRP parameters set: username = \"%s\" info=\"%s\" \n",
384                p->login, p->user->info);
385     /* need to check whether there are memory leaks */
386     p->user = NULL;
387     p->login = NULL;
388     return SSL_ERROR_NONE;
389 }
390
391 #endif
392
393 static void s_server_init(void)
394 {
395     accept_socket = -1;
396     verify_depth = 0;
397     s_server_verify = SSL_VERIFY_NONE;
398     s_dcert_file = NULL;
399     s_dkey_file = NULL;
400     s_dchain_file = NULL;
401     s_cert_file = TEST_CERT;
402     s_key_file = NULL;
403     s_chain_file = NULL;
404 #ifndef OPENSSL_NO_TLSEXT
405     s_cert_file2 = TEST_CERT2;
406     s_key_file2 = NULL;
407     ctx2 = NULL;
408 #endif
409     s_nbio = 0;
410     s_nbio_test = 0;
411     ctx = NULL;
412     www = 0;
413     bio_s_out = NULL;
414     s_debug = 0;
415     s_msg = 0;
416     s_quiet = 0;
417     s_brief = 0;
418 #ifndef OPENSSL_NO_ENGINE
419     engine_id = NULL;
420 #endif
421 }
422
423 static int local_argc = 0;
424 static char **local_argv;
425
426 #ifdef CHARSET_EBCDIC
427 static int ebcdic_new(BIO *bi);
428 static int ebcdic_free(BIO *a);
429 static int ebcdic_read(BIO *b, char *out, int outl);
430 static int ebcdic_write(BIO *b, const char *in, int inl);
431 static long ebcdic_ctrl(BIO *b, int cmd, long num, void *ptr);
432 static int ebcdic_gets(BIO *bp, char *buf, int size);
433 static int ebcdic_puts(BIO *bp, const char *str);
434
435 # define BIO_TYPE_EBCDIC_FILTER  (18|0x0200)
436 static BIO_METHOD methods_ebcdic = {
437     BIO_TYPE_EBCDIC_FILTER,
438     "EBCDIC/ASCII filter",
439     ebcdic_write,
440     ebcdic_read,
441     ebcdic_puts,
442     ebcdic_gets,
443     ebcdic_ctrl,
444     ebcdic_new,
445     ebcdic_free,
446 };
447
448 /* This struct is "unwarranted chumminess with the compiler." */
449 typedef struct {
450     size_t alloced;
451     char buff[1];
452 } EBCDIC_OUTBUFF;
453
454 BIO_METHOD *BIO_f_ebcdic_filter()
455 {
456     return (&methods_ebcdic);
457 }
458
459 static int ebcdic_new(BIO *bi)
460 {
461     EBCDIC_OUTBUFF *wbuf;
462
463     wbuf = app_malloc(sizeof(*wbuf) + 1024, "ebcdic wbuf");
464     wbuf->alloced = 1024;
465     wbuf->buff[0] = '\0';
466
467     bi->ptr = (char *)wbuf;
468     bi->init = 1;
469     bi->flags = 0;
470     return (1);
471 }
472
473 static int ebcdic_free(BIO *a)
474 {
475     if (a == NULL)
476         return (0);
477     OPENSSL_free(a->ptr);
478     a->ptr = NULL;
479     a->init = 0;
480     a->flags = 0;
481     return (1);
482 }
483
484 static int ebcdic_read(BIO *b, char *out, int outl)
485 {
486     int ret = 0;
487
488     if (out == NULL || outl == 0)
489         return (0);
490     if (b->next_bio == NULL)
491         return (0);
492
493     ret = BIO_read(b->next_bio, out, outl);
494     if (ret > 0)
495         ascii2ebcdic(out, out, ret);
496     return (ret);
497 }
498
499 static int ebcdic_write(BIO *b, const char *in, int inl)
500 {
501     EBCDIC_OUTBUFF *wbuf;
502     int ret = 0;
503     int num;
504     unsigned char n;
505
506     if ((in == NULL) || (inl <= 0))
507         return (0);
508     if (b->next_bio == NULL)
509         return (0);
510
511     wbuf = (EBCDIC_OUTBUFF *) b->ptr;
512
513     if (inl > (num = wbuf->alloced)) {
514         num = num + num;        /* double the size */
515         if (num < inl)
516             num = inl;
517         wbuf = app_malloc(sizeof(*wbuf) + num, "grow ebcdic wbuf");
518         OPENSSL_free(b->ptr);
519
520         wbuf->alloced = num;
521         wbuf->buff[0] = '\0';
522
523         b->ptr = (char *)wbuf;
524     }
525
526     ebcdic2ascii(wbuf->buff, in, inl);
527
528     ret = BIO_write(b->next_bio, wbuf->buff, inl);
529
530     return (ret);
531 }
532
533 static long ebcdic_ctrl(BIO *b, int cmd, long num, void *ptr)
534 {
535     long ret;
536
537     if (b->next_bio == NULL)
538         return (0);
539     switch (cmd) {
540     case BIO_CTRL_DUP:
541         ret = 0L;
542         break;
543     default:
544         ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
545         break;
546     }
547     return (ret);
548 }
549
550 static int ebcdic_gets(BIO *bp, char *buf, int size)
551 {
552     int i, ret = 0;
553     if (bp->next_bio == NULL)
554         return (0);
555 /*      return(BIO_gets(bp->next_bio,buf,size));*/
556     for (i = 0; i < size - 1; ++i) {
557         ret = ebcdic_read(bp, &buf[i], 1);
558         if (ret <= 0)
559             break;
560         else if (buf[i] == '\n') {
561             ++i;
562             break;
563         }
564     }
565     if (i < size)
566         buf[i] = '\0';
567     return (ret < 0 && i == 0) ? ret : i;
568 }
569
570 static int ebcdic_puts(BIO *bp, const char *str)
571 {
572     if (bp->next_bio == NULL)
573         return (0);
574     return ebcdic_write(bp, str, strlen(str));
575 }
576 #endif
577
578 #ifndef OPENSSL_NO_TLSEXT
579
580 /* This is a context that we pass to callbacks */
581 typedef struct tlsextctx_st {
582     char *servername;
583     BIO *biodebug;
584     int extension_error;
585 } tlsextctx;
586
587 static int ssl_servername_cb(SSL *s, int *ad, void *arg)
588 {
589     tlsextctx *p = (tlsextctx *) arg;
590     const char *servername = SSL_get_servername(s, TLSEXT_NAMETYPE_host_name);
591     if (servername && p->biodebug)
592         BIO_printf(p->biodebug, "Hostname in TLS extension: \"%s\"\n",
593                    servername);
594
595     if (!p->servername)
596         return SSL_TLSEXT_ERR_NOACK;
597
598     if (servername) {
599         if (strcasecmp(servername, p->servername))
600             return p->extension_error;
601         if (ctx2) {
602             BIO_printf(p->biodebug, "Switching server context.\n");
603             SSL_set_SSL_CTX(s, ctx2);
604         }
605     }
606     return SSL_TLSEXT_ERR_OK;
607 }
608
609 /* Structure passed to cert status callback */
610
611 typedef struct tlsextstatusctx_st {
612     /* Default responder to use */
613     char *host, *path, *port;
614     int use_ssl;
615     int timeout;
616     int verbose;
617 } tlsextstatusctx;
618
619 static tlsextstatusctx tlscstatp = { NULL, NULL, NULL, 0, -1, 0 };
620
621 /*
622  * Certificate Status callback. This is called when a client includes a
623  * certificate status request extension. This is a simplified version. It
624  * examines certificates each time and makes one OCSP responder query for
625  * each request. A full version would store details such as the OCSP
626  * certificate IDs and minimise the number of OCSP responses by caching them
627  * until they were considered "expired".
628  */
629
630 static int cert_status_cb(SSL *s, void *arg)
631 {
632     tlsextstatusctx *srctx = arg;
633     char *host = NULL, *port = NULL, *path = NULL;
634     int use_ssl;
635     unsigned char *rspder = NULL;
636     int rspderlen;
637     STACK_OF(OPENSSL_STRING) *aia = NULL;
638     X509 *x = NULL;
639     X509_STORE_CTX inctx;
640     X509_OBJECT obj;
641     OCSP_REQUEST *req = NULL;
642     OCSP_RESPONSE *resp = NULL;
643     OCSP_CERTID *id = NULL;
644     STACK_OF(X509_EXTENSION) *exts;
645     int ret = SSL_TLSEXT_ERR_NOACK;
646     int i;
647
648     if (srctx->verbose)
649         BIO_puts(bio_err, "cert_status: callback called\n");
650     /* Build up OCSP query from server certificate */
651     x = SSL_get_certificate(s);
652     aia = X509_get1_ocsp(x);
653     if (aia) {
654         if (!OCSP_parse_url(sk_OPENSSL_STRING_value(aia, 0),
655                             &host, &port, &path, &use_ssl)) {
656             BIO_puts(bio_err, "cert_status: can't parse AIA URL\n");
657             goto err;
658         }
659         if (srctx->verbose)
660             BIO_printf(bio_err, "cert_status: AIA URL: %s\n",
661                        sk_OPENSSL_STRING_value(aia, 0));
662     } else {
663         if (!srctx->host) {
664             BIO_puts(bio_err,
665                      "cert_status: no AIA and no default responder URL\n");
666             goto done;
667         }
668         host = srctx->host;
669         path = srctx->path;
670         port = srctx->port;
671         use_ssl = srctx->use_ssl;
672     }
673
674     if (!X509_STORE_CTX_init(&inctx,
675                              SSL_CTX_get_cert_store(SSL_get_SSL_CTX(s)),
676                              NULL, NULL))
677         goto err;
678     if (X509_STORE_get_by_subject(&inctx, X509_LU_X509,
679                                   X509_get_issuer_name(x), &obj) <= 0) {
680         BIO_puts(bio_err, "cert_status: Can't retrieve issuer certificate.\n");
681         X509_STORE_CTX_cleanup(&inctx);
682         goto done;
683     }
684     req = OCSP_REQUEST_new();
685     if (!req)
686         goto err;
687     id = OCSP_cert_to_id(NULL, x, obj.data.x509);
688     X509_free(obj.data.x509);
689     X509_STORE_CTX_cleanup(&inctx);
690     if (!id)
691         goto err;
692     if (!OCSP_request_add0_id(req, id))
693         goto err;
694     id = NULL;
695     /* Add any extensions to the request */
696     SSL_get_tlsext_status_exts(s, &exts);
697     for (i = 0; i < sk_X509_EXTENSION_num(exts); i++) {
698         X509_EXTENSION *ext = sk_X509_EXTENSION_value(exts, i);
699         if (!OCSP_REQUEST_add_ext(req, ext, -1))
700             goto err;
701     }
702     resp = process_responder(req, host, path, port, use_ssl, NULL,
703                              srctx->timeout);
704     if (!resp) {
705         BIO_puts(bio_err, "cert_status: error querying responder\n");
706         goto done;
707     }
708     rspderlen = i2d_OCSP_RESPONSE(resp, &rspder);
709     if (rspderlen <= 0)
710         goto err;
711     SSL_set_tlsext_status_ocsp_resp(s, rspder, rspderlen);
712     if (srctx->verbose) {
713         BIO_puts(bio_err, "cert_status: ocsp response sent:\n");
714         OCSP_RESPONSE_print(bio_err, resp, 2);
715     }
716     ret = SSL_TLSEXT_ERR_OK;
717  done:
718     if (ret != SSL_TLSEXT_ERR_OK)
719         ERR_print_errors(bio_err);
720     if (aia) {
721         OPENSSL_free(host);
722         OPENSSL_free(path);
723         OPENSSL_free(port);
724         X509_email_free(aia);
725     }
726     OCSP_CERTID_free(id);
727     OCSP_REQUEST_free(req);
728     OCSP_RESPONSE_free(resp);
729     return ret;
730  err:
731     ret = SSL_TLSEXT_ERR_ALERT_FATAL;
732     goto done;
733 }
734
735 # ifndef OPENSSL_NO_NEXTPROTONEG
736 /* This is the context that we pass to next_proto_cb */
737 typedef struct tlsextnextprotoctx_st {
738     unsigned char *data;
739     unsigned int len;
740 } tlsextnextprotoctx;
741
742 static int next_proto_cb(SSL *s, const unsigned char **data,
743                          unsigned int *len, void *arg)
744 {
745     tlsextnextprotoctx *next_proto = arg;
746
747     *data = next_proto->data;
748     *len = next_proto->len;
749
750     return SSL_TLSEXT_ERR_OK;
751 }
752 # endif                         /* ndef OPENSSL_NO_NEXTPROTONEG */
753
754 /* This the context that we pass to alpn_cb */
755 typedef struct tlsextalpnctx_st {
756     unsigned char *data;
757     unsigned short len;
758 } tlsextalpnctx;
759
760 static int alpn_cb(SSL *s, const unsigned char **out, unsigned char *outlen,
761                    const unsigned char *in, unsigned int inlen, void *arg)
762 {
763     tlsextalpnctx *alpn_ctx = arg;
764
765     if (!s_quiet) {
766         /* We can assume that |in| is syntactically valid. */
767         unsigned i;
768         BIO_printf(bio_s_out, "ALPN protocols advertised by the client: ");
769         for (i = 0; i < inlen;) {
770             if (i)
771                 BIO_write(bio_s_out, ", ", 2);
772             BIO_write(bio_s_out, &in[i + 1], in[i]);
773             i += in[i] + 1;
774         }
775         BIO_write(bio_s_out, "\n", 1);
776     }
777
778     if (SSL_select_next_proto
779         ((unsigned char **)out, outlen, alpn_ctx->data, alpn_ctx->len, in,
780          inlen) != OPENSSL_NPN_NEGOTIATED) {
781         return SSL_TLSEXT_ERR_NOACK;
782     }
783
784     if (!s_quiet) {
785         BIO_printf(bio_s_out, "ALPN protocols selected: ");
786         BIO_write(bio_s_out, *out, *outlen);
787         BIO_write(bio_s_out, "\n", 1);
788     }
789
790     return SSL_TLSEXT_ERR_OK;
791 }
792 #endif                          /* ndef OPENSSL_NO_TLSEXT */
793
794 static int not_resumable_sess_cb(SSL *s, int is_forward_secure)
795 {
796     /* disable resumption for sessions with forward secure ciphers */
797     return is_forward_secure;
798 }
799
800 static char *jpake_secret = NULL;
801 #ifndef OPENSSL_NO_SRP
802 static srpsrvparm srp_callback_parm;
803 #endif
804 #ifndef OPENSSL_NO_SRTP
805 static char *srtp_profiles = NULL;
806 #endif
807
808 typedef enum OPTION_choice {
809     OPT_ERR = -1, OPT_EOF = 0, OPT_HELP,
810     OPT_ENGINE, OPT_PORT, OPT_UNIX, OPT_UNLINK, OPT_NACCEPT,
811     OPT_VERIFY, OPT_UPPER_V_VERIFY, OPT_CONTEXT, OPT_CERT, OPT_CRL,
812     OPT_CRL_DOWNLOAD, OPT_SERVERINFO, OPT_CERTFORM, OPT_KEY, OPT_KEYFORM,
813     OPT_PASS, OPT_CERT_CHAIN, OPT_DHPARAM, OPT_DCERTFORM, OPT_DCERT,
814     OPT_DKEYFORM, OPT_DPASS, OPT_DKEY, OPT_DCERT_CHAIN, OPT_NOCERT,
815     OPT_CAPATH, OPT_CHAINCAPATH, OPT_VERIFYCAPATH, OPT_NO_CACHE,
816     OPT_EXT_CACHE, OPT_CRLFORM, OPT_VERIFY_RET_ERROR, OPT_VERIFY_QUIET,
817     OPT_BUILD_CHAIN, OPT_CAFILE, OPT_CHAINCAFILE, OPT_VERIFYCAFILE,
818     OPT_NBIO, OPT_NBIO_TEST, OPT_IGN_EOF, OPT_NO_IGN_EOF, OPT_DEBUG,
819     OPT_TLSEXTDEBUG, OPT_STATUS, OPT_STATUS_VERBOSE, OPT_STATUS_TIMEOUT,
820     OPT_STATUS_URL, OPT_MSG, OPT_MSGFILE, OPT_TRACE, OPT_SECURITY_DEBUG,
821     OPT_SECURITY_DEBUG_VERBOSE, OPT_STATE, OPT_CRLF, OPT_QUIET,
822     OPT_BRIEF, OPT_NO_TMP_RSA, OPT_NO_DHE, OPT_NO_ECDHE,
823     OPT_NO_RESUME_EPHEMERAL, OPT_PSK_HINT, OPT_PSK, OPT_SRPVFILE,
824     OPT_SRPUSERSEED, OPT_REV, OPT_WWW, OPT_UPPER_WWW, OPT_HTTP,
825 #ifndef OPENSSL_NO_SSL3
826     OPT_SSL3,
827 #endif
828     OPT_TLS1_2, OPT_TLS1_1, OPT_TLS1, OPT_DTLS, OPT_DTLS1,
829     OPT_DTLS1_2, OPT_TIMEOUT, OPT_MTU, OPT_CHAIN,
830     OPT_ID_PREFIX, OPT_RAND, OPT_SERVERNAME, OPT_SERVERNAME_FATAL,
831     OPT_CERT2, OPT_KEY2, OPT_NEXTPROTONEG, OPT_ALPN, OPT_JPAKE,
832     OPT_SRTP_PROFILES, OPT_KEYMATEXPORT, OPT_KEYMATEXPORTLEN,
833     OPT_S_ENUM,
834     OPT_V_ENUM,
835     OPT_X_ENUM
836 } OPTION_CHOICE;
837
838 OPTIONS s_server_options[] = {
839     {"help", OPT_HELP, '-', "Display this summary"},
840
841     {"port", OPT_PORT, 'p'},
842     {"accept", OPT_PORT, 'p',
843      "TCP/IP port to accept on (default is " PORT_STR ")"},
844     {"unix", OPT_UNIX, 's', "Unix domain socket to accept on"},
845     {"unlink", OPT_UNLINK, '-', "For -unix, unlink existing socket first"},
846     {"context", OPT_CONTEXT, 's', "Set session ID context"},
847     {"verify", OPT_VERIFY, 'n', "Turn on peer certificate verification"},
848     {"Verify", OPT_UPPER_V_VERIFY, 'n',
849      "Turn on peer certificate verification, must have a cert"},
850     {"cert", OPT_CERT, '<', "Certificate file to use; default is " TEST_CERT},
851     {"naccept", OPT_NACCEPT, 'p', "Terminate after pnum connections"},
852 #ifndef OPENSSL_NO_TLSEXT
853     {"serverinfo", OPT_SERVERINFO, 's',
854      "PEM serverinfo file for certificate"},
855 #endif
856     {"certform", OPT_CERTFORM, 'F',
857      "Certificate format (PEM or DER) PEM default"},
858     {"key", OPT_KEY, '<',
859      "Private Key if not in -cert; default is " TEST_CERT},
860     {"keyform", OPT_KEYFORM, 'f',
861      "Key format (PEM, DER or ENGINE) PEM default"},
862     {"pass", OPT_PASS, 's', "Private key file pass phrase source"},
863     {"dcert", OPT_DCERT, '<',
864      "Second certificate file to use (usually for DSA)"},
865     {"dcertform", OPT_DCERTFORM, 'F',
866      "Second certificate format (PEM or DER) PEM default"},
867     {"dkey", OPT_DKEY, '<',
868      "Second private key file to use (usually for DSA)"},
869     {"dkeyform", OPT_DKEYFORM, 'F',
870      "Second key format (PEM, DER or ENGINE) PEM default"},
871     {"dpass", OPT_DPASS, 's', "Second private key file pass phrase source"},
872 #ifdef FIONBIO
873     {"nbio", OPT_NBIO, '-', "Use non-blocking IO"},
874 #endif
875     {"nbio_test", OPT_NBIO_TEST, '-', "Test with the non-blocking test bio"},
876     {"crlf", OPT_CRLF, '-', "Convert LF from terminal into CRLF"},
877     {"debug", OPT_DEBUG, '-', "Print more output"},
878     {"msg", OPT_MSG, '-', "Show protocol messages"},
879     {"msgfile", OPT_MSGFILE, '>'},
880     {"state", OPT_STATE, '-', "Print the SSL states"},
881     {"CApath", OPT_CAPATH, '/', "PEM format directory of CA's"},
882     {"CAfile", OPT_CAFILE, '<', "PEM format file of CA's"},
883     {"nocert", OPT_NOCERT, '-', "Don't use any certificates (Anon-DH)"},
884     {"quiet", OPT_QUIET, '-', "No server output"},
885     {"no_tmp_rsa", OPT_NO_TMP_RSA, '-', "Do not generate a tmp RSA key"},
886 #ifndef OPENSSL_NO_PSK
887     {"psk_hint", OPT_PSK_HINT, 's', "PSK identity hint to use"},
888     {"psk", OPT_PSK, 's', "PSK in hex (without 0x)"},
889 # ifndef OPENSSL_NO_JPAKE
890     {"jpake", OPT_JPAKE, 's', "JPAKE secret to use"},
891 # endif
892 #endif
893 #ifndef OPENSSL_NO_SRP
894     {"srpvfile", OPT_SRPVFILE, '<', "The verifier file for SRP"},
895     {"srpuserseed", OPT_SRPUSERSEED, 's',
896      "A seed string for a default user salt"},
897 #endif
898 #ifndef OPENSSL_NO_SSL3
899     {"ssl3", OPT_SSL3, '-', "Just talk SSLv3"},
900 #endif
901     {"tls1_2", OPT_TLS1_2, '-', "just talk TLSv1.2"},
902     {"tls1_1", OPT_TLS1_1, '-', "Just talk TLSv1.1"},
903     {"tls1", OPT_TLS1, '-', "Just talk TLSv1"},
904 #ifndef OPENSSL_NO_DTLS1
905     {"dtls", OPT_DTLS, '-'},
906     {"dtls1", OPT_DTLS1, '-', "Just talk DTLSv1"},
907     {"dtls1_2", OPT_DTLS1_2, '-', "Just talk DTLSv1.2"},
908     {"timeout", OPT_TIMEOUT, '-', "Enable timeouts"},
909     {"mtu", OPT_MTU, 'p', "Set link layer MTU"},
910     {"chain", OPT_CHAIN, '-', "Read a certificate chain"},
911 #endif
912 #ifndef OPENSSL_NO_DH
913     {"no_dhe", OPT_NO_DHE, '-', "Disable ephemeral DH"},
914 #endif
915 #ifndef OPENSSL_NO_EC
916     {"no_ecdhe", OPT_NO_ECDHE, '-', "Disable ephemeral ECDH"},
917 #endif
918     {"no_resume_ephemeral", OPT_NO_RESUME_EPHEMERAL, '-',
919      "Disable caching and tickets if ephemeral (EC)DH is used"},
920     {"www", OPT_WWW, '-', "Respond to a 'GET /' with a status page"},
921     {"WWW", OPT_UPPER_WWW, '-', "Respond to a 'GET with the file ./path"},
922     {"HTTP", OPT_HTTP, '-', "Like -WWW but ./path incluedes HTTP headers"},
923     {"id_prefix", OPT_ID_PREFIX, 's',
924      "Generate SSL/TLS session IDs prefixed by arg"},
925     {"rand", OPT_RAND, 's',
926      "Load the file(s) into the random number generator"},
927 #ifndef OPENSSL_NO_TLSEXT
928     {"servername", OPT_SERVERNAME, 's',
929      "Servername for HostName TLS extension"},
930     {"servername_fatal", OPT_SERVERNAME_FATAL, '-',
931      "mismatch send fatal alert (default warning alert)"},
932     {"cert2", OPT_CERT2, '<',
933      "Certificate file to use for servername; default is" TEST_CERT2},
934     {"key2", OPT_KEY2, '<',
935      "-Private Key file to use for servername if not in -cert2"},
936     {"tlsextdebug", OPT_TLSEXTDEBUG, '-',
937      "Hex dump of all TLS extensions received"},
938 # ifndef OPENSSL_NO_NEXTPROTONEG
939     {"nextprotoneg", OPT_NEXTPROTONEG, 's',
940      "Set the advertised protocols for the NPN extension (comma-separated list)"},
941 # endif
942     {"use_srtp", OPT_SRTP_PROFILES, '<',
943      "Offer SRTP key management with a colon-separated profile list"},
944     {"alpn", OPT_ALPN, 's',
945      "Set the advertised protocols for the ALPN extension (comma-separated list)"},
946 #endif
947     {"keymatexport", OPT_KEYMATEXPORT, 's',
948      "Export keying material using label"},
949     {"keymatexportlen", OPT_KEYMATEXPORTLEN, 'p',
950      "Export len bytes of keying material (default 20)"},
951     {"CRL", OPT_CRL, '<'},
952     {"crl_download", OPT_CRL_DOWNLOAD, '-'},
953     {"cert_chain", OPT_CERT_CHAIN, '<'},
954     {"dcert_chain", OPT_DCERT_CHAIN, '<'},
955     {"chainCApath", OPT_CHAINCAPATH, '/'},
956     {"verifyCApath", OPT_VERIFYCAPATH, '/'},
957     {"no_cache", OPT_NO_CACHE, '-'},
958     {"ext_cache", OPT_EXT_CACHE, '-'},
959     {"CRLform", OPT_CRLFORM, 'F'},
960     {"verify_return_error", OPT_VERIFY_RET_ERROR, '-'},
961     {"verify_quiet", OPT_VERIFY_QUIET, '-'},
962     {"build_chain", OPT_BUILD_CHAIN, '-'},
963     {"chainCAfile", OPT_CHAINCAFILE, '<'},
964     {"verifyCAfile", OPT_VERIFYCAFILE, '<'},
965     {"ign_eof", OPT_IGN_EOF, '-'},
966     {"no_ign_eof", OPT_NO_IGN_EOF, '-'},
967     {"status", OPT_STATUS, '-'},
968     {"status_verbose", OPT_STATUS_VERBOSE, '-'},
969     {"status_timeout", OPT_STATUS_TIMEOUT, 'n'},
970     {"status_url", OPT_STATUS_URL, 's'},
971     {"trace", OPT_TRACE, '-'},
972     {"security_debug", OPT_SECURITY_DEBUG, '-'},
973     {"security_debug_verbose", OPT_SECURITY_DEBUG_VERBOSE, '-'},
974     {"brief", OPT_BRIEF, '-'},
975     {"rev", OPT_REV, '-'},
976 #ifndef OPENSSL_NO_ENGINE
977     {"engine", OPT_ENGINE, 's'},
978 #endif
979     OPT_S_OPTIONS,
980     OPT_V_OPTIONS,
981     OPT_X_OPTIONS,
982     {NULL}
983 };
984
985 int s_server_main(int argc, char *argv[])
986 {
987     ENGINE *e = NULL;
988     EVP_PKEY *s_key = NULL, *s_dkey = NULL;
989     SSL_CONF_CTX *cctx = NULL;
990     const SSL_METHOD *meth = SSLv23_server_method();
991     SSL_EXCERT *exc = NULL;
992     STACK_OF(OPENSSL_STRING) *ssl_args = NULL;
993     STACK_OF(X509) *s_chain = NULL, *s_dchain = NULL;
994     STACK_OF(X509_CRL) *crls = NULL;
995     X509 *s_cert = NULL, *s_dcert = NULL;
996     X509_VERIFY_PARAM *vpm = NULL;
997     char *CApath = NULL, *CAfile = NULL, *chCApath = NULL, *chCAfile = NULL;
998     char *dhfile = NULL, *dpassarg = NULL, *dpass = NULL, *inrand = NULL;
999     char *passarg = NULL, *pass = NULL, *vfyCApath = NULL, *vfyCAfile = NULL;
1000     char *crl_file = NULL, *prog, *p;
1001     const char *unix_path = NULL;
1002 #ifndef NO_SYS_UN_H
1003     int unlink_unix_path = 0;
1004 #endif
1005     int (*server_cb) (char *hostname, int s, int stype,
1006                       unsigned char *context);
1007     int vpmtouched = 0, build_chain = 0, no_cache = 0, ext_cache = 0;
1008     int no_tmp_rsa = 0, no_dhe = 0, no_ecdhe = 0, nocert = 0, ret = 1;
1009     int s_cert_format = FORMAT_PEM, s_key_format = FORMAT_PEM;
1010     int s_dcert_format = FORMAT_PEM, s_dkey_format = FORMAT_PEM;
1011     int rev = 0, naccept = -1, sdebug = 0, socket_type = SOCK_STREAM;
1012     int state = 0, crl_format = FORMAT_PEM, crl_download = 0;
1013     unsigned short port = PORT;
1014     unsigned char *context = NULL;
1015     OPTION_CHOICE o;
1016 #ifndef OPENSSL_NO_TLSEXT
1017     EVP_PKEY *s_key2 = NULL;
1018     X509 *s_cert2 = NULL;
1019     tlsextctx tlsextcbp = { NULL, NULL, SSL_TLSEXT_ERR_ALERT_WARNING };
1020 # ifndef OPENSSL_NO_NEXTPROTONEG
1021     const char *next_proto_neg_in = NULL;
1022     tlsextnextprotoctx next_proto = { NULL, 0 };
1023 # endif
1024     const char *alpn_in = NULL;
1025     tlsextalpnctx alpn_ctx = { NULL, 0 };
1026 #endif
1027 #ifndef OPENSSL_NO_PSK
1028     /* by default do not send a PSK identity hint */
1029     static char *psk_identity_hint = NULL;
1030 #endif
1031 #ifndef OPENSSL_NO_SRP
1032     char *srpuserseed = NULL;
1033     char *srp_verifier_file = NULL;
1034 #endif
1035
1036     local_argc = argc;
1037     local_argv = argv;
1038
1039     s_server_init();
1040     cctx = SSL_CONF_CTX_new();
1041     vpm = X509_VERIFY_PARAM_new();
1042     if (cctx == NULL || vpm == NULL)
1043         goto end;
1044     SSL_CONF_CTX_set_flags(cctx, SSL_CONF_FLAG_SERVER | SSL_CONF_FLAG_CMDLINE);
1045
1046     prog = opt_init(argc, argv, s_server_options);
1047     while ((o = opt_next()) != OPT_EOF) {
1048         switch (o) {
1049         case OPT_EOF:
1050         case OPT_ERR:
1051  opthelp:
1052             BIO_printf(bio_err, "%s: Use -help for summary.\n", prog);
1053             goto end;
1054         case OPT_HELP:
1055             opt_help(s_server_options);
1056             ret = 0;
1057             goto end;
1058
1059         case OPT_PORT:
1060             if (!extract_port(opt_arg(), &port))
1061                 goto end;
1062             break;
1063         case OPT_UNIX:
1064 #ifdef NO_SYS_UN_H
1065             BIO_printf(bio_err, "unix domain sockets unsupported\n");
1066             goto end;
1067 #else
1068             unix_path = opt_arg();
1069 #endif
1070             break;
1071         case OPT_UNLINK:
1072 #ifdef NO_SYS_UN_H
1073             BIO_printf(bio_err, "unix domain sockets unsupported\n");
1074             goto end;
1075 #else
1076             unlink_unix_path = 1;
1077 #endif
1078             break;
1079         case OPT_NACCEPT:
1080             naccept = atol(opt_arg());
1081             break;
1082         case OPT_VERIFY:
1083             s_server_verify = SSL_VERIFY_PEER | SSL_VERIFY_CLIENT_ONCE;
1084             verify_depth = atoi(opt_arg());
1085             if (!s_quiet)
1086                 BIO_printf(bio_err, "verify depth is %d\n", verify_depth);
1087             break;
1088         case OPT_UPPER_V_VERIFY:
1089             s_server_verify =
1090                 SSL_VERIFY_PEER | SSL_VERIFY_FAIL_IF_NO_PEER_CERT |
1091                 SSL_VERIFY_CLIENT_ONCE;
1092             verify_depth = atoi(opt_arg());
1093             if (!s_quiet)
1094                 BIO_printf(bio_err,
1095                            "verify depth is %d, must return a certificate\n",
1096                            verify_depth);
1097             break;
1098         case OPT_CONTEXT:
1099             context = (unsigned char *)opt_arg();
1100             break;
1101         case OPT_CERT:
1102             s_cert_file = opt_arg();
1103             break;
1104         case OPT_CRL:
1105             crl_file = opt_arg();
1106             break;
1107         case OPT_CRL_DOWNLOAD:
1108             crl_download = 1;
1109             break;
1110 #ifndef OPENSSL_NO_TLSEXT
1111         case OPT_SERVERINFO:
1112             s_serverinfo_file = opt_arg();
1113             break;
1114 #endif
1115         case OPT_CERTFORM:
1116             if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &s_cert_format))
1117                 goto opthelp;
1118             break;
1119         case OPT_KEY:
1120             s_key_file = opt_arg();
1121             break;
1122         case OPT_KEYFORM:
1123             if (!opt_format(opt_arg(), OPT_FMT_ANY, &s_key_format))
1124                 goto opthelp;
1125             break;
1126         case OPT_PASS:
1127             passarg = opt_arg();
1128             break;
1129         case OPT_CERT_CHAIN:
1130             s_chain_file = opt_arg();
1131             break;
1132         case OPT_DHPARAM:
1133             dhfile = opt_arg();
1134             break;
1135         case OPT_DCERTFORM:
1136             if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &s_dcert_format))
1137                 goto opthelp;
1138             break;
1139         case OPT_DCERT:
1140             s_dcert_file = opt_arg();
1141             break;
1142         case OPT_DKEYFORM:
1143             if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &s_dkey_format))
1144                 goto opthelp;
1145             break;
1146         case OPT_DPASS:
1147             dpassarg = opt_arg();
1148             break;
1149         case OPT_DKEY:
1150             s_dkey_file = opt_arg();
1151             break;
1152         case OPT_DCERT_CHAIN:
1153             s_dchain_file = opt_arg();
1154             break;
1155         case OPT_NOCERT:
1156             nocert = 1;
1157             break;
1158         case OPT_CAPATH:
1159             CApath = opt_arg();
1160             break;
1161         case OPT_CHAINCAPATH:
1162             chCApath = opt_arg();
1163             break;
1164         case OPT_VERIFYCAPATH:
1165             vfyCApath = opt_arg();
1166             break;
1167         case OPT_NO_CACHE:
1168             no_cache = 1;
1169             break;
1170         case OPT_EXT_CACHE:
1171             ext_cache = 1;
1172             break;
1173         case OPT_CRLFORM:
1174             if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &crl_format))
1175                 goto opthelp;
1176             break;
1177         case OPT_S_CASES:
1178             if (ssl_args == NULL)
1179                 ssl_args = sk_OPENSSL_STRING_new_null();
1180             if (ssl_args == NULL
1181                 || !sk_OPENSSL_STRING_push(ssl_args, opt_flag())
1182                 || !sk_OPENSSL_STRING_push(ssl_args, opt_arg())) {
1183                 BIO_printf(bio_err, "%s: Memory allocation failure\n", prog);
1184                 goto end;
1185             }
1186             break;
1187         case OPT_V_CASES:
1188             if (!opt_verify(o, vpm))
1189                 goto end;
1190             vpmtouched++;
1191             break;
1192         case OPT_X_CASES:
1193             if (!args_excert(o, &exc))
1194                 goto end;
1195             break;
1196         case OPT_VERIFY_RET_ERROR:
1197             verify_return_error = 1;
1198             break;
1199         case OPT_VERIFY_QUIET:
1200             verify_quiet = 1;
1201             break;
1202         case OPT_BUILD_CHAIN:
1203             build_chain = 1;
1204             break;
1205         case OPT_CAFILE:
1206             CAfile = opt_arg();
1207             break;
1208         case OPT_CHAINCAFILE:
1209             chCAfile = opt_arg();
1210             break;
1211         case OPT_VERIFYCAFILE:
1212             vfyCAfile = opt_arg();
1213             break;
1214         case OPT_NBIO:
1215             s_nbio = 1;
1216             break;
1217         case OPT_NBIO_TEST:
1218             s_nbio = s_nbio_test = 1;
1219             break;
1220         case OPT_IGN_EOF:
1221             s_ign_eof = 1;
1222             break;
1223         case OPT_NO_IGN_EOF:
1224             s_ign_eof = 0;
1225             break;
1226         case OPT_DEBUG:
1227             s_debug = 1;
1228             break;
1229 #ifndef OPENSSL_NO_TLSEXT
1230         case OPT_TLSEXTDEBUG:
1231             s_tlsextdebug = 1;
1232             break;
1233         case OPT_STATUS:
1234             s_tlsextstatus = 1;
1235             break;
1236         case OPT_STATUS_VERBOSE:
1237             s_tlsextstatus = tlscstatp.verbose = 1;
1238             break;
1239         case OPT_STATUS_TIMEOUT:
1240             s_tlsextstatus = 1;
1241             tlscstatp.timeout = atoi(opt_arg());
1242             break;
1243         case OPT_STATUS_URL:
1244             s_tlsextstatus = 1;
1245             if (!OCSP_parse_url(opt_arg(),
1246                                 &tlscstatp.host,
1247                                 &tlscstatp.port,
1248                                 &tlscstatp.path, &tlscstatp.use_ssl)) {
1249                 BIO_printf(bio_err, "Error parsing URL\n");
1250                 goto end;
1251             }
1252             break;
1253 #endif
1254         case OPT_MSG:
1255             s_msg = 1;
1256             break;
1257         case OPT_MSGFILE:
1258             bio_s_msg = BIO_new_file(opt_arg(), "w");
1259             break;
1260 #ifndef OPENSSL_NO_SSL_TRACE
1261         case OPT_TRACE:
1262             s_msg = 2;
1263             break;
1264 #else
1265         case OPT_TRACE:
1266             goto opthelp;
1267 #endif
1268         case OPT_SECURITY_DEBUG:
1269             sdebug = 1;
1270             break;
1271         case OPT_SECURITY_DEBUG_VERBOSE:
1272             sdebug = 2;
1273             break;
1274         case OPT_STATE:
1275             state = 1;
1276             break;
1277         case OPT_CRLF:
1278             s_crlf = 1;
1279             break;
1280         case OPT_QUIET:
1281             s_quiet = 1;
1282             break;
1283         case OPT_BRIEF:
1284             s_quiet = s_brief = verify_quiet = 1;
1285             break;
1286         case OPT_NO_TMP_RSA:
1287             no_tmp_rsa = 1;
1288             break;
1289         case OPT_NO_DHE:
1290             no_dhe = 1;
1291             break;
1292         case OPT_NO_ECDHE:
1293             no_ecdhe = 1;
1294             break;
1295         case OPT_NO_RESUME_EPHEMERAL:
1296             no_resume_ephemeral = 1;
1297             break;
1298 #ifndef OPENSSL_NO_PSK
1299         case OPT_PSK_HINT:
1300             psk_identity_hint = opt_arg();
1301             break;
1302         case OPT_PSK:
1303             for (p = psk_key = opt_arg(); *p; p++) {
1304                 if (isxdigit(*p))
1305                     continue;
1306                 BIO_printf(bio_err, "Not a hex number '%s'\n", *argv);
1307                 goto end;
1308             }
1309             break;
1310 #endif
1311 #ifndef OPENSSL_NO_SRP
1312         case OPT_SRPVFILE:
1313             srp_verifier_file = opt_arg();
1314             meth = TLSv1_server_method();
1315             break;
1316         case OPT_SRPUSERSEED:
1317             srpuserseed = opt_arg();
1318             meth = TLSv1_server_method();
1319             break;
1320 #endif
1321         case OPT_REV:
1322             rev = 1;
1323             break;
1324         case OPT_WWW:
1325             www = 1;
1326             break;
1327         case OPT_UPPER_WWW:
1328             www = 2;
1329             break;
1330         case OPT_HTTP:
1331             www = 3;
1332             break;
1333 #ifndef OPENSSL_NO_SSL3
1334         case OPT_SSL3:
1335             meth = SSLv3_server_method();
1336             break;
1337 #endif
1338         case OPT_TLS1_2:
1339             meth = TLSv1_2_server_method();
1340             break;
1341         case OPT_TLS1_1:
1342             meth = TLSv1_1_server_method();
1343             break;
1344         case OPT_TLS1:
1345             meth = TLSv1_server_method();
1346             break;
1347 #ifndef OPENSSL_NO_DTLS1
1348         case OPT_DTLS:
1349             meth = DTLS_server_method();
1350             socket_type = SOCK_DGRAM;
1351             break;
1352         case OPT_DTLS1:
1353             meth = DTLSv1_server_method();
1354             socket_type = SOCK_DGRAM;
1355             break;
1356         case OPT_DTLS1_2:
1357             meth = DTLSv1_2_server_method();
1358             socket_type = SOCK_DGRAM;
1359             break;
1360         case OPT_TIMEOUT:
1361             enable_timeouts = 1;
1362             break;
1363         case OPT_MTU:
1364             socket_mtu = atol(opt_arg());
1365             break;
1366         case OPT_CHAIN:
1367             cert_chain = 1;
1368             break;
1369 #endif
1370         case OPT_ID_PREFIX:
1371             session_id_prefix = opt_arg();
1372             break;
1373         case OPT_ENGINE:
1374             e = setup_engine(opt_arg(), 1);
1375             break;
1376         case OPT_RAND:
1377             inrand = opt_arg();
1378             break;
1379 #ifndef OPENSSL_NO_TLSEXT
1380         case OPT_SERVERNAME:
1381             tlsextcbp.servername = opt_arg();
1382             break;
1383         case OPT_SERVERNAME_FATAL:
1384             tlsextcbp.extension_error = SSL_TLSEXT_ERR_ALERT_FATAL;
1385             break;
1386         case OPT_CERT2:
1387             s_cert_file2 = opt_arg();
1388             break;
1389         case OPT_KEY2:
1390             s_key_file2 = opt_arg();
1391             break;
1392 # ifndef OPENSSL_NO_NEXTPROTONEG
1393         case OPT_NEXTPROTONEG:
1394             next_proto_neg_in = opt_arg();
1395             break;
1396 # endif
1397         case OPT_ALPN:
1398             alpn_in = opt_arg();
1399             break;
1400 #endif
1401 #if !defined(OPENSSL_NO_JPAKE) && !defined(OPENSSL_NO_PSK)
1402         case OPT_JPAKE:
1403             jpake_secret = opt_arg();
1404             break;
1405 #else
1406         case OPT_JPAKE:
1407             goto opthelp;
1408 #endif
1409         case OPT_SRTP_PROFILES:
1410             srtp_profiles = opt_arg();
1411             break;
1412         case OPT_KEYMATEXPORT:
1413             keymatexportlabel = opt_arg();
1414             break;
1415         case OPT_KEYMATEXPORTLEN:
1416             keymatexportlen = atoi(opt_arg());
1417             break;
1418         }
1419     }
1420     argc = opt_num_rest();
1421     argv = opt_rest();
1422
1423 #ifndef OPENSSL_NO_DTLS1
1424     if (www && socket_type == SOCK_DGRAM) {
1425         BIO_printf(bio_err, "Can't use -HTTP, -www or -WWW with DTLS\n");
1426         goto end;
1427     }
1428 #endif
1429
1430     if (unix_path && (socket_type != SOCK_STREAM)) {
1431         BIO_printf(bio_err,
1432                    "Can't use unix sockets and datagrams together\n");
1433         goto end;
1434     }
1435 #if !defined(OPENSSL_NO_JPAKE) && !defined(OPENSSL_NO_PSK)
1436     if (jpake_secret) {
1437         if (psk_key) {
1438             BIO_printf(bio_err, "Can't use JPAKE and PSK together\n");
1439             goto end;
1440         }
1441         psk_identity = "JPAKE";
1442     }
1443 #endif
1444
1445     if (!app_passwd(passarg, dpassarg, &pass, &dpass)) {
1446         BIO_printf(bio_err, "Error getting password\n");
1447         goto end;
1448     }
1449
1450     if (s_key_file == NULL)
1451         s_key_file = s_cert_file;
1452 #ifndef OPENSSL_NO_TLSEXT
1453     if (s_key_file2 == NULL)
1454         s_key_file2 = s_cert_file2;
1455 #endif
1456
1457     if (!load_excert(&exc))
1458         goto end;
1459
1460     if (nocert == 0) {
1461         s_key = load_key(s_key_file, s_key_format, 0, pass, e,
1462                          "server certificate private key file");
1463         if (!s_key) {
1464             ERR_print_errors(bio_err);
1465             goto end;
1466         }
1467
1468         s_cert = load_cert(s_cert_file, s_cert_format,
1469                            NULL, e, "server certificate file");
1470
1471         if (!s_cert) {
1472             ERR_print_errors(bio_err);
1473             goto end;
1474         }
1475         if (s_chain_file) {
1476             s_chain = load_certs(s_chain_file, FORMAT_PEM,
1477                                  NULL, e, "server certificate chain");
1478             if (!s_chain)
1479                 goto end;
1480         }
1481 #ifndef OPENSSL_NO_TLSEXT
1482         if (tlsextcbp.servername) {
1483             s_key2 = load_key(s_key_file2, s_key_format, 0, pass, e,
1484                               "second server certificate private key file");
1485             if (!s_key2) {
1486                 ERR_print_errors(bio_err);
1487                 goto end;
1488             }
1489
1490             s_cert2 = load_cert(s_cert_file2, s_cert_format,
1491                                 NULL, e, "second server certificate file");
1492
1493             if (!s_cert2) {
1494                 ERR_print_errors(bio_err);
1495                 goto end;
1496             }
1497         }
1498 #endif                          /* OPENSSL_NO_TLSEXT */
1499     }
1500 #if !defined(OPENSSL_NO_TLSEXT)
1501 # if !defined(OPENSSL_NO_NEXTPROTONEG)
1502     if (next_proto_neg_in) {
1503         unsigned short len;
1504         next_proto.data = next_protos_parse(&len, next_proto_neg_in);
1505         if (next_proto.data == NULL)
1506             goto end;
1507         next_proto.len = len;
1508     } else {
1509         next_proto.data = NULL;
1510     }
1511 # endif
1512     alpn_ctx.data = NULL;
1513     if (alpn_in) {
1514         unsigned short len;
1515         alpn_ctx.data = next_protos_parse(&len, alpn_in);
1516         if (alpn_ctx.data == NULL)
1517             goto end;
1518         alpn_ctx.len = len;
1519     }
1520 #endif
1521
1522     if (crl_file) {
1523         X509_CRL *crl;
1524         crl = load_crl(crl_file, crl_format);
1525         if (!crl) {
1526             BIO_puts(bio_err, "Error loading CRL\n");
1527             ERR_print_errors(bio_err);
1528             goto end;
1529         }
1530         crls = sk_X509_CRL_new_null();
1531         if (!crls || !sk_X509_CRL_push(crls, crl)) {
1532             BIO_puts(bio_err, "Error adding CRL\n");
1533             ERR_print_errors(bio_err);
1534             X509_CRL_free(crl);
1535             goto end;
1536         }
1537     }
1538
1539     if (s_dcert_file) {
1540
1541         if (s_dkey_file == NULL)
1542             s_dkey_file = s_dcert_file;
1543
1544         s_dkey = load_key(s_dkey_file, s_dkey_format,
1545                           0, dpass, e, "second certificate private key file");
1546         if (!s_dkey) {
1547             ERR_print_errors(bio_err);
1548             goto end;
1549         }
1550
1551         s_dcert = load_cert(s_dcert_file, s_dcert_format,
1552                             NULL, e, "second server certificate file");
1553
1554         if (!s_dcert) {
1555             ERR_print_errors(bio_err);
1556             goto end;
1557         }
1558         if (s_dchain_file) {
1559             s_dchain = load_certs(s_dchain_file, FORMAT_PEM,
1560                                   NULL, e, "second server certificate chain");
1561             if (!s_dchain)
1562                 goto end;
1563         }
1564
1565     }
1566
1567     if (!app_RAND_load_file(NULL, 1) && inrand == NULL
1568         && !RAND_status()) {
1569         BIO_printf(bio_err,
1570                    "warning, not much extra random data, consider using the -rand option\n");
1571     }
1572     if (inrand != NULL)
1573         BIO_printf(bio_err, "%ld semi-random bytes loaded\n",
1574                    app_RAND_load_files(inrand));
1575
1576     if (bio_s_out == NULL) {
1577         if (s_quiet && !s_debug) {
1578             bio_s_out = BIO_new(BIO_s_null());
1579             if (s_msg && !bio_s_msg)
1580                 bio_s_msg = dup_bio_out();
1581         } else {
1582             if (bio_s_out == NULL)
1583                 bio_s_out = dup_bio_out();
1584         }
1585     }
1586 #if !defined(OPENSSL_NO_RSA) || !defined(OPENSSL_NO_DSA) || !defined(OPENSSL_NO_EC)
1587     if (nocert)
1588 #endif
1589     {
1590         s_cert_file = NULL;
1591         s_key_file = NULL;
1592         s_dcert_file = NULL;
1593         s_dkey_file = NULL;
1594 #ifndef OPENSSL_NO_TLSEXT
1595         s_cert_file2 = NULL;
1596         s_key_file2 = NULL;
1597 #endif
1598     }
1599
1600     ctx = SSL_CTX_new(meth);
1601     if (sdebug)
1602         ssl_ctx_security_debug(ctx, sdebug);
1603     if (ctx == NULL) {
1604         ERR_print_errors(bio_err);
1605         goto end;
1606     }
1607     if (session_id_prefix) {
1608         if (strlen(session_id_prefix) >= 32)
1609             BIO_printf(bio_err,
1610                        "warning: id_prefix is too long, only one new session will be possible\n");
1611         if (!SSL_CTX_set_generate_session_id(ctx, generate_session_id)) {
1612             BIO_printf(bio_err, "error setting 'id_prefix'\n");
1613             ERR_print_errors(bio_err);
1614             goto end;
1615         }
1616         BIO_printf(bio_err, "id_prefix '%s' set.\n", session_id_prefix);
1617     }
1618     SSL_CTX_set_quiet_shutdown(ctx, 1);
1619     if (exc)
1620         ssl_ctx_set_excert(ctx, exc);
1621
1622     if (state)
1623         SSL_CTX_set_info_callback(ctx, apps_ssl_info_callback);
1624     if (no_cache)
1625         SSL_CTX_set_session_cache_mode(ctx, SSL_SESS_CACHE_OFF);
1626     else if (ext_cache)
1627         init_session_cache_ctx(ctx);
1628     else
1629         SSL_CTX_sess_set_cache_size(ctx, 128);
1630
1631 #ifndef OPENSSL_NO_SRTP
1632     if (srtp_profiles != NULL) {
1633         /* Returns 0 on success! */
1634         if (SSL_CTX_set_tlsext_use_srtp(ctx, srtp_profiles) != 0) {
1635             BIO_printf(bio_err, "Error setting SRTP profile\n");
1636             ERR_print_errors(bio_err);
1637             goto end;
1638         }
1639     }
1640 #endif
1641
1642     if (!ctx_set_verify_locations(ctx, CAfile, CApath)) {
1643         ERR_print_errors(bio_err);
1644         goto end;
1645     }
1646     if (vpmtouched && !SSL_CTX_set1_param(ctx, vpm)) {
1647         BIO_printf(bio_err, "Error setting verify params\n");
1648         ERR_print_errors(bio_err);
1649         goto end;
1650     }
1651
1652     ssl_ctx_add_crls(ctx, crls, 0);
1653     if (!config_ctx(cctx, ssl_args, ctx, no_ecdhe, jpake_secret == NULL))
1654         goto end;
1655
1656     if (!ssl_load_stores(ctx, vfyCApath, vfyCAfile, chCApath, chCAfile,
1657                          crls, crl_download)) {
1658         BIO_printf(bio_err, "Error loading store locations\n");
1659         ERR_print_errors(bio_err);
1660         goto end;
1661     }
1662 #ifndef OPENSSL_NO_TLSEXT
1663     if (s_cert2) {
1664         ctx2 = SSL_CTX_new(meth);
1665         if (ctx2 == NULL) {
1666             ERR_print_errors(bio_err);
1667             goto end;
1668         }
1669     }
1670
1671     if (ctx2) {
1672         BIO_printf(bio_s_out, "Setting secondary ctx parameters\n");
1673
1674         if (sdebug)
1675             ssl_ctx_security_debug(ctx, sdebug);
1676
1677         if (session_id_prefix) {
1678             if (strlen(session_id_prefix) >= 32)
1679                 BIO_printf(bio_err,
1680                            "warning: id_prefix is too long, only one new session will be possible\n");
1681             if (!SSL_CTX_set_generate_session_id(ctx2, generate_session_id)) {
1682                 BIO_printf(bio_err, "error setting 'id_prefix'\n");
1683                 ERR_print_errors(bio_err);
1684                 goto end;
1685             }
1686             BIO_printf(bio_err, "id_prefix '%s' set.\n", session_id_prefix);
1687         }
1688         SSL_CTX_set_quiet_shutdown(ctx2, 1);
1689         if (exc)
1690             ssl_ctx_set_excert(ctx2, exc);
1691
1692         if (state)
1693             SSL_CTX_set_info_callback(ctx2, apps_ssl_info_callback);
1694
1695         if (no_cache)
1696             SSL_CTX_set_session_cache_mode(ctx2, SSL_SESS_CACHE_OFF);
1697         else if (ext_cache)
1698             init_session_cache_ctx(ctx2);
1699         else
1700             SSL_CTX_sess_set_cache_size(ctx2, 128);
1701
1702         if ((!SSL_CTX_load_verify_locations(ctx2, CAfile, CApath)) ||
1703             (!SSL_CTX_set_default_verify_paths(ctx2))) {
1704             ERR_print_errors(bio_err);
1705         }
1706         if (vpmtouched && !SSL_CTX_set1_param(ctx2, vpm)) {
1707             BIO_printf(bio_err, "Error setting verify params\n");
1708             ERR_print_errors(bio_err);
1709             goto end;
1710         }
1711
1712         ssl_ctx_add_crls(ctx2, crls, 0);
1713         if (!config_ctx(cctx, ssl_args, ctx2, no_ecdhe, jpake_secret == NULL))
1714             goto end;
1715     }
1716 # ifndef OPENSSL_NO_NEXTPROTONEG
1717     if (next_proto.data)
1718         SSL_CTX_set_next_protos_advertised_cb(ctx, next_proto_cb,
1719                                               &next_proto);
1720 # endif
1721     if (alpn_ctx.data)
1722         SSL_CTX_set_alpn_select_cb(ctx, alpn_cb, &alpn_ctx);
1723 #endif
1724
1725 #ifndef OPENSSL_NO_DH
1726     if (!no_dhe) {
1727         DH *dh = NULL;
1728
1729         if (dhfile)
1730             dh = load_dh_param(dhfile);
1731         else if (s_cert_file)
1732             dh = load_dh_param(s_cert_file);
1733
1734         if (dh != NULL) {
1735             BIO_printf(bio_s_out, "Setting temp DH parameters\n");
1736         } else {
1737             BIO_printf(bio_s_out, "Using default temp DH parameters\n");
1738         }
1739         (void)BIO_flush(bio_s_out);
1740
1741         if (dh == NULL)
1742             SSL_CTX_set_dh_auto(ctx, 1);
1743         else if (!SSL_CTX_set_tmp_dh(ctx, dh)) {
1744             BIO_puts(bio_err, "Error setting temp DH parameters\n");
1745             ERR_print_errors(bio_err);
1746             DH_free(dh);
1747             goto end;
1748         }
1749 # ifndef OPENSSL_NO_TLSEXT
1750         if (ctx2) {
1751             if (!dhfile) {
1752                 DH *dh2 = load_dh_param(s_cert_file2);
1753                 if (dh2 != NULL) {
1754                     BIO_printf(bio_s_out, "Setting temp DH parameters\n");
1755                     (void)BIO_flush(bio_s_out);
1756
1757                     DH_free(dh);
1758                     dh = dh2;
1759                 }
1760             }
1761             if (dh == NULL)
1762                 SSL_CTX_set_dh_auto(ctx2, 1);
1763             else if (!SSL_CTX_set_tmp_dh(ctx2, dh)) {
1764                 BIO_puts(bio_err, "Error setting temp DH parameters\n");
1765                 ERR_print_errors(bio_err);
1766                 DH_free(dh);
1767                 goto end;
1768             }
1769         }
1770 # endif
1771         DH_free(dh);
1772     }
1773 #endif
1774
1775     if (!set_cert_key_stuff(ctx, s_cert, s_key, s_chain, build_chain))
1776         goto end;
1777 #ifndef OPENSSL_NO_TLSEXT
1778     if (s_serverinfo_file != NULL
1779         && !SSL_CTX_use_serverinfo_file(ctx, s_serverinfo_file)) {
1780         ERR_print_errors(bio_err);
1781         goto end;
1782     }
1783 #endif
1784 #ifndef OPENSSL_NO_TLSEXT
1785     if (ctx2 && !set_cert_key_stuff(ctx2, s_cert2, s_key2, NULL, build_chain))
1786         goto end;
1787 #endif
1788     if (s_dcert != NULL) {
1789         if (!set_cert_key_stuff(ctx, s_dcert, s_dkey, s_dchain, build_chain))
1790             goto end;
1791     }
1792 #ifndef OPENSSL_NO_RSA
1793     if (!no_tmp_rsa) {
1794         SSL_CTX_set_tmp_rsa_callback(ctx, tmp_rsa_cb);
1795 #  ifndef OPENSSL_NO_TLSEXT
1796         if (ctx2)
1797             SSL_CTX_set_tmp_rsa_callback(ctx2, tmp_rsa_cb);
1798 #  endif
1799     }
1800 #endif
1801
1802     if (no_resume_ephemeral) {
1803         SSL_CTX_set_not_resumable_session_callback(ctx,
1804                                                    not_resumable_sess_cb);
1805 #ifndef OPENSSL_NO_TLSEXT
1806         if (ctx2)
1807             SSL_CTX_set_not_resumable_session_callback(ctx2,
1808                                                        not_resumable_sess_cb);
1809 #endif
1810     }
1811 #ifndef OPENSSL_NO_PSK
1812 # ifdef OPENSSL_NO_JPAKE
1813     if (psk_key != NULL)
1814 # else
1815     if (psk_key != NULL || jpake_secret)
1816 # endif
1817     {
1818         if (s_debug)
1819             BIO_printf(bio_s_out,
1820                        "PSK key given or JPAKE in use, setting server callback\n");
1821         SSL_CTX_set_psk_server_callback(ctx, psk_server_cb);
1822     }
1823
1824     if (!SSL_CTX_use_psk_identity_hint(ctx, psk_identity_hint)) {
1825         BIO_printf(bio_err, "error setting PSK identity hint to context\n");
1826         ERR_print_errors(bio_err);
1827         goto end;
1828     }
1829 #endif
1830
1831     SSL_CTX_set_verify(ctx, s_server_verify, verify_callback);
1832     if (!SSL_CTX_set_session_id_context(ctx,
1833                 (void *)&s_server_session_id_context,
1834                 sizeof s_server_session_id_context)) {
1835         BIO_printf(bio_err, "error setting session id context\n");
1836         ERR_print_errors(bio_err);
1837         goto end;
1838     }
1839
1840     /* Set DTLS cookie generation and verification callbacks */
1841     SSL_CTX_set_cookie_generate_cb(ctx, generate_cookie_callback);
1842     SSL_CTX_set_cookie_verify_cb(ctx, verify_cookie_callback);
1843
1844 #ifndef OPENSSL_NO_TLSEXT
1845     if (ctx2) {
1846         SSL_CTX_set_verify(ctx2, s_server_verify, verify_callback);
1847         if (!SSL_CTX_set_session_id_context(ctx2,
1848                     (void *)&s_server_session_id_context,
1849                     sizeof s_server_session_id_context)) {
1850             BIO_printf(bio_err, "error setting session id context\n");
1851             ERR_print_errors(bio_err);
1852             goto end;
1853         }
1854         tlsextcbp.biodebug = bio_s_out;
1855         SSL_CTX_set_tlsext_servername_callback(ctx2, ssl_servername_cb);
1856         SSL_CTX_set_tlsext_servername_arg(ctx2, &tlsextcbp);
1857         SSL_CTX_set_tlsext_servername_callback(ctx, ssl_servername_cb);
1858         SSL_CTX_set_tlsext_servername_arg(ctx, &tlsextcbp);
1859     }
1860 #endif
1861
1862 #ifndef OPENSSL_NO_SRP
1863     if (srp_verifier_file != NULL) {
1864         srp_callback_parm.vb = SRP_VBASE_new(srpuserseed);
1865         srp_callback_parm.user = NULL;
1866         srp_callback_parm.login = NULL;
1867         if ((ret =
1868              SRP_VBASE_init(srp_callback_parm.vb,
1869                             srp_verifier_file)) != SRP_NO_ERROR) {
1870             BIO_printf(bio_err,
1871                        "Cannot initialize SRP verifier file \"%s\":ret=%d\n",
1872                        srp_verifier_file, ret);
1873             goto end;
1874         }
1875         SSL_CTX_set_verify(ctx, SSL_VERIFY_NONE, verify_callback);
1876         SSL_CTX_set_srp_cb_arg(ctx, &srp_callback_parm);
1877         SSL_CTX_set_srp_username_callback(ctx, ssl_srp_server_param_cb);
1878     } else
1879 #endif
1880     if (CAfile != NULL) {
1881         SSL_CTX_set_client_CA_list(ctx, SSL_load_client_CA_file(CAfile));
1882 #ifndef OPENSSL_NO_TLSEXT
1883         if (ctx2)
1884             SSL_CTX_set_client_CA_list(ctx2, SSL_load_client_CA_file(CAfile));
1885 #endif
1886     }
1887
1888     BIO_printf(bio_s_out, "ACCEPT\n");
1889     (void)BIO_flush(bio_s_out);
1890     if (rev)
1891         server_cb = rev_body;
1892     else if (www)
1893         server_cb = www_body;
1894     else
1895         server_cb = sv_body;
1896 #ifndef NO_SYS_UN_H
1897     if (unix_path) {
1898         if (unlink_unix_path)
1899             unlink(unix_path);
1900         do_server_unix(unix_path, &accept_socket, server_cb, context,
1901                        naccept);
1902     } else
1903 #endif
1904         do_server(port, socket_type, &accept_socket, server_cb, context,
1905                   naccept);
1906     print_stats(bio_s_out, ctx);
1907     ret = 0;
1908  end:
1909     SSL_CTX_free(ctx);
1910     X509_free(s_cert);
1911     sk_X509_CRL_pop_free(crls, X509_CRL_free);
1912     X509_free(s_dcert);
1913     EVP_PKEY_free(s_key);
1914     EVP_PKEY_free(s_dkey);
1915     sk_X509_pop_free(s_chain, X509_free);
1916     sk_X509_pop_free(s_dchain, X509_free);
1917     OPENSSL_free(pass);
1918     OPENSSL_free(dpass);
1919     X509_VERIFY_PARAM_free(vpm);
1920     free_sessions();
1921 #ifndef OPENSSL_NO_TLSEXT
1922     OPENSSL_free(tlscstatp.host);
1923     OPENSSL_free(tlscstatp.port);
1924     OPENSSL_free(tlscstatp.path);
1925     SSL_CTX_free(ctx2);
1926     X509_free(s_cert2);
1927     EVP_PKEY_free(s_key2);
1928     BIO_free(serverinfo_in);
1929 # ifndef OPENSSL_NO_NEXTPROTONEG
1930     OPENSSL_free(next_proto.data);
1931 # endif
1932     OPENSSL_free(alpn_ctx.data);
1933 #endif
1934     ssl_excert_free(exc);
1935     sk_OPENSSL_STRING_free(ssl_args);
1936     SSL_CONF_CTX_free(cctx);
1937     BIO_free(bio_s_out);
1938     bio_s_out = NULL;
1939     BIO_free(bio_s_msg);
1940     bio_s_msg = NULL;
1941     return (ret);
1942 }
1943
1944 static void print_stats(BIO *bio, SSL_CTX *ssl_ctx)
1945 {
1946     BIO_printf(bio, "%4ld items in the session cache\n",
1947                SSL_CTX_sess_number(ssl_ctx));
1948     BIO_printf(bio, "%4ld client connects (SSL_connect())\n",
1949                SSL_CTX_sess_connect(ssl_ctx));
1950     BIO_printf(bio, "%4ld client renegotiates (SSL_connect())\n",
1951                SSL_CTX_sess_connect_renegotiate(ssl_ctx));
1952     BIO_printf(bio, "%4ld client connects that finished\n",
1953                SSL_CTX_sess_connect_good(ssl_ctx));
1954     BIO_printf(bio, "%4ld server accepts (SSL_accept())\n",
1955                SSL_CTX_sess_accept(ssl_ctx));
1956     BIO_printf(bio, "%4ld server renegotiates (SSL_accept())\n",
1957                SSL_CTX_sess_accept_renegotiate(ssl_ctx));
1958     BIO_printf(bio, "%4ld server accepts that finished\n",
1959                SSL_CTX_sess_accept_good(ssl_ctx));
1960     BIO_printf(bio, "%4ld session cache hits\n", SSL_CTX_sess_hits(ssl_ctx));
1961     BIO_printf(bio, "%4ld session cache misses\n",
1962                SSL_CTX_sess_misses(ssl_ctx));
1963     BIO_printf(bio, "%4ld session cache timeouts\n",
1964                SSL_CTX_sess_timeouts(ssl_ctx));
1965     BIO_printf(bio, "%4ld callback cache hits\n",
1966                SSL_CTX_sess_cb_hits(ssl_ctx));
1967     BIO_printf(bio, "%4ld cache full overflows (%ld allowed)\n",
1968                SSL_CTX_sess_cache_full(ssl_ctx),
1969                SSL_CTX_sess_get_cache_size(ssl_ctx));
1970 }
1971
1972 static int sv_body(char *hostname, int s, int stype, unsigned char *context)
1973 {
1974     char *buf = NULL;
1975     fd_set readfds;
1976     int ret = 1, width;
1977     int k, i;
1978     unsigned long l;
1979     SSL *con = NULL;
1980     BIO *sbio;
1981     struct timeval timeout;
1982 #if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MSDOS) || defined(OPENSSL_SYS_NETWARE)
1983     struct timeval tv;
1984 #else
1985     struct timeval *timeoutp;
1986 #endif
1987
1988     buf = app_malloc(bufsize, "server buffer");
1989 #ifdef FIONBIO
1990     if (s_nbio) {
1991         unsigned long sl = 1;
1992
1993         if (!s_quiet)
1994             BIO_printf(bio_err, "turning on non blocking io\n");
1995         if (BIO_socket_ioctl(s, FIONBIO, &sl) < 0)
1996             ERR_print_errors(bio_err);
1997     }
1998 #endif
1999
2000     if (con == NULL) {
2001         con = SSL_new(ctx);
2002 #ifndef OPENSSL_NO_TLSEXT
2003         if (s_tlsextdebug) {
2004             SSL_set_tlsext_debug_callback(con, tlsext_cb);
2005             SSL_set_tlsext_debug_arg(con, bio_s_out);
2006         }
2007         if (s_tlsextstatus) {
2008             SSL_CTX_set_tlsext_status_cb(ctx, cert_status_cb);
2009             SSL_CTX_set_tlsext_status_arg(ctx, &tlscstatp);
2010         }
2011 #endif
2012         if (context
2013                 && !SSL_set_session_id_context(con,
2014                         context, strlen((char *)context))) {
2015             BIO_printf(bio_err, "Error setting session id context\n");
2016             ret = -1;
2017             goto err;
2018         }
2019     }
2020     if (!SSL_clear(con)) {
2021         BIO_printf(bio_err, "Error clearing SSL connection\n");
2022         ret = -1;
2023         goto err;
2024     }
2025
2026     if (stype == SOCK_DGRAM) {
2027
2028         sbio = BIO_new_dgram(s, BIO_NOCLOSE);
2029
2030         if (enable_timeouts) {
2031             timeout.tv_sec = 0;
2032             timeout.tv_usec = DGRAM_RCV_TIMEOUT;
2033             BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_RECV_TIMEOUT, 0, &timeout);
2034
2035             timeout.tv_sec = 0;
2036             timeout.tv_usec = DGRAM_SND_TIMEOUT;
2037             BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_SEND_TIMEOUT, 0, &timeout);
2038         }
2039
2040         if (socket_mtu) {
2041             if (socket_mtu < DTLS_get_link_min_mtu(con)) {
2042                 BIO_printf(bio_err, "MTU too small. Must be at least %ld\n",
2043                            DTLS_get_link_min_mtu(con));
2044                 ret = -1;
2045                 BIO_free(sbio);
2046                 goto err;
2047             }
2048             SSL_set_options(con, SSL_OP_NO_QUERY_MTU);
2049             if (!DTLS_set_link_mtu(con, socket_mtu)) {
2050                 BIO_printf(bio_err, "Failed to set MTU\n");
2051                 ret = -1;
2052                 BIO_free(sbio);
2053                 goto err;
2054             }
2055         } else
2056             /* want to do MTU discovery */
2057             BIO_ctrl(sbio, BIO_CTRL_DGRAM_MTU_DISCOVER, 0, NULL);
2058
2059         /* turn on cookie exchange */
2060         SSL_set_options(con, SSL_OP_COOKIE_EXCHANGE);
2061     } else
2062         sbio = BIO_new_socket(s, BIO_NOCLOSE);
2063
2064     if (s_nbio_test) {
2065         BIO *test;
2066
2067         test = BIO_new(BIO_f_nbio_test());
2068         sbio = BIO_push(test, sbio);
2069     }
2070 #ifndef OPENSSL_NO_JPAKE
2071     if (jpake_secret)
2072         jpake_server_auth(bio_s_out, sbio, jpake_secret);
2073 #endif
2074
2075     SSL_set_bio(con, sbio, sbio);
2076     SSL_set_accept_state(con);
2077     /* SSL_set_fd(con,s); */
2078
2079     if (s_debug) {
2080         SSL_set_debug(con, 1);
2081         BIO_set_callback(SSL_get_rbio(con), bio_dump_callback);
2082         BIO_set_callback_arg(SSL_get_rbio(con), (char *)bio_s_out);
2083     }
2084     if (s_msg) {
2085 #ifndef OPENSSL_NO_SSL_TRACE
2086         if (s_msg == 2)
2087             SSL_set_msg_callback(con, SSL_trace);
2088         else
2089 #endif
2090             SSL_set_msg_callback(con, msg_cb);
2091         SSL_set_msg_callback_arg(con, bio_s_msg ? bio_s_msg : bio_s_out);
2092     }
2093 #ifndef OPENSSL_NO_TLSEXT
2094     if (s_tlsextdebug) {
2095         SSL_set_tlsext_debug_callback(con, tlsext_cb);
2096         SSL_set_tlsext_debug_arg(con, bio_s_out);
2097     }
2098 #endif
2099
2100     width = s + 1;
2101     for (;;) {
2102         int read_from_terminal;
2103         int read_from_sslcon;
2104
2105         read_from_terminal = 0;
2106         read_from_sslcon = SSL_pending(con);
2107
2108         if (!read_from_sslcon) {
2109             FD_ZERO(&readfds);
2110 #if !defined(OPENSSL_SYS_WINDOWS) && !defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_NETWARE)
2111             openssl_fdset(fileno(stdin), &readfds);
2112 #endif
2113             openssl_fdset(s, &readfds);
2114             /*
2115              * Note: under VMS with SOCKETSHR the second parameter is
2116              * currently of type (int *) whereas under other systems it is
2117              * (void *) if you don't have a cast it will choke the compiler:
2118              * if you do have a cast then you can either go for (int *) or
2119              * (void *).
2120              */
2121 #if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_MSDOS) || defined(OPENSSL_SYS_NETWARE)
2122             /*
2123              * Under DOS (non-djgpp) and Windows we can't select on stdin:
2124              * only on sockets. As a workaround we timeout the select every
2125              * second and check for any keypress. In a proper Windows
2126              * application we wouldn't do this because it is inefficient.
2127              */
2128             tv.tv_sec = 1;
2129             tv.tv_usec = 0;
2130             i = select(width, (void *)&readfds, NULL, NULL, &tv);
2131             if ((i < 0) || (!i && !_kbhit()))
2132                 continue;
2133             if (_kbhit())
2134                 read_from_terminal = 1;
2135 #else
2136             if ((SSL_version(con) == DTLS1_VERSION) &&
2137                 DTLSv1_get_timeout(con, &timeout))
2138                 timeoutp = &timeout;
2139             else
2140                 timeoutp = NULL;
2141
2142             i = select(width, (void *)&readfds, NULL, NULL, timeoutp);
2143
2144             if ((SSL_version(con) == DTLS1_VERSION)
2145                 && DTLSv1_handle_timeout(con) > 0) {
2146                 BIO_printf(bio_err, "TIMEOUT occurred\n");
2147             }
2148
2149             if (i <= 0)
2150                 continue;
2151             if (FD_ISSET(fileno(stdin), &readfds))
2152                 read_from_terminal = 1;
2153 #endif
2154             if (FD_ISSET(s, &readfds))
2155                 read_from_sslcon = 1;
2156         }
2157         if (read_from_terminal) {
2158             if (s_crlf) {
2159                 int j, lf_num;
2160
2161                 i = raw_read_stdin(buf, bufsize / 2);
2162                 lf_num = 0;
2163                 /* both loops are skipped when i <= 0 */
2164                 for (j = 0; j < i; j++)
2165                     if (buf[j] == '\n')
2166                         lf_num++;
2167                 for (j = i - 1; j >= 0; j--) {
2168                     buf[j + lf_num] = buf[j];
2169                     if (buf[j] == '\n') {
2170                         lf_num--;
2171                         i++;
2172                         buf[j + lf_num] = '\r';
2173                     }
2174                 }
2175                 assert(lf_num == 0);
2176             } else
2177                 i = raw_read_stdin(buf, bufsize);
2178             if (!s_quiet && !s_brief) {
2179                 if ((i <= 0) || (buf[0] == 'Q')) {
2180                     BIO_printf(bio_s_out, "DONE\n");
2181                     (void)BIO_flush(bio_s_out);
2182                     SHUTDOWN(s);
2183                     close_accept_socket();
2184                     ret = -11;
2185                     goto err;
2186                 }
2187                 if ((i <= 0) || (buf[0] == 'q')) {
2188                     BIO_printf(bio_s_out, "DONE\n");
2189                     (void)BIO_flush(bio_s_out);
2190                     if (SSL_version(con) != DTLS1_VERSION)
2191                         SHUTDOWN(s);
2192                     /*
2193                      * close_accept_socket(); ret= -11;
2194                      */
2195                     goto err;
2196                 }
2197 #ifndef OPENSSL_NO_HEARTBEATS
2198                 if ((buf[0] == 'B') && ((buf[1] == '\n') || (buf[1] == '\r'))) {
2199                     BIO_printf(bio_err, "HEARTBEATING\n");
2200                     SSL_heartbeat(con);
2201                     i = 0;
2202                     continue;
2203                 }
2204 #endif
2205                 if ((buf[0] == 'r') && ((buf[1] == '\n') || (buf[1] == '\r'))) {
2206                     SSL_renegotiate(con);
2207                     i = SSL_do_handshake(con);
2208                     printf("SSL_do_handshake -> %d\n", i);
2209                     i = 0;      /* 13; */
2210                     continue;
2211                     /*
2212                      * strcpy(buf,"server side RE-NEGOTIATE\n");
2213                      */
2214                 }
2215                 if ((buf[0] == 'R') && ((buf[1] == '\n') || (buf[1] == '\r'))) {
2216                     SSL_set_verify(con,
2217                                    SSL_VERIFY_PEER | SSL_VERIFY_CLIENT_ONCE,
2218                                    NULL);
2219                     SSL_renegotiate(con);
2220                     i = SSL_do_handshake(con);
2221                     printf("SSL_do_handshake -> %d\n", i);
2222                     i = 0;      /* 13; */
2223                     continue;
2224                     /*
2225                      * strcpy(buf,"server side RE-NEGOTIATE asking for client
2226                      * cert\n");
2227                      */
2228                 }
2229                 if (buf[0] == 'P') {
2230                     static const char *str = "Lets print some clear text\n";
2231                     BIO_write(SSL_get_wbio(con), str, strlen(str));
2232                 }
2233                 if (buf[0] == 'S') {
2234                     print_stats(bio_s_out, SSL_get_SSL_CTX(con));
2235                 }
2236             }
2237 #ifdef CHARSET_EBCDIC
2238             ebcdic2ascii(buf, buf, i);
2239 #endif
2240             l = k = 0;
2241             for (;;) {
2242                 /* should do a select for the write */
2243 #ifdef RENEG
2244                 {
2245                     static count = 0;
2246                     if (++count == 100) {
2247                         count = 0;
2248                         SSL_renegotiate(con);
2249                     }
2250                 }
2251 #endif
2252                 k = SSL_write(con, &(buf[l]), (unsigned int)i);
2253 #ifndef OPENSSL_NO_SRP
2254                 while (SSL_get_error(con, k) == SSL_ERROR_WANT_X509_LOOKUP) {
2255                     BIO_printf(bio_s_out, "LOOKUP renego during write\n");
2256                     srp_callback_parm.user =
2257                         SRP_VBASE_get_by_user(srp_callback_parm.vb,
2258                                               srp_callback_parm.login);
2259                     if (srp_callback_parm.user)
2260                         BIO_printf(bio_s_out, "LOOKUP done %s\n",
2261                                    srp_callback_parm.user->info);
2262                     else
2263                         BIO_printf(bio_s_out, "LOOKUP not successful\n");
2264                     k = SSL_write(con, &(buf[l]), (unsigned int)i);
2265                 }
2266 #endif
2267                 switch (SSL_get_error(con, k)) {
2268                 case SSL_ERROR_NONE:
2269                     break;
2270                 case SSL_ERROR_WANT_WRITE:
2271                 case SSL_ERROR_WANT_READ:
2272                 case SSL_ERROR_WANT_X509_LOOKUP:
2273                     BIO_printf(bio_s_out, "Write BLOCK\n");
2274                     break;
2275                 case SSL_ERROR_SYSCALL:
2276                 case SSL_ERROR_SSL:
2277                     BIO_printf(bio_s_out, "ERROR\n");
2278                     (void)BIO_flush(bio_s_out);
2279                     ERR_print_errors(bio_err);
2280                     ret = 1;
2281                     goto err;
2282                     /* break; */
2283                 case SSL_ERROR_ZERO_RETURN:
2284                     BIO_printf(bio_s_out, "DONE\n");
2285                     (void)BIO_flush(bio_s_out);
2286                     ret = 1;
2287                     goto err;
2288                 }
2289                 l += k;
2290                 i -= k;
2291                 if (i <= 0)
2292                     break;
2293             }
2294         }
2295         if (read_from_sslcon) {
2296             if (!SSL_is_init_finished(con)) {
2297                 i = init_ssl_connection(con);
2298
2299                 if (i < 0) {
2300                     ret = 0;
2301                     goto err;
2302                 } else if (i == 0) {
2303                     ret = 1;
2304                     goto err;
2305                 }
2306             } else {
2307  again:
2308                 i = SSL_read(con, (char *)buf, bufsize);
2309 #ifndef OPENSSL_NO_SRP
2310                 while (SSL_get_error(con, i) == SSL_ERROR_WANT_X509_LOOKUP) {
2311                     BIO_printf(bio_s_out, "LOOKUP renego during read\n");
2312                     srp_callback_parm.user =
2313                         SRP_VBASE_get_by_user(srp_callback_parm.vb,
2314                                               srp_callback_parm.login);
2315                     if (srp_callback_parm.user)
2316                         BIO_printf(bio_s_out, "LOOKUP done %s\n",
2317                                    srp_callback_parm.user->info);
2318                     else
2319                         BIO_printf(bio_s_out, "LOOKUP not successful\n");
2320                     i = SSL_read(con, (char *)buf, bufsize);
2321                 }
2322 #endif
2323                 switch (SSL_get_error(con, i)) {
2324                 case SSL_ERROR_NONE:
2325 #ifdef CHARSET_EBCDIC
2326                     ascii2ebcdic(buf, buf, i);
2327 #endif
2328                     raw_write_stdout(buf, (unsigned int)i);
2329                     if (SSL_pending(con))
2330                         goto again;
2331                     break;
2332                 case SSL_ERROR_WANT_WRITE:
2333                 case SSL_ERROR_WANT_READ:
2334                     BIO_printf(bio_s_out, "Read BLOCK\n");
2335                     break;
2336                 case SSL_ERROR_SYSCALL:
2337                 case SSL_ERROR_SSL:
2338                     BIO_printf(bio_s_out, "ERROR\n");
2339                     (void)BIO_flush(bio_s_out);
2340                     ERR_print_errors(bio_err);
2341                     ret = 1;
2342                     goto err;
2343                 case SSL_ERROR_ZERO_RETURN:
2344                     BIO_printf(bio_s_out, "DONE\n");
2345                     (void)BIO_flush(bio_s_out);
2346                     ret = 1;
2347                     goto err;
2348                 }
2349             }
2350         }
2351     }
2352  err:
2353     if (con != NULL) {
2354         BIO_printf(bio_s_out, "shutting down SSL\n");
2355         SSL_set_shutdown(con, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN);
2356         SSL_free(con);
2357     }
2358     BIO_printf(bio_s_out, "CONNECTION CLOSED\n");
2359     OPENSSL_clear_free(buf, bufsize);
2360     if (ret >= 0)
2361         BIO_printf(bio_s_out, "ACCEPT\n");
2362     (void)BIO_flush(bio_s_out);
2363     return (ret);
2364 }
2365
2366 static void close_accept_socket(void)
2367 {
2368     BIO_printf(bio_err, "shutdown accept socket\n");
2369     if (accept_socket >= 0) {
2370         SHUTDOWN2(accept_socket);
2371     }
2372 }
2373
2374 static int init_ssl_connection(SSL *con)
2375 {
2376     int i;
2377     const char *str;
2378     X509 *peer;
2379     long verify_error;
2380     char buf[BUFSIZ];
2381 #if !defined(OPENSSL_NO_TLSEXT) && !defined(OPENSSL_NO_NEXTPROTONEG)
2382     const unsigned char *next_proto_neg;
2383     unsigned next_proto_neg_len;
2384 #endif
2385     unsigned char *exportedkeymat;
2386
2387     i = SSL_accept(con);
2388 #ifdef CERT_CB_TEST_RETRY
2389     {
2390         while (i <= 0 && SSL_get_error(con, i) == SSL_ERROR_WANT_X509_LOOKUP
2391                && SSL_state(con) == SSL3_ST_SR_CLNT_HELLO_C) {
2392             fprintf(stderr,
2393                     "LOOKUP from certificate callback during accept\n");
2394             i = SSL_accept(con);
2395         }
2396     }
2397 #endif
2398 #ifndef OPENSSL_NO_SRP
2399     while (i <= 0 && SSL_get_error(con, i) == SSL_ERROR_WANT_X509_LOOKUP) {
2400         BIO_printf(bio_s_out, "LOOKUP during accept %s\n",
2401                    srp_callback_parm.login);
2402         srp_callback_parm.user =
2403             SRP_VBASE_get_by_user(srp_callback_parm.vb,
2404                                   srp_callback_parm.login);
2405         if (srp_callback_parm.user)
2406             BIO_printf(bio_s_out, "LOOKUP done %s\n",
2407                        srp_callback_parm.user->info);
2408         else
2409             BIO_printf(bio_s_out, "LOOKUP not successful\n");
2410         i = SSL_accept(con);
2411     }
2412 #endif
2413
2414     if (i <= 0) {
2415         if (BIO_sock_should_retry(i)) {
2416             BIO_printf(bio_s_out, "DELAY\n");
2417             return (1);
2418         }
2419
2420         BIO_printf(bio_err, "ERROR\n");
2421
2422         verify_error = SSL_get_verify_result(con);
2423         if (verify_error != X509_V_OK) {
2424             BIO_printf(bio_err, "verify error:%s\n",
2425                        X509_verify_cert_error_string(verify_error));
2426         }
2427         /* Always print any error messages */
2428         ERR_print_errors(bio_err);
2429         return (0);
2430     }
2431
2432     if (s_brief)
2433         print_ssl_summary(con);
2434
2435     PEM_write_bio_SSL_SESSION(bio_s_out, SSL_get_session(con));
2436
2437     peer = SSL_get_peer_certificate(con);
2438     if (peer != NULL) {
2439         BIO_printf(bio_s_out, "Client certificate\n");
2440         PEM_write_bio_X509(bio_s_out, peer);
2441         X509_NAME_oneline(X509_get_subject_name(peer), buf, sizeof buf);
2442         BIO_printf(bio_s_out, "subject=%s\n", buf);
2443         X509_NAME_oneline(X509_get_issuer_name(peer), buf, sizeof buf);
2444         BIO_printf(bio_s_out, "issuer=%s\n", buf);
2445         X509_free(peer);
2446     }
2447
2448     if (SSL_get_shared_ciphers(con, buf, sizeof buf) != NULL)
2449         BIO_printf(bio_s_out, "Shared ciphers:%s\n", buf);
2450     str = SSL_CIPHER_get_name(SSL_get_current_cipher(con));
2451     ssl_print_sigalgs(bio_s_out, con);
2452 #ifndef OPENSSL_NO_EC
2453     ssl_print_point_formats(bio_s_out, con);
2454     ssl_print_curves(bio_s_out, con, 0);
2455 #endif
2456     BIO_printf(bio_s_out, "CIPHER is %s\n", (str != NULL) ? str : "(NONE)");
2457
2458 #if !defined(OPENSSL_NO_TLSEXT) && !defined(OPENSSL_NO_NEXTPROTONEG)
2459     SSL_get0_next_proto_negotiated(con, &next_proto_neg, &next_proto_neg_len);
2460     if (next_proto_neg) {
2461         BIO_printf(bio_s_out, "NEXTPROTO is ");
2462         BIO_write(bio_s_out, next_proto_neg, next_proto_neg_len);
2463         BIO_printf(bio_s_out, "\n");
2464     }
2465 #endif
2466 #ifndef OPENSSL_NO_SRTP
2467     {
2468         SRTP_PROTECTION_PROFILE *srtp_profile
2469             = SSL_get_selected_srtp_profile(con);
2470
2471         if (srtp_profile)
2472             BIO_printf(bio_s_out, "SRTP Extension negotiated, profile=%s\n",
2473                        srtp_profile->name);
2474     }
2475 #endif
2476     if (SSL_cache_hit(con))
2477         BIO_printf(bio_s_out, "Reused session-id\n");
2478     if (SSL_ctrl(con, SSL_CTRL_GET_FLAGS, 0, NULL) &
2479         TLS1_FLAGS_TLS_PADDING_BUG)
2480         BIO_printf(bio_s_out, "Peer has incorrect TLSv1 block padding\n");
2481     BIO_printf(bio_s_out, "Secure Renegotiation IS%s supported\n",
2482                SSL_get_secure_renegotiation_support(con) ? "" : " NOT");
2483     if (keymatexportlabel != NULL) {
2484         BIO_printf(bio_s_out, "Keying material exporter:\n");
2485         BIO_printf(bio_s_out, "    Label: '%s'\n", keymatexportlabel);
2486         BIO_printf(bio_s_out, "    Length: %i bytes\n", keymatexportlen);
2487         exportedkeymat = app_malloc(keymatexportlen, "export key");
2488         if (!SSL_export_keying_material(con, exportedkeymat,
2489                                         keymatexportlen,
2490                                         keymatexportlabel,
2491                                         strlen(keymatexportlabel),
2492                                         NULL, 0, 0)) {
2493             BIO_printf(bio_s_out, "    Error\n");
2494         } else {
2495             BIO_printf(bio_s_out, "    Keying material: ");
2496             for (i = 0; i < keymatexportlen; i++)
2497                 BIO_printf(bio_s_out, "%02X", exportedkeymat[i]);
2498             BIO_printf(bio_s_out, "\n");
2499         }
2500         OPENSSL_free(exportedkeymat);
2501     }
2502
2503     return (1);
2504 }
2505
2506 #ifndef OPENSSL_NO_DH
2507 static DH *load_dh_param(const char *dhfile)
2508 {
2509     DH *ret = NULL;
2510     BIO *bio;
2511
2512     if ((bio = BIO_new_file(dhfile, "r")) == NULL)
2513         goto err;
2514     ret = PEM_read_bio_DHparams(bio, NULL, NULL, NULL);
2515  err:
2516     BIO_free(bio);
2517     return (ret);
2518 }
2519 #endif
2520
2521 static int www_body(char *hostname, int s, int stype, unsigned char *context)
2522 {
2523     char *buf = NULL;
2524     int ret = 1;
2525     int i, j, k, dot;
2526     SSL *con;
2527     const SSL_CIPHER *c;
2528     BIO *io, *ssl_bio, *sbio;
2529 #ifdef RENEG
2530     int total_bytes = 0;
2531 #endif
2532
2533     buf = app_malloc(bufsize, "server www buffer");
2534     io = BIO_new(BIO_f_buffer());
2535     ssl_bio = BIO_new(BIO_f_ssl());
2536     if ((io == NULL) || (ssl_bio == NULL))
2537         goto err;
2538
2539 #ifdef FIONBIO
2540     if (s_nbio) {
2541         unsigned long sl = 1;
2542
2543         if (!s_quiet)
2544             BIO_printf(bio_err, "turning on non blocking io\n");
2545         if (BIO_socket_ioctl(s, FIONBIO, &sl) < 0)
2546             ERR_print_errors(bio_err);
2547     }
2548 #endif
2549
2550     /* lets make the output buffer a reasonable size */
2551     if (!BIO_set_write_buffer_size(io, bufsize))
2552         goto err;
2553
2554     if ((con = SSL_new(ctx)) == NULL)
2555         goto err;
2556 #ifndef OPENSSL_NO_TLSEXT
2557     if (s_tlsextdebug) {
2558         SSL_set_tlsext_debug_callback(con, tlsext_cb);
2559         SSL_set_tlsext_debug_arg(con, bio_s_out);
2560     }
2561 #endif
2562     if (context && !SSL_set_session_id_context(con, context,
2563                         strlen((char *)context)))
2564         goto err;
2565
2566     sbio = BIO_new_socket(s, BIO_NOCLOSE);
2567     if (s_nbio_test) {
2568         BIO *test;
2569
2570         test = BIO_new(BIO_f_nbio_test());
2571         sbio = BIO_push(test, sbio);
2572     }
2573     SSL_set_bio(con, sbio, sbio);
2574     SSL_set_accept_state(con);
2575
2576     /* SSL_set_fd(con,s); */
2577     BIO_set_ssl(ssl_bio, con, BIO_CLOSE);
2578     BIO_push(io, ssl_bio);
2579 #ifdef CHARSET_EBCDIC
2580     io = BIO_push(BIO_new(BIO_f_ebcdic_filter()), io);
2581 #endif
2582
2583     if (s_debug) {
2584         SSL_set_debug(con, 1);
2585         BIO_set_callback(SSL_get_rbio(con), bio_dump_callback);
2586         BIO_set_callback_arg(SSL_get_rbio(con), (char *)bio_s_out);
2587     }
2588     if (s_msg) {
2589 #ifndef OPENSSL_NO_SSL_TRACE
2590         if (s_msg == 2)
2591             SSL_set_msg_callback(con, SSL_trace);
2592         else
2593 #endif
2594             SSL_set_msg_callback(con, msg_cb);
2595         SSL_set_msg_callback_arg(con, bio_s_msg ? bio_s_msg : bio_s_out);
2596     }
2597
2598     for (;;) {
2599         i = BIO_gets(io, buf, bufsize - 1);
2600         if (i < 0) {            /* error */
2601             if (!BIO_should_retry(io)) {
2602                 if (!s_quiet)
2603                     ERR_print_errors(bio_err);
2604                 goto err;
2605             } else {
2606                 BIO_printf(bio_s_out, "read R BLOCK\n");
2607 #if defined(OPENSSL_SYS_NETWARE)
2608                 delay(1000);
2609 #elif !defined(OPENSSL_SYS_MSDOS)
2610                 sleep(1);
2611 #endif
2612                 continue;
2613             }
2614         } else if (i == 0) {    /* end of input */
2615             ret = 1;
2616             goto end;
2617         }
2618
2619         /* else we have data */
2620         if (((www == 1) && (strncmp("GET ", buf, 4) == 0)) ||
2621             ((www == 2) && (strncmp("GET /stats ", buf, 11) == 0))) {
2622             char *p;
2623             X509 *peer;
2624             STACK_OF(SSL_CIPHER) *sk;
2625             static const char *space = "                          ";
2626
2627             if (www == 1 && strncmp("GET /reneg", buf, 10) == 0) {
2628                 if (strncmp("GET /renegcert", buf, 14) == 0)
2629                     SSL_set_verify(con,
2630                                    SSL_VERIFY_PEER | SSL_VERIFY_CLIENT_ONCE,
2631                                    NULL);
2632                 i = SSL_renegotiate(con);
2633                 BIO_printf(bio_s_out, "SSL_renegotiate -> %d\n", i);
2634                 i = SSL_do_handshake(con);
2635                 if (i <= 0) {
2636                     BIO_printf(bio_s_out, "SSL_do_handshake() Retval %d\n",
2637                                SSL_get_error(con, i));
2638                     ERR_print_errors(bio_err);
2639                     goto err;
2640                 }
2641                 /* EVIL HACK! */
2642                 SSL_set_state(con, SSL_ST_ACCEPT);
2643                 i = SSL_do_handshake(con);
2644                 BIO_printf(bio_s_out, "SSL_do_handshake -> %d\n", i);
2645                 if (i <= 0) {
2646                     BIO_printf(bio_s_out, "SSL_do_handshake() Retval %d\n",
2647                                SSL_get_error(con, i));
2648                     ERR_print_errors(bio_err);
2649                     goto err;
2650                 }
2651             }
2652
2653             BIO_puts(io,
2654                      "HTTP/1.0 200 ok\r\nContent-type: text/html\r\n\r\n");
2655             BIO_puts(io, "<HTML><BODY BGCOLOR=\"#ffffff\">\n");
2656             BIO_puts(io, "<pre>\n");
2657 /*                      BIO_puts(io,SSLeay_version(SSLEAY_VERSION));*/
2658             BIO_puts(io, "\n");
2659             for (i = 0; i < local_argc; i++) {
2660                 const char *myp;
2661                 for (myp = local_argv[i]; *myp; myp++)
2662                     switch (*myp) {
2663                     case '<':
2664                         BIO_puts(io, "&lt;");
2665                         break;
2666                     case '>':
2667                         BIO_puts(io, "&gt;");
2668                         break;
2669                     case '&':
2670                         BIO_puts(io, "&amp;");
2671                         break;
2672                     default:
2673                         BIO_write(io, myp, 1);
2674                         break;
2675                     }
2676                 BIO_write(io, " ", 1);
2677             }
2678             BIO_puts(io, "\n");
2679
2680             BIO_printf(io,
2681                        "Secure Renegotiation IS%s supported\n",
2682                        SSL_get_secure_renegotiation_support(con) ?
2683                        "" : " NOT");
2684
2685             /*
2686              * The following is evil and should not really be done
2687              */
2688             BIO_printf(io, "Ciphers supported in s_server binary\n");
2689             sk = SSL_get_ciphers(con);
2690             j = sk_SSL_CIPHER_num(sk);
2691             for (i = 0; i < j; i++) {
2692                 c = sk_SSL_CIPHER_value(sk, i);
2693                 BIO_printf(io, "%-11s:%-25s ",
2694                            SSL_CIPHER_get_version(c), SSL_CIPHER_get_name(c));
2695                 if ((((i + 1) % 2) == 0) && (i + 1 != j))
2696                     BIO_puts(io, "\n");
2697             }
2698             BIO_puts(io, "\n");
2699             p = SSL_get_shared_ciphers(con, buf, bufsize);
2700             if (p != NULL) {
2701                 BIO_printf(io,
2702                            "---\nCiphers common between both SSL end points:\n");
2703                 j = i = 0;
2704                 while (*p) {
2705                     if (*p == ':') {
2706                         BIO_write(io, space, 26 - j);
2707                         i++;
2708                         j = 0;
2709                         BIO_write(io, ((i % 3) ? " " : "\n"), 1);
2710                     } else {
2711                         BIO_write(io, p, 1);
2712                         j++;
2713                     }
2714                     p++;
2715                 }
2716                 BIO_puts(io, "\n");
2717             }
2718             ssl_print_sigalgs(io, con);
2719 #ifndef OPENSSL_NO_EC
2720             ssl_print_curves(io, con, 0);
2721 #endif
2722             BIO_printf(io, (SSL_cache_hit(con)
2723                             ? "---\nReused, " : "---\nNew, "));
2724             c = SSL_get_current_cipher(con);
2725             BIO_printf(io, "%s, Cipher is %s\n",
2726                        SSL_CIPHER_get_version(c), SSL_CIPHER_get_name(c));
2727             SSL_SESSION_print(io, SSL_get_session(con));
2728             BIO_printf(io, "---\n");
2729             print_stats(io, SSL_get_SSL_CTX(con));
2730             BIO_printf(io, "---\n");
2731             peer = SSL_get_peer_certificate(con);
2732             if (peer != NULL) {
2733                 BIO_printf(io, "Client certificate\n");
2734                 X509_print(io, peer);
2735                 PEM_write_bio_X509(io, peer);
2736             } else
2737                 BIO_puts(io, "no client certificate available\n");
2738             BIO_puts(io, "</BODY></HTML>\r\n\r\n");
2739             break;
2740         } else if ((www == 2 || www == 3)
2741                    && (strncmp("GET /", buf, 5) == 0)) {
2742             BIO *file;
2743             char *p, *e;
2744             static const char *text =
2745                 "HTTP/1.0 200 ok\r\nContent-type: text/plain\r\n\r\n";
2746
2747             /* skip the '/' */
2748             p = &(buf[5]);
2749
2750             dot = 1;
2751             for (e = p; *e != '\0'; e++) {
2752                 if (e[0] == ' ')
2753                     break;
2754
2755                 switch (dot) {
2756                 case 1:
2757                     dot = (e[0] == '.') ? 2 : 0;
2758                     break;
2759                 case 2:
2760                     dot = (e[0] == '.') ? 3 : 0;
2761                     break;
2762                 case 3:
2763                     dot = (e[0] == '/') ? -1 : 0;
2764                     break;
2765                 }
2766                 if (dot == 0)
2767                     dot = (e[0] == '/') ? 1 : 0;
2768             }
2769             dot = (dot == 3) || (dot == -1); /* filename contains ".."
2770                                               * component */
2771
2772             if (*e == '\0') {
2773                 BIO_puts(io, text);
2774                 BIO_printf(io, "'%s' is an invalid file name\r\n", p);
2775                 break;
2776             }
2777             *e = '\0';
2778
2779             if (dot) {
2780                 BIO_puts(io, text);
2781                 BIO_printf(io, "'%s' contains '..' reference\r\n", p);
2782                 break;
2783             }
2784
2785             if (*p == '/') {
2786                 BIO_puts(io, text);
2787                 BIO_printf(io, "'%s' is an invalid path\r\n", p);
2788                 break;
2789             }
2790
2791             /* if a directory, do the index thang */
2792             if (app_isdir(p) > 0) {
2793                 BIO_puts(io, text);
2794                 BIO_printf(io, "'%s' is a directory\r\n", p);
2795                 break;
2796             }
2797
2798             if ((file = BIO_new_file(p, "r")) == NULL) {
2799                 BIO_puts(io, text);
2800                 BIO_printf(io, "Error opening '%s'\r\n", p);
2801                 ERR_print_errors(io);
2802                 break;
2803             }
2804
2805             if (!s_quiet)
2806                 BIO_printf(bio_err, "FILE:%s\n", p);
2807
2808             if (www == 2) {
2809                 i = strlen(p);
2810                 if (((i > 5) && (strcmp(&(p[i - 5]), ".html") == 0)) ||
2811                     ((i > 4) && (strcmp(&(p[i - 4]), ".php") == 0)) ||
2812                     ((i > 4) && (strcmp(&(p[i - 4]), ".htm") == 0)))
2813                     BIO_puts(io,
2814                              "HTTP/1.0 200 ok\r\nContent-type: text/html\r\n\r\n");
2815                 else
2816                     BIO_puts(io,
2817                              "HTTP/1.0 200 ok\r\nContent-type: text/plain\r\n\r\n");
2818             }
2819             /* send the file */
2820             for (;;) {
2821                 i = BIO_read(file, buf, bufsize);
2822                 if (i <= 0)
2823                     break;
2824
2825 #ifdef RENEG
2826                 total_bytes += i;
2827                 fprintf(stderr, "%d\n", i);
2828                 if (total_bytes > 3 * 1024) {
2829                     total_bytes = 0;
2830                     fprintf(stderr, "RENEGOTIATE\n");
2831                     SSL_renegotiate(con);
2832                 }
2833 #endif
2834
2835                 for (j = 0; j < i;) {
2836 #ifdef RENEG
2837                     {
2838                         static count = 0;
2839                         if (++count == 13) {
2840                             SSL_renegotiate(con);
2841                         }
2842                     }
2843 #endif
2844                     k = BIO_write(io, &(buf[j]), i - j);
2845                     if (k <= 0) {
2846                         if (!BIO_should_retry(io))
2847                             goto write_error;
2848                         else {
2849                             BIO_printf(bio_s_out, "rwrite W BLOCK\n");
2850                         }
2851                     } else {
2852                         j += k;
2853                     }
2854                 }
2855             }
2856  write_error:
2857             BIO_free(file);
2858             break;
2859         }
2860     }
2861
2862     for (;;) {
2863         i = (int)BIO_flush(io);
2864         if (i <= 0) {
2865             if (!BIO_should_retry(io))
2866                 break;
2867         } else
2868             break;
2869     }
2870  end:
2871     /* make sure we re-use sessions */
2872     SSL_set_shutdown(con, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN);
2873
2874  err:
2875     if (ret >= 0)
2876         BIO_printf(bio_s_out, "ACCEPT\n");
2877     OPENSSL_free(buf);
2878     BIO_free_all(io);
2879     return (ret);
2880 }
2881
2882 static int rev_body(char *hostname, int s, int stype, unsigned char *context)
2883 {
2884     char *buf = NULL;
2885     int i;
2886     int ret = 1;
2887     SSL *con;
2888     BIO *io, *ssl_bio, *sbio;
2889
2890     buf = app_malloc(bufsize, "server rev buffer");
2891     io = BIO_new(BIO_f_buffer());
2892     ssl_bio = BIO_new(BIO_f_ssl());
2893     if ((io == NULL) || (ssl_bio == NULL))
2894         goto err;
2895
2896     /* lets make the output buffer a reasonable size */
2897     if (!BIO_set_write_buffer_size(io, bufsize))
2898         goto err;
2899
2900     if ((con = SSL_new(ctx)) == NULL)
2901         goto err;
2902 #ifndef OPENSSL_NO_TLSEXT
2903     if (s_tlsextdebug) {
2904         SSL_set_tlsext_debug_callback(con, tlsext_cb);
2905         SSL_set_tlsext_debug_arg(con, bio_s_out);
2906     }
2907 #endif
2908     if (context && !SSL_set_session_id_context(con, context,
2909                         strlen((char *)context))) {
2910         ERR_print_errors(bio_err);
2911         goto err;
2912     }
2913
2914     sbio = BIO_new_socket(s, BIO_NOCLOSE);
2915     SSL_set_bio(con, sbio, sbio);
2916     SSL_set_accept_state(con);
2917
2918     BIO_set_ssl(ssl_bio, con, BIO_CLOSE);
2919     BIO_push(io, ssl_bio);
2920 #ifdef CHARSET_EBCDIC
2921     io = BIO_push(BIO_new(BIO_f_ebcdic_filter()), io);
2922 #endif
2923
2924     if (s_debug) {
2925         SSL_set_debug(con, 1);
2926         BIO_set_callback(SSL_get_rbio(con), bio_dump_callback);
2927         BIO_set_callback_arg(SSL_get_rbio(con), (char *)bio_s_out);
2928     }
2929     if (s_msg) {
2930 #ifndef OPENSSL_NO_SSL_TRACE
2931         if (s_msg == 2)
2932             SSL_set_msg_callback(con, SSL_trace);
2933         else
2934 #endif
2935             SSL_set_msg_callback(con, msg_cb);
2936         SSL_set_msg_callback_arg(con, bio_s_msg ? bio_s_msg : bio_s_out);
2937     }
2938
2939     for (;;) {
2940         i = BIO_do_handshake(io);
2941         if (i > 0)
2942             break;
2943         if (!BIO_should_retry(io)) {
2944             BIO_puts(bio_err, "CONNECTION FAILURE\n");
2945             ERR_print_errors(bio_err);
2946             goto end;
2947         }
2948     }
2949     BIO_printf(bio_err, "CONNECTION ESTABLISHED\n");
2950     print_ssl_summary(con);
2951
2952     for (;;) {
2953         i = BIO_gets(io, buf, bufsize - 1);
2954         if (i < 0) {            /* error */
2955             if (!BIO_should_retry(io)) {
2956                 if (!s_quiet)
2957                     ERR_print_errors(bio_err);
2958                 goto err;
2959             } else {
2960                 BIO_printf(bio_s_out, "read R BLOCK\n");
2961 #if defined(OPENSSL_SYS_NETWARE)
2962                 delay(1000);
2963 #elif !defined(OPENSSL_SYS_MSDOS)
2964                 sleep(1);
2965 #endif
2966                 continue;
2967             }
2968         } else if (i == 0) {    /* end of input */
2969             ret = 1;
2970             BIO_printf(bio_err, "CONNECTION CLOSED\n");
2971             goto end;
2972         } else {
2973             char *p = buf + i - 1;
2974             while (i && (*p == '\n' || *p == '\r')) {
2975                 p--;
2976                 i--;
2977             }
2978             if (!s_ign_eof && (i == 5) && (strncmp(buf, "CLOSE", 5) == 0)) {
2979                 ret = 1;
2980                 BIO_printf(bio_err, "CONNECTION CLOSED\n");
2981                 goto end;
2982             }
2983             BUF_reverse((unsigned char *)buf, NULL, i);
2984             buf[i] = '\n';
2985             BIO_write(io, buf, i + 1);
2986             for (;;) {
2987                 i = BIO_flush(io);
2988                 if (i > 0)
2989                     break;
2990                 if (!BIO_should_retry(io))
2991                     goto end;
2992             }
2993         }
2994     }
2995  end:
2996     /* make sure we re-use sessions */
2997     SSL_set_shutdown(con, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN);
2998
2999  err:
3000
3001     OPENSSL_free(buf);
3002     BIO_free_all(io);
3003     return (ret);
3004 }
3005
3006 #ifndef OPENSSL_NO_RSA
3007 static RSA *tmp_rsa_cb(SSL *s, int is_export, int keylength)
3008 {
3009     BIGNUM *bn = NULL;
3010     static RSA *rsa_tmp = NULL;
3011
3012     if (!rsa_tmp && ((bn = BN_new()) == NULL))
3013         BIO_printf(bio_err, "Allocation error in generating RSA key\n");
3014     if (!rsa_tmp && bn) {
3015         if (!s_quiet) {
3016             BIO_printf(bio_err, "Generating temp (%d bit) RSA key...",
3017                        keylength);
3018             (void)BIO_flush(bio_err);
3019         }
3020         if (!BN_set_word(bn, RSA_F4) || ((rsa_tmp = RSA_new()) == NULL) ||
3021             !RSA_generate_key_ex(rsa_tmp, keylength, bn, NULL)) {
3022             RSA_free(rsa_tmp);
3023             rsa_tmp = NULL;
3024         }
3025         if (!s_quiet) {
3026             BIO_printf(bio_err, "\n");
3027             (void)BIO_flush(bio_err);
3028         }
3029         BN_free(bn);
3030     }
3031     return (rsa_tmp);
3032 }
3033 #endif
3034
3035 #define MAX_SESSION_ID_ATTEMPTS 10
3036 static int generate_session_id(const SSL *ssl, unsigned char *id,
3037                                unsigned int *id_len)
3038 {
3039     unsigned int count = 0;
3040     do {
3041         if (RAND_bytes(id, *id_len) <= 0)
3042             return 0;
3043         /*
3044          * Prefix the session_id with the required prefix. NB: If our prefix
3045          * is too long, clip it - but there will be worse effects anyway, eg.
3046          * the server could only possibly create 1 session ID (ie. the
3047          * prefix!) so all future session negotiations will fail due to
3048          * conflicts.
3049          */
3050         memcpy(id, session_id_prefix,
3051                (strlen(session_id_prefix) < *id_len) ?
3052                strlen(session_id_prefix) : *id_len);
3053     }
3054     while (SSL_has_matching_session_id(ssl, id, *id_len) &&
3055            (++count < MAX_SESSION_ID_ATTEMPTS));
3056     if (count >= MAX_SESSION_ID_ATTEMPTS)
3057         return 0;
3058     return 1;
3059 }
3060
3061 /*
3062  * By default s_server uses an in-memory cache which caches SSL_SESSION
3063  * structures without any serialisation. This hides some bugs which only
3064  * become apparent in deployed servers. By implementing a basic external
3065  * session cache some issues can be debugged using s_server.
3066  */
3067
3068 typedef struct simple_ssl_session_st {
3069     unsigned char *id;
3070     unsigned int idlen;
3071     unsigned char *der;
3072     int derlen;
3073     struct simple_ssl_session_st *next;
3074 } simple_ssl_session;
3075
3076 static simple_ssl_session *first = NULL;
3077
3078 static int add_session(SSL *ssl, SSL_SESSION *session)
3079 {
3080     simple_ssl_session *sess = app_malloc(sizeof(*sess), "get session");
3081     unsigned char *p;
3082
3083     SSL_SESSION_get_id(session, &sess->idlen);
3084     sess->derlen = i2d_SSL_SESSION(session, NULL);
3085     if (sess->derlen < 0) {
3086         BIO_printf(bio_err, "Error encoding session\n");
3087         OPENSSL_free(sess);
3088         return 0;
3089     }
3090
3091     sess->id = BUF_memdup(SSL_SESSION_get_id(session, NULL), sess->idlen);
3092     sess->der = app_malloc(sess->derlen, "get session buffer");
3093     if (!sess->id) {
3094         BIO_printf(bio_err, "Out of memory adding to external cache\n");
3095         OPENSSL_free(sess->id);
3096         OPENSSL_free(sess->der);
3097         OPENSSL_free(sess);
3098         return 0;
3099     }
3100     p = sess->der;
3101
3102     /* Assume it still works. */
3103     if (i2d_SSL_SESSION(session, &p) != sess->derlen) {
3104         BIO_printf(bio_err, "Unexpected session encoding length\n");
3105         OPENSSL_free(sess->id);
3106         OPENSSL_free(sess->der);
3107         OPENSSL_free(sess);
3108         return 0;
3109     }
3110
3111     sess->next = first;
3112     first = sess;
3113     BIO_printf(bio_err, "New session added to external cache\n");
3114     return 0;
3115 }
3116
3117 static SSL_SESSION *get_session(SSL *ssl, unsigned char *id, int idlen,
3118                                 int *do_copy)
3119 {
3120     simple_ssl_session *sess;
3121     *do_copy = 0;
3122     for (sess = first; sess; sess = sess->next) {
3123         if (idlen == (int)sess->idlen && !memcmp(sess->id, id, idlen)) {
3124             const unsigned char *p = sess->der;
3125             BIO_printf(bio_err, "Lookup session: cache hit\n");
3126             return d2i_SSL_SESSION(NULL, &p, sess->derlen);
3127         }
3128     }
3129     BIO_printf(bio_err, "Lookup session: cache miss\n");
3130     return NULL;
3131 }
3132
3133 static void del_session(SSL_CTX *sctx, SSL_SESSION *session)
3134 {
3135     simple_ssl_session *sess, *prev = NULL;
3136     const unsigned char *id;
3137     unsigned int idlen;
3138     id = SSL_SESSION_get_id(session, &idlen);
3139     for (sess = first; sess; sess = sess->next) {
3140         if (idlen == sess->idlen && !memcmp(sess->id, id, idlen)) {
3141             if (prev)
3142                 prev->next = sess->next;
3143             else
3144                 first = sess->next;
3145             OPENSSL_free(sess->id);
3146             OPENSSL_free(sess->der);
3147             OPENSSL_free(sess);
3148             return;
3149         }
3150         prev = sess;
3151     }
3152 }
3153
3154 static void init_session_cache_ctx(SSL_CTX *sctx)
3155 {
3156     SSL_CTX_set_session_cache_mode(sctx,
3157                                    SSL_SESS_CACHE_NO_INTERNAL |
3158                                    SSL_SESS_CACHE_SERVER);
3159     SSL_CTX_sess_set_new_cb(sctx, add_session);
3160     SSL_CTX_sess_set_get_cb(sctx, get_session);
3161     SSL_CTX_sess_set_remove_cb(sctx, del_session);
3162 }
3163
3164 static void free_sessions(void)
3165 {
3166     simple_ssl_session *sess, *tsess;
3167     for (sess = first; sess;) {
3168         OPENSSL_free(sess->id);
3169         OPENSSL_free(sess->der);
3170         tsess = sess;
3171         sess = sess->next;
3172         OPENSSL_free(tsess);
3173     }
3174     first = NULL;
3175 }