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