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