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