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