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