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