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