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