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